summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/base
diff options
context:
space:
mode:
authorChristoph Zauner <christoph.zauner@sernet.de>2008-06-11 15:17:21 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-12 09:26:10 +0200
commit7617741e64ddc7db7e0fbf706289a14986a6139a (patch)
tree2b19294a3b60e632bcd5c681db01e2a8bff544e5 /docs-xml/smbdotconf/base
parent8d3a451fd2c1ba831076f0f196c5324db57879a3 (diff)
downloadsamba-7617741e64ddc7db7e0fbf706289a14986a6139a.tar.gz
samba-7617741e64ddc7db7e0fbf706289a14986a6139a.tar.bz2
samba-7617741e64ddc7db7e0fbf706289a14986a6139a.zip
man pages: Fix typos.
(This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
Diffstat (limited to 'docs-xml/smbdotconf/base')
-rw-r--r--docs-xml/smbdotconf/base/bindinterfacesonly.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/base/bindinterfacesonly.xml b/docs-xml/smbdotconf/base/bindinterfacesonly.xml
index bccac4a0da..6e8321bbca 100644
--- a/docs-xml/smbdotconf/base/bindinterfacesonly.xml
+++ b/docs-xml/smbdotconf/base/bindinterfacesonly.xml
@@ -29,14 +29,14 @@
For file service it causes <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> to bind only to the interface list given in the <smbconfoption
name="interfaces"/> parameter. This restricts the networks that <command moreinfo="none">smbd</command> will
- serve to packets coming in those interfaces. Note that you should not use this parameter for machines that
+ serve, to packets coming in on those interfaces. Note that you should not use this parameter for machines that
are serving PPP or other intermittent or non-broadcast network interfaces as it will not cope with
non-permanent interfaces.
</para>
<para>
- If <smbconfoption name="bind interfaces only"/> is set then unless the network address
- <emphasis>127.0.0.1</emphasis> is added to the <smbconfoption name="interfaces"/> parameter list
+ If <smbconfoption name="bind interfaces only"/> is set and the network address
+ <emphasis>127.0.0.1</emphasis> is not added to the <smbconfoption name="interfaces"/> parameter list
<citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> and
<citerefentry><refentrytitle>swat</refentrytitle> <manvolnum>8</manvolnum></citerefentry> may not work as
expected due to the reasons covered below.