diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-03-08 15:29:32 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-03-08 15:29:32 +0100 |
commit | 06b9aa5039d6ce366870b5de1075c245111fd161 (patch) | |
tree | 63e57757161171fbe3d3b6454360ba045a063be6 /sys/man/2 | |
parent | bc1212faf2f23ee5e846e6322edd86c1af481aab (diff) |
9p(2): document all the effective rfork flags for postmountsrv()
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/9p | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/man/2/9p b/sys/man/2/9p index da521636d..49979828c 100644 --- a/sys/man/2/9p +++ b/sys/man/2/9p @@ -202,10 +202,15 @@ or (see .IR thread (2)), using the +.BR RFPROC , +.BR RFNOWAIT , +.BR RFNAMEG , .B RFNOTEG and -.B RFNAMEG -flags. +.B RFMEM +flags. This isolates the service loop from the callers +namespace and from notes posted to the callers note group +but shares data and bss segments. .IP The child process then waits for the parent to copy its file descripor table via |