summaryrefslogtreecommitdiffstats
path: root/bin/df/df.1
Commit message (Collapse)AuthorAgeFilesLines
* MFC r260782:wblock2014-01-201-3/+3
| | | | -h and -H options backwards in manual page.
* MFC: r257288brueffer2013-11-111-1/+1
| | | | | | Clean up a spurious "." in SEE ALSO. Approved by: re (glebius)
* Complete revision 243104.grog2013-05-171-1/+3
|
* Don't time travel back and use a present date.delphij2013-01-251-1/+1
| | | | Noticed by: mckusick
* - Wrap long line;delphij2013-01-241-1/+2
| | | | | | - Add -, to SYNOPSIS section. MFC after: 2 weeks
* Update man pages and clarify a number of options.grog2012-11-161-29/+58
| | | | | | Rework block count calculations to work correctly with small "block" sizes. MFC after: 14 days
* Fix section number for pstat and swapinfo cross references.pluknet2012-11-151-3/+3
| | | | MFC after: 3 days
* Add , (comma) option to print sizes grouped and separated by thousandsgrog2012-11-151-10/+30
| | | | | | | using the non-monetary separator returned by localeconv(3), typically a comma or period. MFC after: 14 days
* Bump date to today (since I modified it)eadler2012-03-031-1/+1
| | | | | | PR: bin/165321 Approved by: gjb MFC after: 3 days
* Direct users to swapinfo and pstat from dfeadler2012-03-031-0/+2
| | | | | | | PR: bin/165321 Submitted by: jhs Approved by: bcr MFC after: 3 days
* Minor clarificationdes2011-10-181-1/+2
| | | | MFC after: 3 weeks
* Make "human-readable" (-H/-h) output also "humanize" inode counts.simon2009-06-071-2/+7
| | | | | | | | | Base 10 is always used for the inode counts as I could not think of any reason base 2 inode counts would be useful. Minor mdoc markup fix to df(1) while here anyway. MFC after: 3 weeks
* Implement -T option as found in Linux df(1). When given, file system typepjd2008-11-231-2/+4
| | | | | | | will be included in output. Reviewed and tested by: keramida MFC after: 2 weeks
* Fix markup.ru2007-02-281-2/+3
|
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-7/+7
| | | | Sort standard sections in the (documented) preferred order.
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-0/+1
|
* Scheduled mdoc(7) sweep.ru2005-01-091-1/+2
|
* Currently if a mount point is not accessible by the calling user,csjp2004-07-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalid information will be printed if the -t flag is specified. $ df -t ufs Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 495726 139944 316124 31% / /dev/ad0s1e 253678 6438 226946 3% /tmp /dev/ad0s1f 56206340 13594248 38115586 26% /usr /dev/ad0s1d 694126 19812 618784 3% /var /dev/ad0s1d 694126 19812 618784 3% /var $ Note that the mount point which is not accessible shows up as the previous file system that was printed. The reason for this is that df -t will call statfs(2) on the pathname supplied by getfsstat(2). This is done to refresh the file system statistics in the event that a previous file system had a long delay in providing its stats. This change affects the df utility in the following ways: o Teach df has to deal with statfs(2) failing. If statfs(2) fails, fall back on the possibly stale stats provided by the initial call to getfsstat(2). o Print a warning that the fs stats could possibly be stale o Modify the man page and document this new behavior as a bug. Approved by: bmilekic (mentor) PR: 68165
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
|
* Bump document date for the latest functional change.ru2004-05-161-5/+2
| | | | Minor markup tweaks.
* Add 'g' to SYNOPSIS.obrien2004-04-221-1/+1
|
* Add -c option simular to du(1).obrien2004-04-181-1/+3
| | | | | PR: 19635 Submitted by: cyrille.lefevre@laposte.net
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
| | | | OK'ed by: imp, core
* Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS sectionbde2003-06-031-3/+1
| | | | since it has been fixed.
* df(1) and ls(1) print units in 'four or fewer' not 'three or less'.trhodes2003-05-061-2/+2
| | | | | PR: 35523 Submitted by: Tomas Svensson <tsn@gbdev.net>
* Fix 'SYNOPSIS' and 'usage'trhodes2002-08-261-1/+1
|
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-15/+15
|
* Use `The .Nm utility'charnier2002-04-161-1/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Added the -l option to df, so to be compatable with other unicies.pirzyk2001-06-041-2/+4
| | | | | | PR: bin/27240 Reviewed by: GAWollman MFC after: 2 weeks
* Remove vestiges of MFS.ru2001-06-011-2/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Add -g for gigabyte sizes.jwd2000-06-031-0/+5
| | | | Approved by: jkh
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+4
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* add human readable output (-h and -H)mharo1999-12-151-1/+25
| | | | | | | | | | Obtained from: parts of human readable code from OpenBSD Reviewed by: obrien add POSIX, byte and megabyte block size ouput flags PR: 13579 (POSIX flag) Submitted by: Mike Meyer <mwm@phone.net>
* Most modern OSs have the ability to flag certain mounts as ones tojulian1999-11-011-1/+4
| | | | | | | | | | | | | | be ignored by default by the df(1) program. This is used mostly to avoid stat()-ing entries that do not represent "real" disk mount points (such as those made by an automounter such as amd.) It is also useful not to have to stat() these entries because it takes longer to report them that for other file systems, being that these mount points are served by a user-level file server and resulting in several context switches. Worse, if the automounter is down unexpectedly, a causal df(1) will hang in an interruptible way. PR: kern/9764 Submitted by: Erez Zadok <ezk@cs.columbia.edu>
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Don't suggest sysctl(8) as a means for discovering what filesystem typessheldonh1999-08-261-8/+5
| | | | | | are available; suggest lsvfs(1) instead. Reported by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
|
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-2/+2
| | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Correct use of .Nm.charnier1998-05-131-5/+5
|
* environmental -> environment.charnier1997-09-181-2/+2
|
* Merged from Lite2. The man page no longer attempts to list all thebde1997-03-131-21/+28
| | | | | | vfs types. Fixed ordering of FreeBSD `k' option in synopsis.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-2/+2
|
* Merge Lite2 mods, cleanup man page, and -Wall cleaning.steve1996-12-141-6/+6
|
* The manual page of df called cd9660 file systems by the namejkh1996-12-111-3/+6
| | | | | | | | | | | isofs while the df command itself used the name iso9660fs or cdfs. Both of these were inconsistent with the name cd9660 which is used by the mount command. I modified df to recognize all of the names cd9660, cdfs, isofs, and iso9660fs, and take them all to refer to the same thing. Naturally I added a note of this behaviour in the manual page too. Submitted-By: Jukka Ukkonen <jau@jau.csc.fi>
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-2/+2
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
OpenPOWER on IntegriCloud