From owner-svn-src-head@FreeBSD.ORG Fri Nov 16 02:46:00 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D8E4288 for ; Fri, 16 Nov 2012 02:46:00 +0000 (UTC) (envelope-from postmaster@mailpod.hostingplatform.com) Received: from atl4mhob13.myregisteredsite.com (atl4mhob13.myregisteredsite.com [209.17.115.51]) by mx1.freebsd.org (Postfix) with ESMTP id 0CBA68FC12 for ; Fri, 16 Nov 2012 02:45:59 +0000 (UTC) Received: from mailpod1.hostingplatform.com (mailpod1.networksolutionsemail.com [206.188.198.65]) by atl4mhob13.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qAG2jwas027369 for ; Thu, 15 Nov 2012 21:45:58 -0500 Received: (qmail 1572 invoked by uid 0); 16 Nov 2012 02:45:58 -0000 Received: (qmail 27058 invoked by uid 0); 15 Nov 2012 21:23:01 -0000 Received: from unknown (HELO atl4mhib26.myregisteredsite.com) (209) by 0 with SMTP; 15 Nov 2012 21:23:01 -0000 Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by atl4mhib26.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id qAFLN0Kx020188 for ; Thu, 15 Nov 2012 16:23:00 -0500 Received: from hub.freebsd.org (hub.FreeBSD.org [8.8.178.136]) by mx2.freebsd.org (Postfix) with ESMTP id 565553B608E; Thu, 15 Nov 2012 21:22:57 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [8.8.178.136]) by hub.freebsd.org (Postfix) with ESMTP id 046FEEFD; Thu, 15 Nov 2012 21:22:58 +0000 (UTC) (envelope-from owner-svn-src-all@freebsd.org) Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3D17DCD; Thu, 15 Nov 2012 21:22:50 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B5CEB8FC08; Thu, 15 Nov 2012 21:22:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAFLMoSc058195; Thu, 15 Nov 2012 21:22:50 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAFLMoHm058193; Thu, 15 Nov 2012 21:22:50 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201211152122.qAFLMoHm058193@svn.freebsd.org> From: Sergey Kandaurov Date: Thu, 15 Nov 2012 21:22:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243104 - head/bin/df X-SVN-Group: head MIME-Version: 1.0 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: owner-svn-src-all@freebsd.org Sender: owner-svn-src-all@freebsd.org X-SpamScore: 0 X-MailHub-Apparently-To: mjm@michaelmeltzer.com X-MailHub-Forwarded: Yes X-BeenThere: svn-src-head@freebsd.org 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: Fri, 16 Nov 2012 02:46:00 -0000 Author: pluknet Date: Thu Nov 15 21:22:50 2012 New Revision: 243104 URL: http://svnweb.freebsd.org/changeset/base/243104 Log: Fix section number for pstat and swapinfo cross references. MFC after: 3 days Modified: head/bin/df/df.1 Modified: head/bin/df/df.1 ============================================================================== --- head/bin/df/df.1 Thu Nov 15 20:51:57 2012 (r243103) +++ head/bin/df/df.1 Thu Nov 15 21:22:50 2012 (r243104) @@ -166,9 +166,7 @@ is set, the block counts will be display .El .Sh SEE ALSO .Xr lsvfs 1 , -.Xr pstat 1 , .Xr quota 1 , -.Xr swapinfo 1 , .Xr fstatfs 2 , .Xr getfsstat 2 , .Xr statfs 2 , @@ -176,7 +174,9 @@ is set, the block counts will be display .Xr localeconv 3 , .Xr fstab 5 , .Xr mount 8 , -.Xr quot 8 +.Xr pstat 8 , +.Xr quot 8 , +.Xr swapinfo 8 .Sh STANDARDS With the exception of most options, the _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"