~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/df.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH DF "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH DF "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
df \- report file system disk space usage
5
5
.SH SYNOPSIS
39
39
.TP
40
40
\fB\-B\fR, \fB\-\-block\-size\fR=\fISIZE\fR
41
41
scale sizes by SIZE before printing them.  E.g.,
42
 
`\-BM' prints sizes in units of 1,048,576 bytes.
 
42
\&'\-BM' prints sizes in units of 1,048,576 bytes.
43
43
See SIZE format below.
44
44
.TP
45
45
\fB\-\-total\fR
91
91
and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.
92
92
Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).
93
93
.PP
94
 
SIZE may be (or may be an integer optionally followed by) one of following:
95
 
KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.
 
94
SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units
 
95
are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
96
96
.SH AUTHOR
97
97
Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert.
98
98
.SH "REPORTING BUGS"
104
104
.br
105
105
Report df translation bugs to <http://translationproject.org/team/>
106
106
.SH COPYRIGHT
107
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
107
Copyright \(co 2012 Free Software Foundation, Inc.
108
108
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
109
109
.br
110
110
This is free software: you are free to change and redistribute it.