]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Fix reference to 'read only' parameter
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 23 Sep 2022 23:49:33 +0000 (11:49 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Oct 2022 04:23:32 +0000 (04:23 +0000)
It should be 'read only', not 'read-only'.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/smbdotconf/misc/defaultservice.xml

index 2da968b9c2fa4596735a26142303684e28793f0c..54203969620f0be17eef0bb67d1fc205e0ab857c 100644 (file)
@@ -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>