From owner-svn-src-head@FreeBSD.ORG Sat Jan 10 22:48:12 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60DC7106564A; Sat, 10 Jan 2009 22:48:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6AF8FC08; Sat, 10 Jan 2009 22:48:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n0AMmCFJ010722; Sat, 10 Jan 2009 22:48:12 GMT (envelope-from ru@svn.freebsd.org) Received: (from ru@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n0AMmC0D010721; Sat, 10 Jan 2009 22:48:12 GMT (envelope-from ru@svn.freebsd.org) Message-Id: <200901102248.n0AMmC0D010721@svn.freebsd.org> From: Ruslan Ermilov Date: Sat, 10 Jan 2009 22:48:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r187037 - head/usr.bin/netstat X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 22:48:12 -0000 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.