diff options
author | John Terpstra <jht@samba.org> | 2006-11-24 20:22:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:22 -0500 |
commit | da92b3d1dbd8d9afc3955101cc9743bb34ffc2ae (patch) | |
tree | d19635fb5f3144c12628e931f9b9c5903db06ed3 | |
parent | 85ed3a98befd3abbdec76f8c91d1dc980a9753a7 (diff) | |
download | samba-da92b3d1dbd8d9afc3955101cc9743bb34ffc2ae.tar.gz samba-da92b3d1dbd8d9afc3955101cc9743bb34ffc2ae.tar.bz2 samba-da92b3d1dbd8d9afc3955101cc9743bb34ffc2ae.zip |
Fix ambiguity and erroneous info regarding name mangling and case preservation parameters.
(This used to be commit c3fb48c27a9c03795a03b79fd4bad1c6020f89ad)
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/filename/defaultcase.xml | 4 | ||||
-rw-r--r-- | docs/smbdotconf/filename/shortpreservecase.xml | 13 |
3 files changed, 9 insertions, 10 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 94539a29ab..7fe97fc4f4 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -595,7 +595,7 @@ chmod 1770 /usr/local/samba/lib/usershares </para> <para> - All of these options can be set separately for each service (or globally, of course). + These options can be set separately for each service. </para> <para> diff --git a/docs/smbdotconf/filename/defaultcase.xml b/docs/smbdotconf/filename/defaultcase.xml index ac5f589d3a..1efb37c8b5 100644 --- a/docs/smbdotconf/filename/defaultcase.xml +++ b/docs/smbdotconf/filename/defaultcase.xml @@ -2,8 +2,8 @@ context="S" type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> - <para>See the section on <smbconfoption name="name mangling"/> - . Also note the <smbconfoption name="short preserve case"/> parameter.</para> + <para>See the section on <smbconfoption name="name mangling"/>. + Also note the <smbconfoption name="short preserve case"/> parameter.</para> </description> <value type="default">lower</value> </samba:parameter> diff --git a/docs/smbdotconf/filename/shortpreservecase.xml b/docs/smbdotconf/filename/shortpreservecase.xml index 5a164c3d48..90188a076e 100644 --- a/docs/smbdotconf/filename/shortpreservecase.xml +++ b/docs/smbdotconf/filename/shortpreservecase.xml @@ -3,13 +3,12 @@ type="boolean" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> - <para>This boolean parameter controls if new files - which conform to 8.3 syntax, that is all in upper case and of - suitable length, are created upper case, or if they are forced - to be the <smbconfoption name="default case"/> - . This option can be use with <smbconfoption name="preserve case">yes</smbconfoption> - to permit long filenames to retain their case, while short - names are lowered. </para> + <para> + This boolean parameter controls if new files which conform to 8.3 syntax, that is all in upper case and of + suitable length, are created upper case, or if they are forced to be the <smbconfoption name="default case"/>. + This option can be use with <smbconfoption name="preserve case">yes</smbconfoption> to permit long filenames + to retain their case, while short names are lowered. + </para> <para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link>.</para> </description> |