diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-21 13:00:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-21 13:00:00 +0000 |
commit | 3d1784e2aac15935f7094818fd3200805e1d80bb (patch) | |
tree | dee312b1bd1c71dbb2b1340d3dd1fcf688a27288 /bin/df/df.1 | |
parent | ea1a0710393b0bb179025a1a499ec84b0adfbe68 (diff) |
note that -hP and -iP are illegal; ok otto
Diffstat (limited to 'bin/df/df.1')
-rw-r--r-- | bin/df/df.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 88ca747a024..55c05fc0368 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.36 2006/10/18 16:27:53 jmc Exp $ +.\" $OpenBSD: df.1,v 1.37 2006/10/21 12:59:59 jmc Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -71,8 +71,14 @@ The options are as follows: Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte, Exabyte in order to reduce the number of digits to four or less. +This option is incompatible with the +.Fl P +option. .It Fl i Include statistics on the number of free inodes. +This option is incompatible with the +.Fl P +option. .It Fl k By default, all sizes are reported in 512-byte block counts. The |