diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-05-29 19:27:23 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-05-29 19:27:23 +0000 |
commit | 93e44f78a8f963aeafd993ebfb79db6fec617a4f (patch) | |
tree | 73aa9acc244d1595d9e8cf1ce64a4c4eab5faed3 /usr.sbin/dhcpd/dhcpd.conf.5 | |
parent | 59943ab26741c83090af320d9ea9eefc96054f24 (diff) |
repair some broken indentation in an example; ok jmc@
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.conf.5')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.conf.5 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5 index f4a4a1159ab..54954fb3eeb 100644 --- a/usr.sbin/dhcpd/dhcpd.conf.5 +++ b/usr.sbin/dhcpd/dhcpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.conf.5,v 1.4 2006/01/13 19:27:22 jmc Exp $ +.\" $OpenBSD: dhcpd.conf.5,v 1.5 2006/05/29 19:27:22 stevesk Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999 .\" The Internet Software Consortium. All rights reserved. @@ -779,19 +779,19 @@ group { use-host-decl-names on; host joe { - hardware ethernet 08:00:2b:4c:29:32; - fixed-address joe.fugue.com; + hardware ethernet 08:00:2b:4c:29:32; + fixed-address joe.fugue.com; } } .Ed .Pp is equivalent to .Bd -literal -offset indent - host joe { -hardware ethernet 08:00:2b:4c:29:32; -fixed-address joe.fugue.com; - option host-name "joe"; - } +host joe { + hardware ethernet 08:00:2b:4c:29:32; + fixed-address joe.fugue.com; + option host-name "joe"; +} .Ed .Pp An |