OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / df.1
index 3bf1ebf..1dac0ce 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH DF "1" "April 2010" "GNU coreutils 8.5" "User Commands"
+.TH DF "1" "March 2012" "GNU coreutils 8.16" "User Commands"
 .SH NAME
 df \- report file system disk space usage
 .SH SYNOPSIS
@@ -38,7 +38,9 @@ Mandatory arguments to long options are mandatory for short options too.
 include dummy file systems
 .TP
 \fB\-B\fR, \fB\-\-block\-size\fR=\fISIZE\fR
-use SIZE\-byte blocks
+scale sizes by SIZE before printing them.  E.g.,
+\&'\-BM' prints sizes in units of 1,048,576 bytes.
+See SIZE format below.
 .TP
 \fB\-\-total\fR
 produce a grand total
@@ -89,8 +91,8 @@ Display values are in units of the first available SIZE from \fB\-\-block\-size\
 and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.
 Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
 .PP
-SIZE may be (or may be an integer optionally followed by) one of following:
-KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.
+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).
 .SH AUTHOR
 Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert.
 .SH "REPORTING BUGS"
@@ -102,7 +104,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 2010 Free Software Foundation, Inc.
+Copyright \(co 2012 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.