diff options
author | bmah <bmah@FreeBSD.org> | 2002-06-02 16:20:36 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-06-02 16:20:36 +0000 |
commit | 28eb702bc68ca4431182b4756d91467bd00ce685 (patch) | |
tree | 0b71eb922115fcc2ee7274cc1e6e0e9768180f45 /release/doc/en_US.ISO8859-1/relnotes/article.sgml | |
parent | 530d8e15670f963643045ab60363774ab311c760 (diff) | |
download | FreeBSD-src-28eb702bc68ca4431182b4756d91467bd00ce685.zip FreeBSD-src-28eb702bc68ca4431182b4756d91467bd00ce685.tar.gz |
Fix error in ls -h relnote.
Submitted by: Kurashina Hideyuki <ac14806t@st.nagaoka-ct.ac.jp>,
Ross Lippert <ripper@eskimo.com>
Diffstat (limited to 'release/doc/en_US.ISO8859-1/relnotes/article.sgml')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 86c5483..2a3a19d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -2386,7 +2386,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>&man.ls.1; now accepts a <option>-h</option> flag, which when combined with the <option>-l</option> flag, causes file sizes to be printed with unit suffixes, such that the number of - digits printed is less than three. &merged;</para> + digits printed is fewer than four. &merged;</para> <para>The &man.ls.1; program now supports a <option>-m</option> flag to list files across a page, a <option>-p</option> flag to |