diff options
author | 2003-07-29 13:37:00 +0000 | |
---|---|---|
committer | 2003-07-29 13:37:00 +0000 | |
commit | 93c9b9df5b2bb256340b8aade510100c9168535f (patch) | |
tree | 524984deb1918a6000bc81f060ec9c59f2af2e8e | |
parent | remove -compact and add a bit of spacing; (diff) | |
download | wireguard-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.2 | 7 |
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 |