diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-02-20 09:20:16 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-02-20 09:20:16 +0100 |
commit | 54dbb030e2c6fed0abd0a3a89d08dad9b8a201a1 (patch) | |
tree | be892fce9efbf5fb7512659497a9f4a98d02efb1 /docs-xml/smbdotconf/misc | |
parent | 73d5f14c04f2487f67695ce2e9ff025e25b2b026 (diff) | |
download | samba-54dbb030e2c6fed0abd0a3a89d08dad9b8a201a1.tar.gz samba-54dbb030e2c6fed0abd0a3a89d08dad9b8a201a1.tar.bz2 samba-54dbb030e2c6fed0abd0a3a89d08dad9b8a201a1.zip |
s3/docs: Fix several typos.
This fixes bug #6127.
Thanks to Justin T Pryzby <justinpryzby [at] users.sourceforge.net>
for the review!
Karolin
Diffstat (limited to 'docs-xml/smbdotconf/misc')
4 files changed, 6 insertions, 6 deletions
diff --git a/docs-xml/smbdotconf/misc/remoteannounce.xml b/docs-xml/smbdotconf/misc/remoteannounce.xml index f23968b501..a6bf0c546f 100644 --- a/docs-xml/smbdotconf/misc/remoteannounce.xml +++ b/docs-xml/smbdotconf/misc/remoteannounce.xml @@ -6,7 +6,7 @@ <description> <para> This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle> - <manvolnum>8</manvolnum></citerefentry>to periodically announce itself + <manvolnum>8</manvolnum></citerefentry> to periodically announce itself to arbitrary IP addresses with an arbitrary workgroup name. </para> @@ -23,7 +23,7 @@ </programlisting> the above line would cause <command moreinfo="none">nmbd</command> to announce itself to the two given IP addresses using the given workgroup names. If you leave out the - workgroup name then the one given in the <smbconfoption name="workgroup"/> parameter + workgroup name, then the one given in the <smbconfoption name="workgroup"/> parameter is used instead. </para> diff --git a/docs-xml/smbdotconf/misc/usershareallowguests.xml b/docs-xml/smbdotconf/misc/usershareallowguests.xml index 738f3a11ba..a3ae5183b0 100644 --- a/docs-xml/smbdotconf/misc/usershareallowguests.xml +++ b/docs-xml/smbdotconf/misc/usershareallowguests.xml @@ -8,7 +8,7 @@ to be accessed by non-authenticated users or not. It is the equivalent of allowing people who can create a share the option of setting <parameter moreinfo="none">guest ok = yes</parameter> in a share - definition. Due to the security sensitive nature of this the default + definition. Due to its security sensitive nature, the default is set to off.</para> </description> diff --git a/docs-xml/smbdotconf/misc/usershareprefixallowlist.xml b/docs-xml/smbdotconf/misc/usershareprefixallowlist.xml index bacc2e9530..6c1822a165 100644 --- a/docs-xml/smbdotconf/misc/usershareprefixallowlist.xml +++ b/docs-xml/smbdotconf/misc/usershareprefixallowlist.xml @@ -6,8 +6,8 @@ <description> <para>This parameter specifies a list of absolute pathnames the root of which are allowed to be exported by user defined share definitions. - If the pathname exported doesn't start with one of the strings in this - list the user defined share will not be allowed. This allows the Samba + If the pathname to be exported doesn't start with one of the strings in this + list, the user defined share will not be allowed. This allows the Samba administrator to restrict the directories on the system that can be exported by user defined shares. </para> diff --git a/docs-xml/smbdotconf/misc/usersharetemplateshare.xml b/docs-xml/smbdotconf/misc/usersharetemplateshare.xml index efe2e81d22..9593a6c7e4 100644 --- a/docs-xml/smbdotconf/misc/usersharetemplateshare.xml +++ b/docs-xml/smbdotconf/misc/usersharetemplateshare.xml @@ -5,7 +5,7 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>User defined shares only have limited possible parameters - such as path, guest ok etc. This parameter allows usershares to + such as path, guest ok, etc. This parameter allows usershares to "cloned" from an existing share. If "usershare template share" is set to the name of an existing share, then all usershares created have their defaults set from the parameters set on this |