diff options
-rw-r--r-- | usr.sbin/dhcp/client/dhclient.8 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/includes/site.h | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/relay/dhcrelay.8 | 2 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/dhcpd.8 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/dhcp/client/dhclient.8 b/usr.sbin/dhcp/client/dhclient.8 index 3a1702f5d54..dd8c12777cb 100644 --- a/usr.sbin/dhcp/client/dhclient.8 +++ b/usr.sbin/dhcp/client/dhclient.8 @@ -60,7 +60,7 @@ Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. .SH SYSTEM REQUIREMENTS You must have the Berkeley -Packet Filter (bpf) configured in your NetBSD kernel. You must have +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. .SH OPERATION diff --git a/usr.sbin/dhcp/includes/site.h b/usr.sbin/dhcp/includes/site.h index 30fdb703005..e420661061c 100644 --- a/usr.sbin/dhcp/includes/site.h +++ b/usr.sbin/dhcp/includes/site.h @@ -78,7 +78,7 @@ /* Define this to use the Berkeley Packet Filter API. The BPF API is available on all 4.4-BSD derivatives, including - NetBSD, FreeBSD and BSDI's BSD/OS. It's also available on + OpenBSD, NetBSD, FreeBSD and BSDI's BSD/OS. It's also available on DEC Alpha OSF/1 in a compatibility mode supported by the Alpha OSF/1 packetfilter interface. */ diff --git a/usr.sbin/dhcp/relay/dhcrelay.8 b/usr.sbin/dhcp/relay/dhcrelay.8 index 8e9463db6f2..d3a5405dc28 100644 --- a/usr.sbin/dhcp/relay/dhcrelay.8 +++ b/usr.sbin/dhcp/relay/dhcrelay.8 @@ -70,7 +70,7 @@ 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 NetBSD kernel. You must have +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. .SH OPERATION diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index 77d3641fa70..fca721005b1 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -78,7 +78,7 @@ functionality, with certain restrictions. There \fPmust\fR be a /etc/dhcpd.conf file. There \fBmust\fR be a /var/db/dhcpd.leases file. This file can initially be created by typing \fItouch /var/db/dhcpd.leases\fR. You must have the Berkeley -Packet Filter (bpf) configured in your NetBSD kernel. You must have +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. .SH OPERATION |