summaryrefslogtreecommitdiff
path: root/server/dhcpd.8
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-09-05 23:53:18 +0000
committerTed Lemon <source@isc.org>1996-09-05 23:53:18 +0000
commitfc5aedc94f31260cc7aaf82ed2e6d663855e6ec7 (patch)
tree7c06977ffb298b779ee6e902720e12be366f934a /server/dhcpd.8
parent4ecd2958d53a39451395e56887ba9f502a146a8d (diff)
downloadisc-dhcp-fc5aedc94f31260cc7aaf82ed2e6d663855e6ec7.tar.gz
Fix syntax botch in host decl example
Diffstat (limited to 'server/dhcpd.8')
-rw-r--r--server/dhcpd.83
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";
}