summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-04-05 18:11:33 +0000
committerjca <jca@openbsd.org>2016-04-05 18:11:33 +0000
commit3b5d78967a78535956317768c38e96a0bd035afd (patch)
tree87f3ee3add3c9ecc4b2a2b443705cb9ae48747d4 /usr.sbin/ndp
parentetheraddr -> ether_addr, as in arp(8); discussed with jmc@ (diff)
downloadwireguard-openbsd-3b5d78967a78535956317768c38e96a0bd035afd.tar.xz
wireguard-openbsd-3b5d78967a78535956317768c38e96a0bd035afd.zip
Pointless commented-out lines; discussed with jmc@
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/ndp.819
1 files changed, 1 insertions, 18 deletions
diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8
index e93d004cbe5..ea371d81760 100644
--- a/usr.sbin/ndp/ndp.8
+++ b/usr.sbin/ndp/ndp.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ndp.8,v 1.37 2016/04/05 18:09:30 jca Exp $
+.\" $OpenBSD: ndp.8,v 1.38 2016/04/05 18:11:33 jca Exp $
.\" $KAME: ndp.8,v 1.28 2002/07/17 08:46:33 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -142,7 +142,6 @@ Note that
would be needed before
.Fl foo
in this case.
-.\"
.Bl -tag -width Ds
.It Ic nud
Turn on or off NUD (Neighbor Unreachability Detection) on the
@@ -154,17 +153,6 @@ received on the
.Ar interface .
Note that the kernel does not accept Router Advertisement messages
unless the interface is configured for inet6 autoconfiguration.
-.\".It Xo
-.\".Ic prefer_source
-.\".Xc
-.\"Prefer addresses on the
-.\".Ar interface
-.\"as candidates of the source address for outgoing packets.
-.\"The default value of this flag is off.
-.\"For more details about the entire algorithm of source address
-.\"selection, see the
-.\".Pa IMPLEMENTATION
-.\"file supplied with the KAME kit.
.El
.It Fl n
Do not try to resolve numeric addresses to hostnames.
@@ -203,18 +191,13 @@ The default is 0.
.El
.Sh EXIT STATUS
.Ex -std ndp
-.\"
.Sh SEE ALSO
.Xr ip6 4 ,
.Xr sysctl.conf 5 ,
.Xr arp 8 ,
.Xr sysctl 8 ,
.Xr tcpdump 8
-.\"
.Sh HISTORY
The
.Nm
command first appeared in the WIDE Hydrangea IPv6 protocol stack kit.
-.\"
-.\" .Sh BUGS
-.\" (to be written)