diff options
author | Andrew Bartlett <abartlet@samba.org> | 2020-06-17 09:21:56 +1200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-06-17 14:25:28 +0000 |
commit | 946450562032f42712b016b6143458f46bbc3ec7 (patch) | |
tree | 776ee46554d670b1a0559c3b70b1a631871da8ea /python | |
parent | 5f95744924559c866e3624b6825b57df8c90ac37 (diff) | |
download | samba-946450562032f42712b016b6143458f46bbc3ec7.tar.gz |
docs: Ensure "use mmap" always has the correct default
We clarify the smb.conf manpage entry for "use mmap" to match the actual behaviour
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/samba/tests/docs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 32a16a98fbc..91a3f7fd8ad 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -109,7 +109,6 @@ class SmbDotConfTests(TestCase): 'server string', 'netbios name', 'socket options', - 'use mmap', 'ctdbd socket', 'printing', 'printcap name', |