diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 22:18:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 22:18:38 +0000 |
commit | bf95f4749485653fcbff0be73db299a9d226d4e0 (patch) | |
tree | c6c5c04d21e0e72753029e3a35290bfd754626a1 /usr.sbin/dhcp | |
parent | b64780a41e3237fc72bbc817e8c4cdccc40271dd (diff) |
remove trailing whitespace, some Nm cleanup
Diffstat (limited to 'usr.sbin/dhcp')
-rw-r--r-- | usr.sbin/dhcp/common/dhcp-options.5 | 6 | ||||
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient.8 | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/relay/dhcrelay.8 | 6 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.conf.5 | 12 |
4 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/dhcp/common/dhcp-options.5 b/usr.sbin/dhcp/common/dhcp-options.5 index 52d9813f5f1..0f2203123d3 100644 --- a/usr.sbin/dhcp/common/dhcp-options.5 +++ b/usr.sbin/dhcp/common/dhcp-options.5 @@ -68,13 +68,13 @@ domain name resolves to a single IP address. .PP The .B int32 -data type specifies a signed 32-bit integer. The +data type specifies a signed 32-bit integer. The .B uint32 -data type specifies an unsigned 32-bit integer. The +data type specifies an unsigned 32-bit integer. The .B int16 and .B uint16 -data types specify signed and unsigned 16-bit integers. The +data types specify signed and unsigned 16-bit integers. The .B int8 and .B uint8 diff --git a/usr.sbin/dhcp/dhclient/dhclient.8 b/usr.sbin/dhcp/dhclient/dhclient.8 index c812323d3b9..93b7cf29192 100644 --- a/usr.sbin/dhcp/dhclient/dhclient.8 +++ b/usr.sbin/dhcp/dhclient/dhclient.8 @@ -61,10 +61,10 @@ The Internet Software Consortium DHCP Client, dhclient, provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. -.SH SYSTEM REQUIREMENTS +.SH SYSTEM REQUIREMENTS You must have the Berkeley Packet Filter (bpf) configured in your kernel. You must have -at least one /dev/bpf* file for each broadcast network interface that +at least one /dev/bpf* file for each broadcast network interface that is attached to your system. .SH OPERATION .PP diff --git a/usr.sbin/dhcp/relay/dhcrelay.8 b/usr.sbin/dhcp/relay/dhcrelay.8 index d3a5405dc28..d4f2be42e99 100644 --- a/usr.sbin/dhcp/relay/dhcrelay.8 +++ b/usr.sbin/dhcp/relay/dhcrelay.8 @@ -69,10 +69,10 @@ means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly to one or more DHCP servers on other subnets. .SH SYSTEM REQUIREMENTS -You must have the Berkeley -Packet Filter (bpf) configured in your kernel. You must have +You must have the Berkeley +Packet Filter (bpf) configured in your kernel. You must have at least one /dev/bpf* file for each broadcast network interface that -is attached to your system. +is attached to your system. .SH OPERATION .PP The DHCP Relay Agent listens for DHCP requests on all interfaces diff --git a/usr.sbin/dhcp/server/dhcpd.conf.5 b/usr.sbin/dhcp/server/dhcpd.conf.5 index be9abe50232..15a53ee6ed2 100644 --- a/usr.sbin/dhcp/server/dhcpd.conf.5 +++ b/usr.sbin/dhcp/server/dhcpd.conf.5 @@ -278,7 +278,7 @@ group { .fi .SH REFERENCE: DECLARATIONS .PP -.B The +.B The .I shared-network .B statement .PP @@ -308,7 +308,7 @@ shared network. The name may have the syntax of a valid domain name (although it will never be used as such), or it may be any arbitrary name, enclosed in quotes. .PP -.B The +.B The .I subnet .B statement .PP @@ -329,7 +329,7 @@ declaration. The .I subnet-number should be an IP address or domain name which resolves to the subnet -number of the subnet being described. The +number of the subnet being described. The .I netmask should be an IP address or domain name which resolves to the subnet mask of the subnet being described. The subnet number, together with the @@ -372,7 +372,7 @@ single address, \fIhigh-address\fR can be omitted. .PP There must be at least one .B host -statement for every BOOTP client that is to be served. +statement for every BOOTP client that is to be served. .B host statements may also be specified for DHCP clients, although this is not required unless booting is only enabled for known hosts. @@ -386,7 +386,7 @@ parameter, or more than one statement may be specified. .PP If client-specific boot parameters must change based on the network -to which the client is attached, then multiple +to which the client is attached, then multiple .B host statements should be used. @@ -493,7 +493,7 @@ should be the maximum length in seconds that will be assigned to a lease if the client requesting the lease asks for a specific expiration time. .PP -.B The +.B The .I hardware .B statement .PP |