diff options
author | 1999-09-20 04:44:17 +0000 | |
---|---|---|
committer | 1999-09-20 04:44:17 +0000 | |
commit | b4dd4e21ba209693e66413b0cf6b739d8b5841d8 (patch) | |
tree | 66bf4f3fb15fd898f9d4a185dbd2dd66e829ff92 | |
parent | delay for longer after each zsputc (diff) | |
download | wireguard-openbsd-b4dd4e21ba209693e66413b0cf6b739d8b5841d8.tar.xz wireguard-openbsd-b4dd4e21ba209693e66413b0cf6b739d8b5841d8.zip |
touch /var/db/dhcp.leases -> touch /var/db/dhcpd.leases
-rw-r--r-- | share/man/man8/dhcp.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8 index 695200282ed..2b43fceb4a7 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -80,7 +80,7 @@ to start the daemon at boot-time and listen for DHCP requests on the local network. To start it manually, execute the following commands: .Pp -.D1 # touch /var/db/dhcp.leases +.Dl # touch /var/db/dhcpd.leases .Dl # /usr/sbin/dhcpd -q [netif1 netif2 ...] .It Ensure the kernel has been compiled with BPF (Berkeley Packet Filter) support |