diff options
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 1f96447..80d7f76 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -46,8 +46,8 @@ See .Xr wait 2 . .It RFFDG If set, the invoker's file descriptor table (see -.Xr intro 2 -) is copied; otherwise the two processes share a +.Xr intro 2 ) +is copied; otherwise the two processes share a single table. .It RFCFDG If set, the new process starts with a clean file descriptor table. |