summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-01-03 16:21:58 +0000
committerjmc <jmc@openbsd.org>2014-01-03 16:21:58 +0000
commit18d37250a7ce41f16be092f2e0370490722e9e0f (patch)
tree4a84f6c55af7039a6e04879b3f86ce0f466611c5
parentnote that our date supports traditional bsd date format, which is (diff)
downloadwireguard-openbsd-18d37250a7ce41f16be092f2e0370490722e9e0f.tar.xz
wireguard-openbsd-18d37250a7ce41f16be092f2e0370490722e9e0f.zip
consistent Nd lines for the various dhcp bits; help/ok krw
-rw-r--r--usr.sbin/dhcpd/dhcp-options.56
-rw-r--r--usr.sbin/dhcpd/dhcpd.86
-rw-r--r--usr.sbin/dhcpd/dhcpd.conf.56
-rw-r--r--usr.sbin/dhcpd/dhcpd.leases.56
4 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/dhcpd/dhcp-options.5 b/usr.sbin/dhcpd/dhcp-options.5
index 02b36865a2f..a45f2a3e7ad 100644
--- a/usr.sbin/dhcpd/dhcp-options.5
+++ b/usr.sbin/dhcpd/dhcp-options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcp-options.5,v 1.17 2013/07/16 11:13:33 schwarze Exp $
+.\" $OpenBSD: dhcp-options.5,v 1.18 2014/01/03 16:21:58 jmc Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,12 +36,12 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 3 2014 $
.Dt DHCP-OPTIONS 5
.Os
.Sh NAME
.Nm dhcp-options
-.Nd Dynamic Host Configuration Protocol options
+.Nd DHCP options
.Sh DESCRIPTION
The Dynamic Host Configuration protocol allows the client to receive
.Ic options
diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8
index 1de466184fa..1dba28aff50 100644
--- a/usr.sbin/dhcpd/dhcpd.8
+++ b/usr.sbin/dhcpd/dhcpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcpd.8,v 1.21 2013/07/16 11:13:33 schwarze Exp $
+.\" $OpenBSD: dhcpd.8,v 1.22 2014/01/03 16:21:58 jmc Exp $
.\"
.\" Copyright (c) 1995, 1996 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,12 +36,12 @@
.\" see ``http://www.isc.org/''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 3 2014 $
.Dt DHCPD 8
.Os
.Sh NAME
.Nm dhcpd
-.Nd Dynamic Host Configuration Protocol server
+.Nd Dynamic Host Configuration Protocol (DHCP) server
.Sh SYNOPSIS
.Nm dhcpd
.Bk -words
diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5
index 2f1f04031bd..bdd81d4816e 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.14 2013/10/19 18:15:39 schwarze Exp $
+.\" $OpenBSD: dhcpd.conf.5,v 1.15 2014/01/03 16:21:58 jmc Exp $
.\"
.\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999
.\" The Internet Software Consortium. All rights reserved.
@@ -36,12 +36,12 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: October 19 2013 $
+.Dd $Mdocdate: January 3 2014 $
.Dt DHCPD.CONF 5
.Os
.Sh NAME
.Nm dhcpd.conf
-.Nd dhcpd configuration file
+.Nd DHCP server configuration file
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.sbin/dhcpd/dhcpd.leases.5 b/usr.sbin/dhcpd/dhcpd.leases.5
index 90fb3006289..68b95f56283 100644
--- a/usr.sbin/dhcpd/dhcpd.leases.5
+++ b/usr.sbin/dhcpd/dhcpd.leases.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcpd.leases.5,v 1.10 2013/10/19 18:15:39 schwarze Exp $
+.\" $OpenBSD: dhcpd.leases.5,v 1.11 2014/01/03 16:21:58 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,12 +36,12 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: October 19 2013 $
+.Dd $Mdocdate: January 3 2014 $
.Dt DHCPD.LEASES 5
.Os
.Sh NAME
.Nm dhcpd.leases
-.Nd DHCP client lease database
+.Nd DHCP server lease database
.Sh DESCRIPTION
The Internet Software Consortium DHCP Server keeps a persistent
database of leases that it has assigned.