summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-05-29 19:27:22 +0000
committerstevesk <stevesk@openbsd.org>2006-05-29 19:27:22 +0000
commitb956de60ce7b6f07ec3b3601cd2368b7346fcee0 (patch)
treeb755ddbdde765d7c983e3a539353307225bc4d71
parentadd more mpi goo for scsi task management and port config (diff)
downloadwireguard-openbsd-b956de60ce7b6f07ec3b3601cd2368b7346fcee0.tar.xz
wireguard-openbsd-b956de60ce7b6f07ec3b3601cd2368b7346fcee0.zip
repair some broken indentation in an example; ok jmc@
-rw-r--r--usr.sbin/dhcpd/dhcpd.conf.516
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