From adfa94b3c445cfafac804f951c83c9ccc475effb Mon Sep 17 00:00:00 2001 From: s-p-k Date: Wed, 16 Oct 2013 18:50:21 +0300 Subject: [PATCH] Add df(1) man page --- df.1 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 df.1 diff --git a/df.1 b/df.1 new file mode 100755 index 0000000..527e6b4 --- /dev/null +++ b/df.1 @@ -0,0 +1,26 @@ +.Dd October 16, 2013 +.Dt DF 1 1 +.Os Linux +.Sh NAME +.Nm df +.Nd show file system usage +.Sh SYNOPSIS +.Nm df +.Op Fl ahis +.Sh DESCRIPTION +df displays the amount of disk space available on a file system. +.Pp +If no arguments are given, df shows all the file systems using 512-byte +blocks. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl a +Show all file systems including dummy ones. +.It Fl h +Not implemented. +.It Fl s +Not implemented. +.It Fl i +Not implemented. +.El