diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-08-25 16:38:03 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-08-25 16:38:03 +0000 |
commit | 722410d9d821d83bf36d8151b6f4a3a15c89b07a (patch) | |
tree | 283d0071ab115a7b8cfa22cd16f203c80b9e2176 /share/man/man8 | |
parent | dee1002aa4f1558a4a373977e0f607d3b422eab5 (diff) |
dhcpd has no -q switch any more to behave, it just behaves
From: Matthias Kilian <kili@outback.escape.de>
Diffstat (limited to 'share/man/man8')
-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 a997cb01bf1..d54d1f87264 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcp.8,v 1.17 2004/12/23 15:19:56 espie Exp $ +.\" $OpenBSD: dhcp.8,v 1.18 2005/08/25 16:38:02 henning 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 |