summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-12-16 15:41:26 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-12-16 15:41:26 +0000
commit5583be94a9bdb6c3fc0c5b8869486ff15f0435af (patch)
treef3db77c36edbb84d65bff115aa142299fd0c5f17 /share/man/man8
parentc1a39173164878c8b3902d2876c350b8cd5c90d9 (diff)
make the section on BPF standalone and clarify it applies to client
and server; ok henning@ help and ok jmc@
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/dhcp.89
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8
index bca6642da09..e8b85ba03c2 100644
--- a/share/man/man8/dhcp.8
+++ b/share/man/man8/dhcp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcp.8,v 1.21 2006/02/09 12:08:58 jaredy Exp $
+.\" $OpenBSD: dhcp.8,v 1.22 2006/12/16 15:41:25 stevesk Exp $
.\"
.\"
.\" Copyright (c) 1999 Aaron Campbell
@@ -109,14 +109,15 @@ daemon at boot-time and listen for DHCP requests on the local network.
To start it manually, execute the following command:
.Pp
.Dl # /usr/sbin/dhcpd [netif1 netif2 ...]
-.It
-Ensure the kernel has been compiled with BPF (Berkeley Packet Filter) support
+.El
+.Pp
+The DHCP client and server use the Berkeley Packet Filter (BPF).
+Ensure the kernel has been compiled with BPF support
and at least one
.Pa /dev/bpf*
file exists per broadcast network interface that is attached to the system.
This is almost always the case and should only be considered if all other
troubleshooting options have failed.
-.El
.Pp
See
.Xr dhcpd 8