summaryrefslogtreecommitdiff
path: root/docs/docbook/devdoc/wins.sgml
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-01 01:06:37 +0000
committerGerald Carter <jerry@samba.org>2002-10-01 01:06:37 +0000
commit5de642fc6c476f7631b8caaebd1eda5c4d50df57 (patch)
tree5ef727527eb9844834599053fd1310d99227719f /docs/docbook/devdoc/wins.sgml
parentd2c0dca984c59847a094d1ea5f03fd271fe19c58 (diff)
downloadsamba-5de642fc6c476f7631b8caaebd1eda5c4d50df57.tar.gz
samba-5de642fc6c476f7631b8caaebd1eda5c4d50df57.tar.bz2
samba-5de642fc6c476f7631b8caaebd1eda5c4d50df57.zip
fixing typos spotted by eagle-eye-vance
(This used to be commit 5bae773e0270c31ba936ef651dda149601ac6ecd)
Diffstat (limited to 'docs/docbook/devdoc/wins.sgml')
-rw-r--r--docs/docbook/devdoc/wins.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/devdoc/wins.sgml b/docs/docbook/devdoc/wins.sgml
index 4b5f1e07c4..53410316c5 100644
--- a/docs/docbook/devdoc/wins.sgml
+++ b/docs/docbook/devdoc/wins.sgml
@@ -54,11 +54,11 @@ interface names in the tags is only by convention and is not a technical require
<para><programlisting>
[global]
- wins server = 192.168.1.2:eth0 192.1:eth0 192.168.2.2:eth1
+ wins server = 192.168.1.2:eth0 192.168.1.3:eth0 192.168.2.2:eth1
</programlisting></para>
<para>
-Using this configuration, nmbd would attempt to registry the server's NetBIOS name
+Using this configuration, nmbd would attempt to register the server's NetBIOS name
with one WINS server in each group. Because the &quot;eth0&quot; group has two servers, the
second server would only be used when a registration (or resolution) request to
the first server in that group timed out.