summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravsm <avsm@openbsd.org>2003-07-29 13:37:00 +0000
committeravsm <avsm@openbsd.org>2003-07-29 13:37:00 +0000
commit93c9b9df5b2bb256340b8aade510100c9168535f (patch)
tree524984deb1918a6000bc81f060ec9c59f2af2e8e
parentremove -compact and add a bit of spacing; (diff)
downloadwireguard-openbsd-93c9b9df5b2bb256340b8aade510100c9168535f.tar.xz
wireguard-openbsd-93c9b9df5b2bb256340b8aade510100c9168535f.zip
add a spot of .Fa to variable names
jmc@ ok
-rw-r--r--lib/libc/sys/dup.27
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2
index a0586669a2b..7ec9b7f89cf 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dup.2,v 1.11 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: dup.2,v 1.12 2003/07/29 13:37:00 avsm Exp $
.\" $NetBSD: dup.2,v 1.4 1995/02/27 12:32:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -91,7 +91,10 @@ is specified.
If this descriptor is already in use, it is first deallocated as if a
.Xr close 2
call had been done first.
-When newd equals oldd
+When
+.Fa newd
+equals
+.Fa oldd ,
.Fn dup2
just returns without affecting the close-on-exec flag.
.Sh RETURN VALUES