Date: Sat, 01 Jun 2002 16:32:27 +0900 From: Kurashina Hideyuki <ac14806t@st.nagaoka-ct.ac.jp> To: doc@FreeBSD.org Cc: ac14806t@st.nagaoka-ct.ac.jp Subject: [Question] A `-h' flag for ls(1) in relnotes (RELENG_4) Message-ID: <20020601163227T.ac14806t@st.nagaoka-ct.ac.jp>
next in thread | raw e-mail | index | archive | help
Hi, I have a question about behavior of ls(1) with `-h' flag. It shows like follows: % ls -lh / total 7666 -r--r--r-- 1 root wheel 4K Apr 21 2001 COPYRIGHT drwxr-xr-x 2 root wheel 1K May 28 15:40 bin/ drwxr-xr-x 3 root wheel 512B May 28 15:51 boot/ lrwxr-xr-x 1 root wheel 11B May 5 2001 compat@ -> /usr/compat ... but, src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml describes "ls(1) now accepts a -h flag, which when combined with the -l flag, causes file sizes to be printed with unit suffixes, such that the number of digits printed is less than three." I think "the number of digits printed is less than three" means that "digits are 1 and 2, not include 3". Is this a typo? If so, apply next patch. # Sorry if I'm understaning. --- new.sgml.orig Sat Jun 1 16:09:31 2002 +++ new.sgml Sat Jun 1 16:09:57 2002 @@ -466,7 +466,7 @@ <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.</para> + digits printed is less than four.</para> <para>&man.m4.1; now accepts a <option>-s</option> flag to cause it to emit <literal>#line</literal> directives for use by ---- Hideyuki KURASHINA ac14806t@st.nagaoka-ct.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020601163227T.ac14806t>