summaryrefslogtreecommitdiffstats
path: root/bin/df/df.1
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-10 19:21:07 +0000
committerwollman <wollman@FreeBSD.org>1994-08-10 19:21:07 +0000
commit670a01d488cd426b06ef3810ef072b61f698dfba (patch)
tree91f2cea6239e3b0249bce721676ffeda2ae4786e /bin/df/df.1
parent8dd7fea0026294e2042479f4076324d47eabca5b (diff)
downloadFreeBSD-src-670a01d488cd426b06ef3810ef072b61f698dfba.zip
FreeBSD-src-670a01d488cd426b06ef3810ef072b61f698dfba.tar.gz
Gimme back my `-k' option!
Also document `-t' option in the usage message.
Diffstat (limited to 'bin/df/df.1')
-rw-r--r--bin/df/df.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index bf461d6..835ff23 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -39,7 +39,7 @@
.Nd display free disk space
.Sh SYNOPSIS
.Nm df
-.Op Fl in
+.Op Fl ink
.Op Fl t Ar type
.Op Ar file | Ar filesystem ...
.Sh DESCRIPTION
@@ -60,6 +60,11 @@ The following options are available:
.Bl -tag -width Ds
.It Fl i
Include statistics on the number of free inodes.
+.It Fl k
+Use 1024-byte (1-Kbyte) blocks rather than the default. Note that
+this overrides the
+.Ev BLOCKSIZE
+specification from the environment.
.It Fl n
Print out the previously obtained statistics from the filesystems.
This option should be used if it is possible that one or more
OpenPOWER on IntegriCloud