diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-05-15 16:14:36 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-05-15 16:14:36 +0000 |
commit | 4ee54b14169eb02a59754c8e9027549ada3f8533 (patch) | |
tree | 193bc427659905b21aaf2445c65c167798e333e9 /sys/man/2 | |
parent | db002e51ebc2c56065c46dc40a9f8930b750aa6a (diff) |
fork(2): fix commas in RFNOMNT references
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/fork | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/2/fork b/sys/man/2/fork index a08ad4325..162f58881 100644 --- a/sys/man/2/fork +++ b/sys/man/2/fork @@ -73,10 +73,10 @@ If set, subsequent mounts into the new name space are disallowed. All pathnames starting with .B # besides those used to access -.IR pipe (3) , -.IR dup (3) , -.IR env (3) , -.IR cons (3) , +.IR pipe (3), +.IR dup (3), +.IR env (3), +.IR cons (3), and .IR proc (3) can not be walked. |