diff options
author | Oleg Safiullin <form@cvs.openbsd.org> | 1999-09-20 04:44:18 +0000 |
---|---|---|
committer | Oleg Safiullin <form@cvs.openbsd.org> | 1999-09-20 04:44:18 +0000 |
commit | 9cd10928115bc0c2c7e87ba083d8cf18d512f453 (patch) | |
tree | bcc00f83716841b852f6164968c099c60f0289c6 /share/man/man8/dhcp.8 | |
parent | 1d810d4467c2a4446627f96e785db5a676790147 (diff) |
touch /var/db/dhcp.leases -> touch /var/db/dhcpd.leases
Diffstat (limited to 'share/man/man8/dhcp.8')
-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 |