diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-08-05 14:20:32 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-08-05 14:20:32 +0200 |
commit | 500038e48518895410c48f69d97ce3e0cfb0bc5b (patch) | |
tree | 9c43e4c71dfddac54f9bc53c1102452e9e40cdef /docs-xml/manpages-3 | |
parent | 9f9f8ef14bfded6a7b4bd068da328f62f2399255 (diff) | |
download | samba-500038e48518895410c48f69d97ce3e0cfb0bc5b.tar.gz samba-500038e48518895410c48f69d97ce3e0cfb0bc5b.tar.bz2 samba-500038e48518895410c48f69d97ce3e0cfb0bc5b.zip |
man pages: Improve description of boolean values in smb.conf.5.
This fixes bug #5378.
Thanks Morton K. Poulsen <morten+bugzilla.samba.org [at] afdelingp.dk>
for reporting!
Karolin
(This used to be commit 8195ca2132cbdba396dc35e9d04d4bdc3a8a666c)
Diffstat (limited to 'docs-xml/manpages-3')
-rw-r--r-- | docs-xml/manpages-3/smb.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/manpages-3/smb.conf.5.xml b/docs-xml/manpages-3/smb.conf.5.xml index 5c91dff16f..bb157e54d6 100644 --- a/docs-xml/manpages-3/smb.conf.5.xml +++ b/docs-xml/manpages-3/smb.conf.5.xml @@ -63,7 +63,7 @@ <para> The values following the equals sign in parameters are all either a string (no quotes needed) or a boolean, - which may be given as yes/no, 0/1 or true/false. Case is not significant in boolean values, but is preserved + which may be given as yes/no, 1/0 or true/false. Case is not significant in boolean values, but is preserved in string values. Some items such as create masks are numeric. </para> |