diff options
author | 2014-07-11 09:44:42 +0000 | |
---|---|---|
committer | 2014-07-11 09:44:42 +0000 | |
commit | 778e9d5927ecaa14cdab65d99b506bf3388feec6 (patch) | |
tree | 075a25f79720fa561d80fec8ff288aa3a8292595 | |
parent | Add -u option to bind UDP port as a socket to answer DHCPINFORM from (diff) | |
download | wireguard-openbsd-778e9d5927ecaa14cdab65d99b506bf3388feec6.tar.xz wireguard-openbsd-778e9d5927ecaa14cdab65d99b506bf3388feec6.zip |
Fix typo
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8 index b51e08d38c2..ea65cb873f4 100644 --- a/usr.sbin/dhcpd/dhcpd.8 +++ b/usr.sbin/dhcpd/dhcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.8,v 1.23 2014/07/11 09:42:27 yasuoka Exp $ +.\" $OpenBSD: dhcpd.8,v 1.24 2014/07/11 09:44:42 yasuoka Exp $ .\" .\" Copyright (c) 1995, 1996 The Internet Software Consortium. .\" All rights reserved. @@ -248,7 +248,7 @@ Only DHCPINFORM messages can be handled on this socket, other messages are discarded. With this option, .Nm -can answer DHCPINFORM from the clients on on non ethernet interfaces +can answer DHCPINFORM from the clients on non ethernet interfaces (eg. .Xr tun 4 or |