diff options
author | John Terpstra <jht@samba.org> | 2004-05-26 03:48:18 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:51 -0500 |
commit | 2780d346d8fb4bd27f52a9917ef18108a1268350 (patch) | |
tree | d268d82c115fb30092475b28d6fc9e438317b66e | |
parent | 6cfab728941eb3e04e32f14f1a9a6277657f1bd7 (diff) | |
download | samba-2780d346d8fb4bd27f52a9917ef18108a1268350.tar.gz samba-2780d346d8fb4bd27f52a9917ef18108a1268350.tar.bz2 samba-2780d346d8fb4bd27f52a9917ef18108a1268350.zip |
Fix typos.
(This used to be commit 2f8685a82a55cc79b6208c03970d1ba026a9a9f5)
-rw-r--r-- | docs/guide/Chap03-TheSmallOffice.xml | 2 | ||||
-rw-r--r-- | docs/guide/Chap04-SecureOfficeServer.xml | 10 | ||||
-rw-r--r-- | docs/guide/Chap05-500UserNetwork.xml | 13 |
3 files changed, 11 insertions, 14 deletions
diff --git a/docs/guide/Chap03-TheSmallOffice.xml b/docs/guide/Chap03-TheSmallOffice.xml index fa40097f59..e50af189f1 100644 --- a/docs/guide/Chap03-TheSmallOffice.xml +++ b/docs/guide/Chap03-TheSmallOffice.xml @@ -618,7 +618,6 @@ subnet 192.168.1.0 netmask 255.255.255.0 { fixed-address 192.168.1.11; } } - subnet 192.168.2.0 netmask 255.255.255.0 { range dynamic-bootp 192.168.2.128 192.168.2.254; option subnet-mask 255.255.255.0; @@ -629,7 +628,6 @@ subnet 192.168.2.0 netmask 255.255.255.0 { fixed-address 192.168.1.10; } } - subnet 127.0.0.0 netmask 255.0.0.0 { } </screen> diff --git a/docs/guide/Chap04-SecureOfficeServer.xml b/docs/guide/Chap04-SecureOfficeServer.xml index 80741cc680..fb375187a6 100644 --- a/docs/guide/Chap04-SecureOfficeServer.xml +++ b/docs/guide/Chap04-SecureOfficeServer.xml @@ -1274,12 +1274,12 @@ subnet 192.168.2.0 netmask 255.255.255.0 { host qmsf { hardware ethernet 01:04:31:db:e1:c0; fixed-address 192.168.1.20; - } - } + } host hplj6f { hardware ethernet 00:03:47:cf:83:e2; fixed-address 192.168.2.30; } + } subnet 127.0.0.0 netmask 255.0.0.0 { } subnet 123.45.67.64 netmask 255.255.255.252 { @@ -1510,7 +1510,7 @@ abmas.biz IN SOA sleeth1.abmas.biz. root.abmas.biz. ( 38400 ; minimum (10 hours 40 minutes) ) NS dns.abmas.biz. - MX 10 mail.abmas.biz. + MX 10 sleeth1.abmas.biz. $ORIGIN abmas.biz. sleeth1 A 192.168.1.1 sleeth2 A 192.168.2.1 @@ -1520,6 +1520,7 @@ qmsf A 192.168.2.20 hplj6f A 192.168.2.30 dns CNAME sleeth1 diamond CNAME sleeth1 +mail CNAME sleeth1 </screen> </example> @@ -1537,7 +1538,7 @@ abmas.us IN SOA server.abmas.us. root.abmas.us. ( ) NS dns.abmas.us. NS dns2.abmas.us. - MX 10 mail.abmas.us. + MX 10 server.abmas.us. $ORIGIN abmas.us. server A 123.45.67.66 dns2 A 123.45.54.32 @@ -2754,4 +2755,3 @@ Nmap run completed -- 1 IP address (1 host up) scanned in 168 seconds </sect1> </chapter> - diff --git a/docs/guide/Chap05-500UserNetwork.xml b/docs/guide/Chap05-500UserNetwork.xml index 6df32d9912..b255c0a931 100644 --- a/docs/guide/Chap05-500UserNetwork.xml +++ b/docs/guide/Chap05-500UserNetwork.xml @@ -1126,22 +1126,21 @@ subnet 172.16.1.0 netmask 255.255.252.0 { option subnet-mask 255.255.252.0; option routers 172.16.0.1, 172.16.0.128; allow unknown-clients; - + } subnet 172.16.4.0 netmask 255.255.252.0 { range dynamic-bootp 172.16.7.0 172.16.7.254; option subnet-mask 255.255.252.0; option routers 172.16.4.128; allow unknown-clients; - + } subnet 172.16.8.0 netmask 255.255.252.0 { range dynamic-bootp 172.16.11.0 172.16.11.254; option subnet-mask 255.255.252.0; option routers 172.16.4.128; allow unknown-clients; - + } subnet 127.0.0.0 netmask 255.0.0.0 { } - subnet 123.45.67.64 netmask 255.255.255.252 { } </screen> @@ -1170,13 +1169,13 @@ subnet 172.16.1.0 netmask 255.255.252.0 { option subnet-mask 255.255.252.0; option routers 172.16.0.1, 172.16.0.128; allow unknown-clients; - + } subnet 172.16.4.0 netmask 255.255.252.0 { range dynamic-bootp 172.16.5.0 172.16.6.255; option subnet-mask 255.255.252.0; option routers 172.16.4.128; allow unknown-clients; - + } subnet 127.0.0.0 netmask 255.0.0.0 { } </screen> @@ -1205,7 +1204,7 @@ subnet 172.16.8.0 netmask 255.255.252.0 { option subnet-mask 255.255.252.0; option routers 172.16.8.128; allow unknown-clients; - + } subnet 127.0.0.0 netmask 255.0.0.0 { } </screen> |