From 4ee54b14169eb02a59754c8e9027549ada3f8533 Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Sun, 15 May 2022 16:14:36 +0000 Subject: [PATCH] fork(2): fix commas in RFNOMNT references --- sys/man/2/fork | 8 ++++---- 1 file 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.