diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-27 06:43:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-27 06:43:14 +0000 |
commit | 0a85834931a8455fb8201d6b31ea4a7c703248e0 (patch) | |
tree | 57489041f52c4b111fff63f743c1112fda7b6fec /share/man/man8/dhcp.8 | |
parent | a0dbc34adc90aeacb26e57becc86026bc599f60e (diff) |
backout unapproved diff
Diffstat (limited to 'share/man/man8/dhcp.8')
-rw-r--r-- | share/man/man8/dhcp.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8 index d54d1f87264..0aea32a1b5a 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcp.8,v 1.18 2005/08/25 16:38:02 henning Exp $ +.\" $OpenBSD: dhcp.8,v 1.19 2005/08/27 06:43:13 deraadt Exp $ .\" .\" .\" Copyright (c) 1999 Aaron Campbell @@ -109,7 +109,7 @@ daemon at boot-time and listen for DHCP requests on the local network. To start it manually, execute the following commands: .Pp .Dl # touch /var/db/dhcpd.leases -.Dl # /usr/sbin/dhcpd [netif1 netif2 ...] +.Dl # /usr/sbin/dhcpd -q [netif1 netif2 ...] .It Ensure the kernel has been compiled with BPF (Berkeley Packet Filter) support and at least one |