diff options
author | 1998-08-25 18:39:18 +0000 | |
---|---|---|
committer | 1998-08-25 18:39:18 +0000 | |
commit | 4af0392ee5f767d60c40cbcd6facca9702674dfa (patch) | |
tree | c88997f49c1367836bfdf1934d679bb4bff3a86c | |
parent | put back recent change (apmd flags) that was accidently removed (diff) | |
download | wireguard-openbsd-4af0392ee5f767d60c40cbcd6facca9702674dfa.tar.xz wireguard-openbsd-4af0392ee5f767d60c40cbcd6facca9702674dfa.zip |
off by one (dodges bullet)
-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 |