diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-02-26 20:51:18 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-02-26 20:51:18 +0000 |
commit | 13839d08a0dde6dd401964c6d1eefae62866391d (patch) | |
tree | f3f6bddf27318aa8c810f8255d48d19e8015b153 /usr.sbin/arp | |
parent | 57d853dd13d449e197fa03a70b05be0303330bd6 (diff) |
This is a lie, the default is not 0. It is inherited from the process.
OK by many
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r-- | usr.sbin/arp/arp.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 73311dd5dad..32ea1494f9d 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arp.8,v 1.30 2011/09/01 21:21:25 jmc Exp $ +.\" $OpenBSD: arp.8,v 1.31 2014/02/26 20:51:17 claudio Exp $ .\" $NetBSD: arp.8,v 1.7 1995/03/01 11:50:59 chopps Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)arp.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 1 2011 $ +.Dd $Mdocdate: February 26 2014 $ .Dt ARP 8 .Os .Sh NAME @@ -155,7 +155,6 @@ be replaced unless is given. .It Fl V Ar rdomain Select the routing domain. -The default is 0. .It Fl W Ar ether_addr Op Ar iface Send the Wake on LAN frame from all interfaces on the local machine that are up, if |