summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-07-29 13:37:01 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-07-29 13:37:01 +0000
commitcfc40d7cae2168b57dd1826c28db86043532d95b (patch)
treed7e8f83a383fc7efdabd55407e89b891cd4300bd /lib/libc
parent58be28f422f82ff08b41961c986ee03adaf09ecb (diff)
add a spot of .Fa to variable names
jmc@ ok
Diffstat (limited to 'lib/libc')
-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