X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/864a4b6e4495e8bb9744303352b4f19fccc90738..refs/heads/master:/df/df.1 diff --git a/df/df.1 b/df/df.1 index 7dd8624..4560ab9 100644 --- a/df/df.1 +++ b/df/df.1 @@ -42,7 +42,7 @@ .Nm df .Oo .Fl b | h | H | k | -.Fl m | P +.Fl m | g | P .Oc .Op Fl ailn .Op Fl t @@ -98,7 +98,11 @@ digits to three or less using base 10 for sizes. Gigabyte, Terabyte and Petabyte in order to reduce the number of digits to three or less using base 2 for sizes. .It Fl i -Include statistics on the number of free inodes. +Include statistics on the number of free inodes. This option is now the default to conform to +.St -susv3 +Use +.Fl P +to suppress this output. .It Fl k Use 1024-byte (1-Kbyte) blocks, rather than the default. Note that this overrides the @@ -192,6 +196,9 @@ option is normally a no-op (Mac OS X already prints the total allocated-space figures). In legacy mode, it is equivalent to .Fl T . +.Pp +For more information about legacy mode, see +.Xr compat 5 . .Sh SEE ALSO .Xr lsvfs 1 , .Xr quota 1 ,