Bug 165321 - [patch] add see also swapinfo to df(1)
Summary: [patch] add see also swapinfo to df(1)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 8.2-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 13:40 UTC by jhs
Modified: 2012-03-19 01:24 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (300 bytes, patch)
2012-02-20 13:40 UTC, jhs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jhs 2012-02-20 13:40:07 UTC
In response to:
> From: Jim Pazarena <fquest@paz.bz>
> Date: Fri, 17 Feb 2012 15:54:18 -0800 (Sat 00:54 CET)
> To: FreeBSD Mailing List <freebsd-questions@freebsd.org>

> is there a command which can show the size of the hard drive swap?
> A "df" seems to avoid the swap area.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-02-20 13:45:58 UTC
Responsible Changed
From-To: freebsd-bugs->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-03 15:38:16 UTC
Author: eadler
Date: Sat Mar  3 15:38:01 2012
New Revision: 232466
URL: http://svn.freebsd.org/changeset/base/232466

Log:
  Direct users to swapinfo and pstat from df
  
  PR:		bin/165321
  Submitted by:	jhs
  Approved by:	bcr
  MFC after:	3 days

Modified:
  head/bin/df/df.1

Modified: head/bin/df/df.1
==============================================================================
--- head/bin/df/df.1	Sat Mar  3 14:25:36 2012	(r232465)
+++ head/bin/df/df.1	Sat Mar  3 15:38:01 2012	(r232466)
@@ -158,7 +158,9 @@ 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 ,
_______________________________________________
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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-03-03 17:52:30 UTC
Author: eadler
Date: Sat Mar  3 17:52:19 2012
New Revision: 232469
URL: http://svn.freebsd.org/changeset/base/232469

Log:
  Bump date to today (since I modified it)
  
  PR:		bin/165321
  Approved by:	gjb
  MFC after:	3 days

Modified:
  head/bin/df/df.1

Modified: head/bin/df/df.1
==============================================================================
--- head/bin/df/df.1	Sat Mar  3 17:03:26 2012	(r232468)
+++ head/bin/df/df.1	Sat Mar  3 17:52:19 2012	(r232469)
@@ -29,7 +29,7 @@
 .\"     @(#)df.1	8.3 (Berkeley) 5/8/95
 .\" $FreeBSD$
 .\"
-.Dd October 18, 2011
+.Dd March 3, 2012
 .Dt DF 1
 .Os
 .Sh NAME
_______________________________________________
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"
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2012-03-03 18:12:44 UTC
State Changed
From-To: open->patched

committed in r232469 and r232466
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-03-19 01:04:39 UTC
Author: eadler
Date: Mon Mar 19 01:04:26 2012
New Revision: 233139
URL: http://svn.freebsd.org/changeset/base/233139

Log:
  MFC r232466, r232469:
  	Direct users to swapinfo and pstat from df
  
  PR:		bin/165321
  Approved by:	cperciva

Modified:
  stable/9/bin/df/df.1
Directory Properties:
  stable/9/bin/df/   (props changed)

Modified: stable/9/bin/df/df.1
==============================================================================
--- stable/9/bin/df/df.1	Mon Mar 19 00:47:01 2012	(r233138)
+++ stable/9/bin/df/df.1	Mon Mar 19 01:04:26 2012	(r233139)
@@ -29,7 +29,7 @@
 .\"     @(#)df.1	8.3 (Berkeley) 5/8/95
 .\" $FreeBSD$
 .\"
-.Dd October 18, 2011
+.Dd March 3, 2012
 .Dt DF 1
 .Os
 .Sh NAME
@@ -158,7 +158,9 @@ 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 ,
_______________________________________________
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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-03-19 01:05:01 UTC
Author: eadler
Date: Mon Mar 19 01:04:46 2012
New Revision: 233140
URL: http://svn.freebsd.org/changeset/base/233140

Log:
  MFC r232466, r232469:
  	Direct users to swapinfo and pstat from df
  
  PR:		bin/165321
  Approved by:	cperciva

Modified:
  stable/8/bin/df/df.1
Directory Properties:
  stable/8/bin/df/   (props changed)

Modified: stable/8/bin/df/df.1
==============================================================================
--- stable/8/bin/df/df.1	Mon Mar 19 01:04:26 2012	(r233139)
+++ stable/8/bin/df/df.1	Mon Mar 19 01:04:46 2012	(r233140)
@@ -29,7 +29,7 @@
 .\"     @(#)df.1	8.3 (Berkeley) 5/8/95
 .\" $FreeBSD$
 .\"
-.Dd October 18, 2011
+.Dd March 3, 2012
 .Dt DF 1
 .Os
 .Sh NAME
@@ -158,7 +158,9 @@ 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 ,
_______________________________________________
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"
Comment 7 Eitan Adler freebsd_committer freebsd_triage 2012-03-19 01:23:59 UTC
State Changed
From-To: patched->closed

Committed. Thanks!