diff 51669adf2446385b38bab4efcb4133c19e9be806 uncommitted --- a/sys/man/2/fork +++ b/sys/man/2/fork @@ -70,9 +70,16 @@ .TP .B RFNOMNT If set, subsequent mounts into the new name space and dereferencing -of pathnames starting with +of most pathnames starting with .B # -are disallowed. +are disallowed. Specifically +.IR pipe(3) , +.IR dup(3) , +.IR env(3) , +.IR cons(3) , +and +.IR proc(3) +are still permitted. .TP .B RFENVG If set, the environment variables are copied;