summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-09-24 11:49:33 +1200
committerAndrew Bartlett <abartlet@samba.org>2022-10-05 04:23:32 +0000
commit112e43fcb3f35888d517268828c6ddff3741cf15 (patch)
treeb090a111b81b5faeffc15de9f67e1682a02c8669 /docs-xml
parent728fabea68329d943c0e327c074f95619087ae13 (diff)
downloadsamba-112e43fcb3f35888d517268828c6ddff3741cf15.tar.gz
docs-xml: Fix reference to 'read only' parameter
It should be 'read only', not 'read-only'. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/misc/defaultservice.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/misc/defaultservice.xml b/docs-xml/smbdotconf/misc/defaultservice.xml
index 2da968b9c2f..54203969620 100644
--- a/docs-xml/smbdotconf/misc/defaultservice.xml
+++ b/docs-xml/smbdotconf/misc/defaultservice.xml
@@ -17,7 +17,7 @@
<para>
Typically the default service would be a <smbconfoption name="guest ok"/>, <smbconfoption
- name="read-only"/> service.</para> <para>Also note that the apparent service name will be changed to equal
+ name="read only"/> service.</para> <para>Also note that the apparent service name will be changed to equal
that of the requested service, this is very useful as it allows you to use macros like <parameter
moreinfo="none">%S</parameter> to make a wildcard service.
</para>