Module Name: src
Committed By: rin
Date: Sat Jul 6 02:23:39 UTC 2024
Modified Files:
src/lib/libc/sys: dup.2
Log Message:
dup(2): Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/dup.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/dup.2
diff -u src/lib/libc/sys/dup.2:1.34 src/lib/libc/sys/dup.2:1.35
--- src/lib/libc/sys/dup.2:1.34 Sun May 19 16:04:46 2024
+++ src/lib/libc/sys/dup.2 Sat Jul 6 02:23:39 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: dup.2,v 1.34 2024/05/19 16:04:46 christos Exp $
+.\" $NetBSD: dup.2,v 1.35 2024/07/06 02:23:39 rin Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -117,10 +117,10 @@ and can to some extent be adjusted with
.Pp
The
.Fn dup3
-call fails and returns
+call fails and returns
.Er EINVAL
if the numeric value in the
-.Ar oldfd
+.Ar oldfd
argument is equal to the one in the
.Ar newfd
argument.