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 08:45:54 -0500 |
commit | 09915430fc01ca32ef28959ed2bb751b4977a852 (patch) | |
tree | 38ab49df4e0baedcdfa1f39488ef0b74c325fd29 | |
parent | 2da3176e92d88de81073ca2e4bc7acf524b3d16b (diff) | |
download | samba-09915430fc01ca32ef28959ed2bb751b4977a852.tar.gz samba-09915430fc01ca32ef28959ed2bb751b4977a852.tar.bz2 samba-09915430fc01ca32ef28959ed2bb751b4977a852.zip |
Added docs for case_sensitive command.
Jeremy.
(This used to be commit b6b253f1a3bb4b26e860b787a486eb226e8311c3)
-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 95289fec03..4b950fbd9a 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. |