diff options
author | Ted Lemon <source@isc.org> | 1996-09-05 23:53:18 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1996-09-05 23:53:18 +0000 |
commit | fc5aedc94f31260cc7aaf82ed2e6d663855e6ec7 (patch) | |
tree | 7c06977ffb298b779ee6e902720e12be366f934a /server/dhcpd.8 | |
parent | 4ecd2958d53a39451395e56887ba9f502a146a8d (diff) | |
download | isc-dhcp-fc5aedc94f31260cc7aaf82ed2e6d663855e6ec7.tar.gz |
Fix syntax botch in host decl example
Diffstat (limited to 'server/dhcpd.8')
-rw-r--r-- | server/dhcpd.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/dhcpd.8 b/server/dhcpd.8 index 7d04d632..c0f9aa9a 100644 --- a/server/dhcpd.8 +++ b/server/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"; } |