diff options
author | 1999-11-15 03:41:40 +0000 | |
---|---|---|
committer | 1999-11-15 03:41:40 +0000 | |
commit | a24eb29ef46e19d9966f43e6a7048e8d3a7fb777 (patch) | |
tree | 505cd34eab6b3d301065e5d7f04fd4a2e4cd44b5 | |
parent | Fix problem with extra spaces after an Xr reference; from NetBSD. (diff) | |
download | wireguard-openbsd-a24eb29ef46e19d9966f43e6a7048e8d3a7fb777.tar.xz wireguard-openbsd-a24eb29ef46e19d9966f43e6a7048e8d3a7fb777.zip |
Consistify DHCP man page titles somewhat; d@, sebastion@irelandmail.com
-rw-r--r-- | usr.sbin/dhcp/common/dhcp-options.5 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/relay/dhcrelay.8 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.conf.5 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/dhcp/common/dhcp-options.5 b/usr.sbin/dhcp/common/dhcp-options.5 index 0f2203123d3..77eb58db99e 100644 --- a/usr.sbin/dhcp/common/dhcp-options.5 +++ b/usr.sbin/dhcp/common/dhcp-options.5 @@ -37,7 +37,7 @@ .\" Enterprises, see ``http://www.vix.com''. .TH dhcpd-options 5 .SH NAME -dhcp-options - Dynamic Host Configuration Protocol options +dhcp-options - DHCP options .SH DESCRIPTION The Dynamic Host Configuration protocol allows the client to receive .B options diff --git a/usr.sbin/dhcp/relay/dhcrelay.8 b/usr.sbin/dhcp/relay/dhcrelay.8 index c058c02b252..795e0888e3d 100644 --- a/usr.sbin/dhcp/relay/dhcrelay.8 +++ b/usr.sbin/dhcp/relay/dhcrelay.8 @@ -37,7 +37,7 @@ .\" Enterprises, see ``http://www.vix.com''. .TH dhcrelay 8 .SH NAME -dhcrelay - Dynamic Host Configuration Protocol Relay Agent +dhcrelay - Dynamic Host Configuration Protocol (DHCP) Relay Agent .SH SYNOPSIS .B dhcrelay [ diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index 61acaca4895..b59436d8510 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -37,7 +37,7 @@ .\" Enterprises, see ``http://www.vix.com''. .TH dhcpd 8 .SH NAME -dhcpd - Dynamic Host Configuration Protocol Server +dhcpd - Dynamic Host Configuration Protocol (DHCP)Server .SH SYNOPSIS .B dhcpd [ diff --git a/usr.sbin/dhcp/server/dhcpd.conf.5 b/usr.sbin/dhcp/server/dhcpd.conf.5 index b4f67a78d08..f7228b2a45d 100644 --- a/usr.sbin/dhcp/server/dhcpd.conf.5 +++ b/usr.sbin/dhcp/server/dhcpd.conf.5 @@ -37,7 +37,7 @@ .\" Enterprises, see ``http://www.vix.com''. .TH dhcpd.conf 5 .SH NAME -dhcpd.conf - dhcpd configuration file +dhcpd.conf - DHCP server configuration file .SH DESCRIPTION The dhcpd.conf file contains configuration information for .IR dhcpd, |