diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-08-21 23:14:34 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-08-21 23:14:34 +0000 |
commit | bbf76eeb40ec22d4787d1f1206a3c559b36fe636 (patch) | |
tree | 2966ebe5e999049be49f0a29099ce2fd9416a3c5 | |
parent | 75a5e2d84cf1b5eef2d5122d8164fd3325fb1a7d (diff) | |
download | samba-bbf76eeb40ec22d4787d1f1206a3c559b36fe636.tar.gz samba-bbf76eeb40ec22d4787d1f1206a3c559b36fe636.tar.xz samba-bbf76eeb40ec22d4787d1f1206a3c559b36fe636.zip |
Removed the obsolete comment from the 'strip dot'
option. It isn't :-).
Jeremy (jallison@whistle.com)
-rw-r--r-- | docs/manpages/smb.conf.5 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 938c1ffa7b0..1eed1fcd868 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3041,12 +3041,14 @@ so in the vast majority of cases "strict locking = no" is preferable. .SS strip dot (G) This is a boolean that controls whether to strip trailing dots off -filenames. This helps with some CDROMs that have filenames ending in a +UNIX filenames. This helps with some CDROMs that have filenames ending in a single dot. -NOTE: This option is now obsolete, and may be removed in future. You -should use the "mangled map" option instead as it is much more -general. +.B Default: + strip dot = no + +.B Example: + strip dot = yes .SS syslog (G) This parameter maps how Samba debug messages are logged onto the |