From 11c0f4e7dd629ff104328808e88ef0fd120b1a43 Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Sun, 15 May 2022 03:01:49 +0000 Subject: [PATCH] fork(2): fix parens in RFNOMNT references (thanks Amavect) --- sys/man/2/fork | 10 +++++----- 1 file 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