From 09915430fc01ca32ef28959ed2bb751b4977a852 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 15 Jun 2004 20:23:49 +0000 Subject: [PATCH] Added docs for case_sensitive command. Jeremy. (This used to be commit b6b253f1a3bb4b26e860b787a486eb226e8311c3) --- docs/manpages/smbclient.1.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 @@ + case_sensitive + 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. + + + + + + cancel jobid0 [jobid1] ... [jobidN] The client will request that the server cancel the printjobs identified by the given numeric print job ids. -- 2.11.4.GIT