diff options
author | 2004-10-28 08:44:22 +0000 | |
---|---|---|
committer | 2004-10-28 08:44:22 +0000 | |
commit | 717f019522492b978d8d5795a7300a9a01324f8c (patch) | |
tree | 914d7b2fcfb8bb93282e2bc7e9cfd34e00e7de2b | |
parent | remove onlink assumption behavior (consider destination on-link if default (diff) | |
download | wireguard-openbsd-717f019522492b978d8d5795a7300a9a01324f8c.tar.xz wireguard-openbsd-717f019522492b978d8d5795a7300a9a01324f8c.zip |
manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32
markus ok
-rw-r--r-- | usr.sbin/ndp/ndp.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/ndp/ndp.8 b/usr.sbin/ndp/ndp.8 index 81d4064837d..0cb6b8d7171 100644 --- a/usr.sbin/ndp/ndp.8 +++ b/usr.sbin/ndp/ndp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ndp.8,v 1.21 2004/09/15 22:52:00 jmc Exp $ +.\" $OpenBSD: ndp.8,v 1.22 2004/10/28 08:44:22 itojun Exp $ .\" $KAME: ndp.8,v 1.28 2002/07/17 08:46:33 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -145,11 +145,9 @@ list; install the top entry of the list into the kernel routing table. Shows the default interface used as the default route when there is no default router. .It Fl I Ar interface -Specifies the default interface used as the default route when -there is no default router. -The +Specifies the default .Ar interface -will be used as the default. +to be used when there is no interface specified even though required. .It Fl I Ic delete The current default interface will be deleted from the kernel. .It Fl i Ar interface Op Ar flags ... |