summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 16:57:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 16:57:55 +0000
commit67d4a6033bddb7d54e3ef944dae899133e293901 (patch)
treee9fa8b31d399fbf78eb212bff674a4eb212767b0 /usr.bin/netstat
parentef3f0c32a94fffe5f70dc86aaca4e234fe407c4b (diff)
usr.bin/ man page cleanups, n-s
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/netstat.168
1 files changed, 34 insertions, 34 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index 10aad49fd7f..5329da119c7 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netstat.1,v 1.11 1998/09/07 16:44:33 aaron Exp $
+.\" $OpenBSD: netstat.1,v 1.12 1998/09/27 16:57:48 aaron Exp $
.\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
@@ -80,7 +80,7 @@ will continuously display the information regarding packet
traffic on the configured network interfaces.
The fourth form displays statistics about the named protocol.
.Pp
-The options have the following meaning:
+The options are as follows:
.Bl -tag -width flag
.It Fl A
With the default display,
@@ -98,34 +98,34 @@ show the number of dropped packets.
.It Fl f Ar address_family
Limit statistics or address control block reports to those
of the specified
-.Ar address family .
+.Ar address_family .
The following address families
are recognized:
-.Ar inet ,
+.Ar inet ,
for
-.Dv AF_INET ,
+.Dv AF_INET ,
.Ar ipx ,
for
-.Dv AF_IPX ,
+.Dv AF_IPX ,
.Ar atalk ,
for
.Dv AF_APPLETALK ,
.Ar ns ,
for
-.Dv AF_NS ,
+.Dv AF_NS ,
.Ar iso ,
for
.Dv AF_ISO ,
.Ar encap ,
for
.Dv AF_ENCAP ,
-.Ar local ,
+.Ar local ,
for
-.Dv AF_LOCAL ,
+.Dv AF_LOCAL ,
and
-.Ar unix ,
+.Ar unix ,
for
-.Dv AF_UNIX .
+.Dv AF_UNIX .
.It Fl g
Show information related to multicast (group address) routing.
By default, show the IP Multicast virtual-interface and routing tables.
@@ -169,7 +169,7 @@ symbolically).
This option may be used with any of the display formats.
.It Fl p Ar protocol
Show statistics about
-.Ar protocol ,
+.Ar protocol ,
which is either a well-known name for a protocol or an alias for it. Some
protocol names and aliases are listed in the file
.Pa /etc/protocols .
@@ -187,7 +187,7 @@ When
.Fl s
is also present, show routing statistics instead.
.It Fl v
-be verbose. This currently has no effect.
+Be verbose. This currently has no effect.
.It Fl w Ar wait
Show network interface statistics at intervals of
.Ar wait
@@ -212,18 +212,18 @@ to the address family.
For more information regarding
the Internet ``dot format,''
refer to
-.Xr inet 3 ) .
+.Xr inet 3 .
Unspecified,
-or ``wildcard'', addresses and ports appear as ``*''.
+or ``wildcard'' addresses and ports appear as ``*''.
If a local port number is registered as being in use for RPC by
-.Xr portmap 8
+.Xr portmap 8 ,
its RPC service name or RPC service number will be printed in
-[ ] immediately after the port number.
+``[]'' immediately after the port number.
.Pp
The interface display provides a table of cumulative
statistics regarding packets transferred, errors, and collisions.
The network addresses of the interface
-and the maximum transmission unit (``mtu'') are also displayed.
+and the maximum transmission unit (``MTU'') are also displayed.
.Pp
The routing table display indicates the available routes and their
status. Each route consists of a destination host or network and
@@ -238,19 +238,19 @@ and
manual pages.
The mapping between letters and flags is:
.Bl -column XXXX RTF_BLACKHOLE
-1 RTF_PROTO1 Protocol specific routing flag #1
-2 RTF_PROTO2 Protocol specific routing flag #2
-B RTF_BLACKHOLE Just discard pkts (during updates)
-C RTF_CLONING Generate new routes on use
-D RTF_DYNAMIC Created dynamically (by redirect)
-G RTF_GATEWAY Destination requires forwarding by intermediary
-H RTF_HOST Host entry (net otherwise)
+1 RTF_PROTO1 Protocol specific routing flag #1.
+2 RTF_PROTO2 Protocol specific routing flag #2.
+B RTF_BLACKHOLE Just discard pkts (during updates).
+C RTF_CLONING Generate new routes on use.
+D RTF_DYNAMIC Created dynamically (by redirect).
+G RTF_GATEWAY Destination requires forwarding by intermediary.
+H RTF_HOST Host entry (net otherwise).
L RTF_LLINFO Valid protocol to link address translation.
-M RTF_MODIFIED Modified dynamically (by redirect)
-R RTF_REJECT Host or net unreachable
-S RTF_STATIC Manually added
-U RTF_UP Route usable
-X RTF_XRESOLVE External daemon translates proto to link address
+M RTF_MODIFIED Modified dynamically (by redirect).
+R RTF_REJECT Host or net unreachable.
+S RTF_STATIC Manually added.
+U RTF_UP Route usable.
+X RTF_XRESOLVE External daemon translates proto to link address.
.El
.Pp
Direct routes are created for each
@@ -262,11 +262,11 @@ protocols normally hold on to a single route for the duration of
a connection while connectionless protocols obtain a route while sending
to the same destination.
The use field provides a count of the number of packets
-sent using that route. The mtu entry shows the mtu associated with
-that route. This mtu value is used as the basis for the TCP maximum
-segment size. A
+sent using that route. The MTU entry shows the MTU associated with
+that route. This MTU value is used as the basis for the TCP maximum
+segment size (MSS). A
.Sq -
-indicates that the mtu for this route has not been set, and a default
+indicates that the MTU for this route has not been set, and a default
TCP maximum segment size will be used. The interface entry indicates
the network interface utilized for the route.
.Pp