OSDN Git Service

coreutils: Update to coreutils 8.21
[linuxjm/coreutils.git] / original / man1 / df.1
index c222fd2..979bb13 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH DF "1" "October 2012" "GNU coreutils 8.20" "User Commands"
+.TH DF "1" "May 2014" "GNU coreutils 8.21" "User Commands"
 .SH NAME
 df \- report file system disk space usage
 .SH SYNOPSIS
@@ -63,6 +63,10 @@ limit listing to local file systems
 \fB\-\-no\-sync\fR
 do not invoke sync before getting usage info (default)
 .TP
+\fB\-\-output\fR[=\fIFIELD_LIST\fR]
+use the output format defined by FIELD_LIST,
+or print all fields if FIELD_LIST is omitted.
+.TP
 \fB\-P\fR, \fB\-\-portability\fR
 use the POSIX output format
 .TP
@@ -93,6 +97,10 @@ Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
 .PP
 SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units
 are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
+.PP
+FIELD_LIST is a comma\-separated list of columns to be included.  Valid
+field names are: 'source', 'fstype', 'itotal', 'iused', 'iavail', 'ipcent',
+\&'size', 'used', 'avail', 'pcent' and 'target' (see info page).
 .SH AUTHOR
 Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert.
 .SH "REPORTING BUGS"
@@ -104,7 +112,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>
 .br
 Report df translation bugs to <http://translationproject.org/team/>
 .SH COPYRIGHT
-Copyright \(co 2012 Free Software Foundation, Inc.
+Copyright \(co 2013 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free to change and redistribute it.