summaryrefslogtreecommitdiff
path: root/sys/man/4
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2013-12-11 06:48:02 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2013-12-11 06:48:02 +0100
commit91e9d7466fbd23618c113672f0b379d63cf16f29 (patch)
treeaabb328d8e8b9257b8b7135fffcf03d814292460 /sys/man/4
parent3c8db40def613d036715a092eafb6ef7be22928a (diff)
cifs(4): fix documentation for -d flag
Diffstat (limited to 'sys/man/4')
-rw-r--r--sys/man/4/cifs12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys/man/4/cifs b/sys/man/4/cifs
index cb9e1c8b1..be6cba426 100644
--- a/sys/man/4/cifs
+++ b/sys/man/4/cifs
@@ -4,7 +4,10 @@ cifs - Microsoft™ Windows network filesystem client
.SH SYNOPSIS
.B cifs
[
-.B -bdDiv
+.B -bDiv
+] [
+.B -d
+.I debug
] [
.B -a
.I auth-method
@@ -67,8 +70,11 @@ This requires an open and close per file and thus will slow
.I cifs
considerably; its use is not recommended.
.TP
-.B -d
-CIFS packet debug.
+.BI -d " debug"
+followed by non-whitespace separated list of debug options
+.I debug
+writes specific debug output to file descriptor 2. See source
+for more information.
.TP
.B -D
9P request debug.