summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/netstat
parentf35d61706eae00527a19f021ef26ab0109f18e5c (diff)
- remove trailing white space
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/netstat.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index f8884eca99c..c48935f8380 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netstat.1,v 1.15 1999/05/16 19:57:59 alex Exp $
+.\" $OpenBSD: netstat.1,v 1.16 1999/06/05 01:21:34 aaron Exp $
.\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
@@ -36,7 +36,7 @@
.\"
.Dd April 18, 1994
.Dt NETSTAT 1
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm netstat
.Nd show network status
@@ -95,7 +95,7 @@ With either interface display (option
.Fl i
or an interval, as described below),
show the number of dropped packets.
-.It Fl f Ar address_family
+.It Fl f Ar address_family
Limit statistics or address control block reports to those
of the specified
.Ar address_family .
@@ -132,7 +132,7 @@ By default, show the IP Multicast virtual-interface and routing tables.
If the
.Fl s
option is also present, show multicast routing statistics.
-.It Fl I Ar interface
+.It Fl I Ar interface
Show information about the specified interface;
used with a
.Ar wait
@@ -163,7 +163,7 @@ Show network addresses as numbers (normally
interprets addresses and attempts to display them
symbolically).
This option may be used with any of the display formats.
-.It Fl p Ar protocol
+.It Fl p Ar protocol
Show statistics about
.Ar protocol ,
which is either a well-known name for a protocol or an alias for it. Some
@@ -236,7 +236,7 @@ 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).
+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.