diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1998-08-25 18:39:19 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1998-08-25 18:39:19 +0000 |
commit | fea06c4caf038d9dc8e6716028b6560bc61fbef6 (patch) | |
tree | 523ae3269a768b8ee99c69df2deee68175f2913a /bin/df/df.1 | |
parent | 92bcca2ff7502980cfad677921b11e4b418988f0 (diff) |
off by one (dodges bullet)
Diffstat (limited to 'bin/df/df.1')
-rw-r--r-- | bin/df/df.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 019ef5d0dc1..b7529bd2dfe 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.8 1998/08/18 23:03:31 deraadt Exp $ +.\" $OpenBSD: df.1,v 1.9 1998/08/25 18:39:18 kstailey Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -68,7 +68,7 @@ The following options are available: .It Fl h "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte, Exabyte in order to reduce the number of -digits to three or less. +digits to four or less. .It Fl i Include statistics on the number of free inodes. .It Fl k |