[2451] in Athena Bugs
df(1)
daemon@ATHENA.MIT.EDU (David Krikorian)
Fri Jun 23 05:04:03 1989
Date: Fri, 23 Jun 89 05:03:40 EDT
From: David Krikorian <dkk@ATHENA.MIT.EDU>
To: doc-bugs@ATHENA.MIT.EDU
Reply-To: dkk@ATHENA.MIT.EDU
The man page for "df" is also locking the description of an option.
-------
Other options are:
-i Report also the number of inodes which are used and
free on localaly mounted filesystems only.
-------
should read something like this:
-------
Other options are:
-i Report also the number of inodes which are used and
free on locally mounted filesystems only.
-t fstype Reports the free disk space only for filesystems of the
specified type @b(fstype). The filesystem type can be
any of the following: 4.2, nfs, pc, swap, ignore.
However, in practice, only 4.2 and nfs are likely to be
of any use.
-------