diff options
author | 2003-06-01 21:23:15 +0000 | |
---|---|---|
committer | 2003-06-01 21:23:15 +0000 | |
commit | 8d2a3598b2a89d0aaf6d24930486b252513457cc (patch) | |
tree | d35313e135f69253ef005e5530f57b85a7f74557 /lib/libc/sys/rfork.2 | |
parent | - section reorder (diff) | |
download | wireguard-openbsd-8d2a3598b2a89d0aaf6d24930486b252513457cc.tar.xz wireguard-openbsd-8d2a3598b2a89d0aaf6d24930486b252513457cc.zip |
- section reorder
- macro cleanup
Diffstat (limited to 'lib/libc/sys/rfork.2')
-rw-r--r-- | lib/libc/sys/rfork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 544d41db4bc..3039c3f2187 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfork.2,v 1.17 2002/11/28 21:50:13 brad Exp $ +.\" $OpenBSD: rfork.2,v 1.18 2003/06/01 21:23:15 jmc Exp $ .\" .\" This manual page is taken directly from Plan9, and modified to .\" describe the actual OpenBSD implementation. Permission for @@ -89,7 +89,7 @@ will sleep, if necessary, until required process resources are available. .Pp .Fn fork can be implemented as a call to -.Xr rfork 2 +.Fn rfork using "RFFDG|RFPROC" but isn't for backwards compatibility. If a process has file descriptor table sharing active, setuid or setgid |