diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-31 19:09:11 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-31 19:09:11 +0100 |
commit | 650a4434a6771cff99d9aa429cbd7fcf70ec6d88 (patch) | |
tree | 2745a570d221ee35065093e4a97e08af8c5f0405 /sys/man | |
parent | 83d8a24215ddf66ee64fc4704151571b2e952685 (diff) |
webfs(4): document -d and -D flags
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/4/webfs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/4/webfs b/sys/man/4/webfs index 5ffedd8df..540eb8443 100644 --- a/sys/man/4/webfs +++ b/sys/man/4/webfs @@ -4,6 +4,8 @@ webfs \- world wide web file system .SH SYNOPSIS .B webfs [ +.B -Dd +] [ .B -A .I useragent ] [ @@ -30,6 +32,11 @@ and, if .I service is specified, will post a service file descriptor in .BR /srv/\fIservice . +The +.B -d +flag enables general debug printing to standard error while the +.B -D +flag enables 9P debug prints. .PP If the environment variable .B httpproxy |