]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix syntax botch in host decl example
authorTed Lemon <source@isc.org>
Thu, 5 Sep 1996 23:53:18 +0000 (23:53 +0000)
committerTed Lemon <source@isc.org>
Thu, 5 Sep 1996 23:53:18 +0000 (23:53 +0000)
dhcpd.8
dhcpd.cat8
server/dhcpd.8
server/dhcpd.cat8

diff --git a/dhcpd.8 b/dhcpd.8
index 7d04d632a1cdaa0dcde5e50189dd6e65908f3458..c0f9aa9a891941704b279b7957c669b6cd5bb51d 100644 (file)
--- a/dhcpd.8
+++ b/dhcpd.8
@@ -248,7 +248,8 @@ the server, that file's name must be specified.   A simple bootp
 client declaration might look like this:
 .nf
 .sp 1
-       host haagen hardware ethernet 08:00:2b:4c:59:23 {
+       host haagen {
+         hardware ethernet 08:00:2b:4c:59:23;
          fixed-address 239.252.197.9;
          filename "/tftpboot/haagen.boot";
        }
index 75a1b4a33a160923257a611da1b22526697b4ffc..d046e509adacfb890143ea79838f94cea3fe61bf 100644 (file)
@@ -238,7 +238,8 @@ B\bBO\bOO\bOT\bTP\bP S\bSu\bup\bpp\bpo\bor\brt\bt
        server, that file's name must  be  specified.    A  simple
        bootp client declaration might look like this:
 
-            host haagen hardware ethernet 08:00:2b:4c:59:23 {
+            host haagen {
+              hardware ethernet 08:00:2b:4c:59:23;
               fixed-address 239.252.197.9;
               filename "/tftpboot/haagen.boot";
             }
@@ -255,7 +256,6 @@ O\bOp\bpt\bti\bio\bon\bns\bs
        for  BOOTP  clients,  also on a per-client basis.   In the
        event that a BOOTP client  declaration  specifies  options
        that  are  also  specified  in its subnet declaration, the
-       options  specified  in   the   client   declaration   take
 
 
 
@@ -268,8 +268,9 @@ O\bOp\bpt\bti\bio\bon\bns\bs
 dhcpd(8)                                                 dhcpd(8)
 
 
-       precedence.    An  reasonably  complete DHCP configuration
-       might look something like this:
+       options specified in the client  declaration  take  prece-
+       dence.    An  reasonably complete DHCP configuration might
+       look something like this:
 
             subnet 239.252.197.0 netmask 255.255.255.0 {
               range 239.252.197.10 239.252.197.250;
@@ -324,7 +325,6 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-
                                                                 5
 
 
index 7d04d632a1cdaa0dcde5e50189dd6e65908f3458..c0f9aa9a891941704b279b7957c669b6cd5bb51d 100644 (file)
@@ -248,7 +248,8 @@ the server, that file's name must be specified.   A simple bootp
 client declaration might look like this:
 .nf
 .sp 1
-       host haagen hardware ethernet 08:00:2b:4c:59:23 {
+       host haagen {
+         hardware ethernet 08:00:2b:4c:59:23;
          fixed-address 239.252.197.9;
          filename "/tftpboot/haagen.boot";
        }
index 75a1b4a33a160923257a611da1b22526697b4ffc..d046e509adacfb890143ea79838f94cea3fe61bf 100644 (file)
@@ -238,7 +238,8 @@ B\bBO\bOO\bOT\bTP\bP S\bSu\bup\bpp\bpo\bor\brt\bt
        server, that file's name must  be  specified.    A  simple
        bootp client declaration might look like this:
 
-            host haagen hardware ethernet 08:00:2b:4c:59:23 {
+            host haagen {
+              hardware ethernet 08:00:2b:4c:59:23;
               fixed-address 239.252.197.9;
               filename "/tftpboot/haagen.boot";
             }
@@ -255,7 +256,6 @@ O\bOp\bpt\bti\bio\bon\bns\bs
        for  BOOTP  clients,  also on a per-client basis.   In the
        event that a BOOTP client  declaration  specifies  options
        that  are  also  specified  in its subnet declaration, the
-       options  specified  in   the   client   declaration   take
 
 
 
@@ -268,8 +268,9 @@ O\bOp\bpt\bti\bio\bon\bns\bs
 dhcpd(8)                                                 dhcpd(8)
 
 
-       precedence.    An  reasonably  complete DHCP configuration
-       might look something like this:
+       options specified in the client  declaration  take  prece-
+       dence.    An  reasonably complete DHCP configuration might
+       look something like this:
 
             subnet 239.252.197.0 netmask 255.255.255.0 {
               range 239.252.197.10 239.252.197.250;
@@ -324,7 +325,6 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-
                                                                 5