diff options
-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 0aea32a1b5a..b5544eeceb3 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcp.8,v 1.19 2005/08/27 06:43:13 deraadt Exp $ +.\" $OpenBSD: dhcp.8,v 1.20 2005/08/30 19:33:26 david 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 -q [netif1 netif2 ...] +.Dl # /usr/sbin/dhcpd [netif1 netif2 ...] .It Ensure the kernel has been compiled with BPF (Berkeley Packet Filter) support and at least one |