cifs(4): fix documentation for -d flag
This commit is contained in:
parent
3c8db40def
commit
91e9d7466f
1 changed files with 9 additions and 3 deletions
|
@ -4,7 +4,10 @@ cifs - Microsoft™ Windows network filesystem client
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B cifs
|
.B cifs
|
||||||
[
|
[
|
||||||
.B -bdDiv
|
.B -bDiv
|
||||||
|
] [
|
||||||
|
.B -d
|
||||||
|
.I debug
|
||||||
] [
|
] [
|
||||||
.B -a
|
.B -a
|
||||||
.I auth-method
|
.I auth-method
|
||||||
|
@ -67,8 +70,11 @@ This requires an open and close per file and thus will slow
|
||||||
.I cifs
|
.I cifs
|
||||||
considerably; its use is not recommended.
|
considerably; its use is not recommended.
|
||||||
.TP
|
.TP
|
||||||
.B -d
|
.BI -d " debug"
|
||||||
CIFS packet 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
|
.TP
|
||||||
.B -D
|
.B -D
|
||||||
9P request debug.
|
9P request debug.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue