diff options
author | Jeremy Allison <jra@samba.org> | 2004-06-15 20:23:49 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:51:05 -0500 |
commit | 5a939be35f86d77b244fc4b6bf9a4c01d1c47c78 (patch) | |
tree | d4fb5931abeaace43a840cd19f75b15299decfda | |
parent | b8952dec45436495cbb2e63209b555567c3106d9 (diff) | |
download | samba-5a939be35f86d77b244fc4b6bf9a4c01d1c47c78.tar.gz samba-5a939be35f86d77b244fc4b6bf9a4c01d1c47c78.tar.xz samba-5a939be35f86d77b244fc4b6bf9a4c01d1c47c78.zip |
Added docs for case_sensitive command.
Jeremy.
-rw-r--r-- | docs/manpages/smbclient.1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/manpages/smbclient.1.xml b/docs/manpages/smbclient.1.xml index 95289fec033..4b950fbd9ab 100644 --- a/docs/manpages/smbclient.1.xml +++ b/docs/manpages/smbclient.1.xml @@ -496,6 +496,18 @@ <varlistentry> + <term>case_sensitive</term> + <listitem><para>Toggles the setting of the flag in SMB packets that + tells the server to treat filenames as case sensitive. Set to OFF by + default (tells file server to treat filenames as case insensitive). Only + currently affects Samba 3.0.5 and above file servers with the case sensitive + parameter set to auto in the smb.conf. + </para></listitem> + </varlistentry> + + + + <varlistentry> <term>cancel jobid0 [jobid1] ... [jobidN]</term> <listitem><para>The client will request that the server cancel the printjobs identified by the given numeric print job ids. |