summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-01-02 04:36:25 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-01-02 04:36:25 +0000
commit9d4a7b8b42dfaf1fb056bb84180083852238c37d (patch)
tree348b5fcb49d3ef45ebbbbbe4fc76e580be28dc2d
parent8d30542e0f13cf97f189996caf0917150bc40c5e (diff)
bring "rtsol" descrpition to the top. (sync'ed with latest kame tree)
suggested by: deraadt
-rw-r--r--usr.sbin/rtsold/rtsold.829
1 files changed, 17 insertions, 12 deletions
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8
index 52bddc0cbb9..3153e56be66 100644
--- a/usr.sbin/rtsold/rtsold.8
+++ b/usr.sbin/rtsold/rtsold.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtsold.8,v 1.4 1999/12/16 03:13:45 deraadt Exp $
+.\" $OpenBSD: rtsold.8,v 1.5 2000/01/02 04:36:24 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" KAME Id: rtsold.8,v 1.4 1999/09/30 00:57:15 jinmei Exp
+.\" KAME Id: rtsold.8,v 1.7 2000/01/02 04:34:11 itojun Exp
.\"
.Dd May 17, 1998
.Dt RTSOLD 8
@@ -54,7 +54,21 @@ If a node (re)attaches to a link,
sends some Router Solicitations on the link destined to the link-local scope
all-routers multicast address to discover new routers
and to get non link-local addresses.
-.Lp
+.Pp
+If you invoke the program as
+.Nm rtsol ,
+it will transmit probes from specified
+.Ar interface ,
+without becoming a daemon.
+In other words,
+.Nm rtsol
+behave as
+.Do
+.Nm
+.Fl f1
+.Ar interfaces
+.Dc .
+.Pp
Specifically,
.Nm
sends at most 3 Router Solicitations on an interface
@@ -138,15 +152,6 @@ Perform only one probe.
Transmit Router Solicitation packet until valid Router Advertisement packet
arrives all the interfaces more than once, then exit.
.El
-.Pp
-If you invoke the program as
-.Nm rtsol ,
-it will behave as
-.Do
-.Nm
-.Fl f1
-.Ar interfaces
-.Dc .
.Sh RETURN VALUES
The program exits with 0 on success, non-zero on failures.
.\"