ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/FreeBSD/dist/bin/df/df.1
(Generate patch)

Comparing vendor/FreeBSD/dist/bin/df/df.1 (file contents):
Revision 9656 by laffer1, Sun Oct 22 21:03:47 2017 UTC vs.
Revision 9657 by laffer1, Sun Oct 22 21:36:58 2017 UTC

# Line 27 | Line 27
27   .\" SUCH DAMAGE.
28   .\"
29   .\"     @(#)df.1        8.3 (Berkeley) 5/8/95
30 < .\" $FreeBSD: release/7.0.0/bin/df/df.1 167105 2007-02-28 10:29:48Z ru $
30 > .\" $FreeBSD$
31   .\"
32 < .Dd April 22, 2004
32 > .Dd March 3, 2012
33   .Dt DF 1
34   .Os
35   .Sh NAME
# Line 38 | Line 38
38   .Sh SYNOPSIS
39   .Nm
40   .Op Fl b | g | H | h | k | m | P
41 < .Op Fl aciln
41 > .Op Fl acilnT
42   .Op Fl t Ar type
43   .Op Ar file | filesystem ...
44   .Sh DESCRIPTION
# Line 63 | Line 63 | The following options are available:
63   Show all mount points, including those that were mounted with the
64   .Dv MNT_IGNORE
65   flag.
66 + This is implied for file systems specified on the command line.
67   .It Fl b
68   Use 512-byte blocks rather than the default.
69   Note that
# Line 78 | Line 79 | this overrides the
79   .Ev BLOCKSIZE
80   specification from the environment.
81   .It Fl H
82 < "Human-readable" output.
82 > .Dq Human-readable
83 > output.
84   Use unit suffixes: Byte, Kilobyte, Megabyte,
85   Gigabyte, Terabyte and Petabyte in order to reduce the number of
86   digits to four or fewer using base 10 for sizes.
87   .It Fl h
88 < "Human-readable" output.
88 > .Dq Human-readable
89 > output.
90   Use unit suffixes: Byte, Kilobyte, Megabyte,
91   Gigabyte, Terabyte and Petabyte in order to reduce the number of
92   digits to four or fewer using base 2 for sizes.
93 + Inodes statistics, if enabled with
94 + .Fl i ,
95 + are always printed in base 10.
96   .It Fl i
97   Include statistics on the number of free inodes.
98   .It Fl k
# Line 140 | Line 146 | The
146   .Xr lsvfs 1
147   command can be used to find out the types of file systems
148   that are available on the system.
149 + .It Fl T
150 + Include file system type.
151   .El
152   .Sh ENVIRONMENT
153   .Bl -tag -width BLOCKSIZE
# Line 150 | Line 158 | is set, the block counts will be displayed in units of
158   .El
159   .Sh SEE ALSO
160   .Xr lsvfs 1 ,
161 + .Xr pstat 1 ,
162   .Xr quota 1 ,
163 + .Xr swapinfo 1 ,
164   .Xr fstatfs 2 ,
165   .Xr getfsstat 2 ,
166   .Xr statfs 2 ,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines