From 8f7898d54752b697f47718da804fddadaf07d5f8 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 15 Oct 1999 00:12:39 +0000 Subject: According to params/loadparm.c, the "case sensitive", "casesignames", and "short preserve case" name mangling parameters are local options but the documentation says they are globals. (This used to be commit 61d540715936be1c3cb17920023b0f35b228d329) --- docs/yodldocs/smb.conf.5.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/yodldocs') diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index 201d61336a..875dce844b 100644 --- a/docs/yodldocs/smb.conf.5.yo +++ b/docs/yodldocs/smb.conf.5.yo @@ -1230,12 +1230,12 @@ tt( browseable = Yes) tt( browseable = No) label(casesensitive) -dit(bf(case sensitive (G))) +dit(bf(case sensitive (S))) See the discussion in the section link(bf(NAME MANGLING))(NAMEMANGLING). label(casesignames) -dit(bf(casesignames (G))) +dit(bf(casesignames (S))) Synonym for link(bf("case sensitive"))(casesensitive). @@ -5178,7 +5178,7 @@ tt( shared mem size = 1048576) tt( shared mem size = 5242880 ; Set to 5mb for a large number of files.) label(shortpreservecase) -dit(bf(short preserve case (G))) +dit(bf(short preserve case (S))) 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 -- cgit