diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-05-15 03:01:49 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-05-15 03:01:49 +0000 |
commit | 2c67fb9794369eea87c0d2179560f8f79198d34c (patch) | |
tree | b797d414b4530e59359c41a60bdf63168713f870 /sys/man/2 | |
parent | 0aa00960661531ff5a635d9c418901323299e4b4 (diff) |
fork(2): fix parens in RFNOMNT references (thanks Amavect)
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/fork | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/man/2/fork b/sys/man/2/fork index 3b2c656c5..a08ad4325 100644 --- a/sys/man/2/fork +++ b/sys/man/2/fork @@ -73,12 +73,12 @@ 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) +.IR proc (3) can not be walked. .TP .B RFENVG |