diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-19 17:57:20 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-19 17:57:20 +0000 |
commit | 480390dc59325200978ed49a1b26f00a94c91baa (patch) | |
tree | 062c09ac43a080a68cd77af35c77fcac0d938f46 /usr.sbin/rtsold | |
parent | fb660b4c0cea9ae33d3d4dac0984c52ed7b6eeb0 (diff) |
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.
Diffstat (limited to 'usr.sbin/rtsold')
-rw-r--r-- | usr.sbin/rtsold/rtsold.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8 index 560399c06fb..d28d80eea3a 100644 --- a/usr.sbin/rtsold/rtsold.8 +++ b/usr.sbin/rtsold/rtsold.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtsold.8,v 1.6 2000/01/02 06:28:16 itojun Exp $ +.\" $OpenBSD: rtsold.8,v 1.7 2000/03/19 17:57:14 aaron Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -38,7 +38,7 @@ .Nd router solicitation daemon .\" .Sh SYNOPSIS -.Nm +.Nm rtsold .Op Fl dDfm1 .Ar interface ... .Nm rtsol @@ -46,7 +46,7 @@ .Ar interface ... .\" .Sh DESCRIPTION -.Nm Rtsold +.Nm is the daemon program to send ICMPv6 Router Solicitation messages on the specified interfaces. If a node (re)attaches to a link, @@ -81,7 +81,7 @@ Just after invocation of daemon. .It The interface is up after a temporary interface failure. -.Nm Rtsold +.Nm detects such failures by periodically probing to see if the status of the interface is active or not. Note that some network cards and drivers do not allow the extraction |