summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrinfo
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-09-06 22:40:52 +0000
committerjmc <jmc@openbsd.org>2005-09-06 22:40:52 +0000
commit833f7d3d1442b394f4a179cacccbc84e8e511329 (patch)
tree83a97d2d2c708c87af81cdf5f89094688fc6e4ee /usr.sbin/mrinfo
parentsome grammar fixes from simon morgan; (diff)
downloadwireguard-openbsd-833f7d3d1442b394f4a179cacccbc84e8e511329.tar.xz
wireguard-openbsd-833f7d3d1442b394f4a179cacccbc84e8e511329.zip
new sentence, new line...and generally just start new lines in sane places;
while here, a little macro cleanup.
Diffstat (limited to 'usr.sbin/mrinfo')
-rw-r--r--usr.sbin/mrinfo/mrinfo.838
1 files changed, 21 insertions, 17 deletions
diff --git a/usr.sbin/mrinfo/mrinfo.8 b/usr.sbin/mrinfo/mrinfo.8
index ee279ffbd13..4c5e5735637 100644
--- a/usr.sbin/mrinfo/mrinfo.8
+++ b/usr.sbin/mrinfo/mrinfo.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mrinfo.8,v 1.10 2005/09/06 22:26:49 jmc Exp $
+.\" $OpenBSD: mrinfo.8,v 1.11 2005/09/06 22:40:52 jmc Exp $
.\" $NetBSD: mrinfo.8,v 1.2 1995/10/03 23:20:39 thorpej Exp $
.\"
.\" Written Wed Mar 24 1993 by Van Jacobson (adapted from the
@@ -87,22 +87,24 @@ attempts to display the configuration information from the specified
.Pp
.Nm
uses the ASK_NEIGHBORS IGMP message to query the specified multicast
-router. If the router responds, the version number and a list of their
+router.
+If the router responds, the version number and a list of their
neighboring multicast router addresses is part of the response.
If the responding router has a recent multicast version number, then
.Nm
-requests additional information such as metrics, thresholds, and flags from the
-multicast router. Once the specified multicast router responds, the
-configuration is displayed to the standard output.
+requests additional information such as metrics, thresholds,
+and flags from the multicast router.
+Once the specified multicast router responds,
+the configuration is displayed to the standard output.
.Pp
The options are as follows:
-.Pp
.Bl -tag -width timeout_levelxyz
.It Fl d Ar debug_level
-sets the debug level. When the debug level is greater than the
-default value of 0, additional debugging messages are printed. Regardless of
-the debug level, an error condition will always write an error message and
-cause
+sets the debug level.
+When the debug level is greater than the default value of 0,
+additional debugging messages are printed.
+Regardless of the debug level,
+an error condition will always write an error message and cause
.Nm
to terminate.
Non-zero debug levels have the following effects (printed to stderr):
@@ -116,10 +118,11 @@ all level 1 messages plus notifications of down networks.
all level 2 messages plus notifications of all packet timeouts.
.El
.It Fl r Ar retry_count
-sets the neighbor query retry limit. The default is to do 3 retries.
+sets the neighbor query retry limit.
+The default is to do 3 retries.
.It Fl t Ar timeout_count
-sets the number of seconds to wait for a neighbor query
-reply. The default timeout is 4 seconds.
+sets the number of seconds to wait for a neighbor query reply.
+The default timeout is 4 seconds.
.El
.Sh EXAMPLES
.Bd -literal
@@ -132,13 +135,14 @@ reply. The default timeout is 4 seconds.
.Ed
.Pp
For each neighbor of the queried multicast router, the IP of the queried router
-is displayed, followed by the IP and name of the neighbor. In square brackets
-the metric (cost of connection) and threshold (multicast ttl) is displayed. If
-the queried multicast router has a newer version number, the type (tunnel,
+is displayed, followed by the IP and name of the neighbor.
+In square brackets the metric (cost of connection)
+and threshold (multicast ttl) is displayed.
+If the queried multicast router has a newer version number, the type (tunnel,
srcrt) and status (disabled, down) of the connection is displayed.
.Sh SEE ALSO
.Xr map-mbone 8 ,
.Xr mrouted 8 ,
.Xr mtrace 8
.Sh AUTHORS
-Van Jacobson
+.An Van Jacobson