summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-10-30 14:35:22 +0000
committerphantom <phantom@FreeBSD.org>1999-10-30 14:35:22 +0000
commitadfeaab86c9684b10bd196bc62731f47e2cfef21 (patch)
tree1d7e95e2e889356993a00cb8f27c40d236b6ef67 /usr.bin/netstat
parente1c6a9de47b838111d04a4a5cfab966b2c33a049 (diff)
downloadFreeBSD-src-adfeaab86c9684b10bd196bc62731f47e2cfef21.zip
FreeBSD-src-adfeaab86c9684b10bd196bc62731f47e2cfef21.tar.gz
uncomment FILES section (it look reasonable here)
mdoc(7)'fy
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/netstat.136
1 files changed, 23 insertions, 13 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index b6af8ce..4eb0b5e 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -176,11 +176,12 @@ 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 .
-The special protocol name ``bdg''
+The special protocol name
+.Dq bdg
is used to show bridging statistics.
A null response typically means that there are no interesting numbers to
report.
@@ -207,7 +208,10 @@ seconds.
The default display, for active sockets, shows the local
and remote addresses, send and receive queue sizes (in bytes), protocol,
and the internal state of the protocol.
-Address formats are of the form ``host.port'' or ``network.port''
+Address formats are of the form
+.Dq host.port
+or
+.Dq network.port
if a socket's address specifies a network but no specific host address.
When known the host and network addresses are displayed symbolically
according to the data bases
@@ -220,16 +224,22 @@ the
option is specified, the address is printed numerically, according
to the address family.
For more information regarding
-the Internet ``dot format,''
+the Internet
+.Dq dot format ,
refer to
.Xr inet 3 ) .
Unspecified,
-or ``wildcard'', addresses and ports appear as ``*''.
+or
+.Dq wildcard ,
+addresses and ports appear as
+.Dq * .
.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
+.Pq Dq 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
@@ -307,12 +317,12 @@ The
.Nm netstat
command appeared in
.Bx 4.2 .
-.\" .Sh FILES
-.\" .Bl -tag -width /dev/kmem -compact
-.\" .It Pa /kernel
-.\" default kernel namelist
-.\" .It Pa /dev/kmem
-.\" default memory file
-.\" .El
+.Sh FILES
+.Bl -tag -width /dev/kmem -compact
+.It Pa /kernel
+default kernel namelist
+.It Pa /dev/kmem
+default memory file
+.El
.Sh BUGS
The notion of errors is ill-defined.
OpenPOWER on IntegriCloud