diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-08-18 14:44:29 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-08-18 14:44:29 +0000 |
commit | b0ae37013cf58b5cdeb67bb0b182669be1540aa9 (patch) | |
tree | 9dcbe3fce3a452f97322d21cce0ac13549a8c3b4 /sys/man/4 | |
parent | cfebf83947550f3ae730cef4a9b1ab6bf6b8d4f7 (diff) |
exportfs: revert e524e8d65a7573c46d7beb49e77bfc2d55a5563d
It turns out that the '-f' flag was being used, and removing
it broke things.
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/exportfs | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/sys/man/4/exportfs b/sys/man/4/exportfs index bf26b641b..b6108c1ab 100644 --- a/sys/man/4/exportfs +++ b/sys/man/4/exportfs @@ -4,23 +4,7 @@ exportfs, srvfs \- file server plumbing .SH SYNOPSIS .B exportfs [ -.B -dsR -] -[ -.B -m -.I msize -] -[ -.B -r -.I root -] -[ -.B -P -.I patternfile -] -[ -.B -S -.I srvfile +.I options ] .PP .B srvfs @@ -55,8 +39,11 @@ into a local file tree. .PP The options are: .TP -.B -d -Log all 9P traffic to stderr. +.B -d -f \fIdbgfile +Log all 9P traffic to +.I dbgfile +(default +.BR /tmp/exportdb ). .TP .B -P \fIpatternfile Restrict the set of exported files. |