svn commit: r187037 - head/usr.bin/netstat
Ruslan Ermilov
ru at FreeBSD.org
Sat Jan 10 14:48:12 PST 2009
Author: ru
Date: Sat Jan 10 22:48:12 2009
New Revision: 187037
URL: http://svn.freebsd.org/changeset/base/187037
Log:
Fix markup and spelling.
Modified:
head/usr.bin/netstat/netstat.1
Modified: head/usr.bin/netstat/netstat.1
==============================================================================
--- head/usr.bin/netstat/netstat.1 Sat Jan 10 21:38:37 2009 (r187036)
+++ head/usr.bin/netstat/netstat.1 Sat Jan 10 22:48:12 2009 (r187037)
@@ -32,7 +32,7 @@
.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd June 10, 2007
+.Dd May 16, 2008
.Dt NETSTAT 1
.Os
.Sh NAME
@@ -460,12 +460,15 @@ For more information about these flags,
.Pp
The
.Fl x
-flag causes netstat to output all the information recorded about data
-stored in the socket buffers. The fields are:
+flag causes
+.Nm
+to output all the information recorded about data
+stored in the socket buffers.
+The fields are:
.Bl -column ".Li R-MBUF"
.It Li R-MBUF Ta Number of mbufs in the receive queue.
.It Li S-MBUF Ta Number of mbufs in the send queue.
-.It Li R-CLUS Ta Number of clusters, of any type, in the recieve
+.It Li R-CLUS Ta Number of clusters, of any type, in the receive
queue.
.It Li S-CLUS Ta Number of clusters, of any type, in the send queue.
.It Li R-HIWA Ta Receive buffer high water mark, in bytes.
More information about the svn-src-all
mailing list