From owner-freebsd-doc Sat Jun 1 0:32:44 2002 Delivered-To: freebsd-doc@freebsd.org Received: from kinpoku.nagaoka-ct.ac.jp (kinpoku.nagaoka-ct.ac.jp [202.209.0.1]) by hub.freebsd.org (Postfix) with ESMTP id CBDC437B409 for ; Sat, 1 Jun 2002 00:32:39 -0700 (PDT) Received: from sumon.nagaoka-ct.ac.jp (IDENT:root@sumon.nagaoka-ct.ac.jp [202.209.0.66]) by kinpoku.nagaoka-ct.ac.jp (8.11.6/8.11.6) with ESMTP id g517WXf12279; Sat, 1 Jun 2002 16:32:33 +0900 Received: from sumon.nagaoka-ct.ac.jp (IDENT:root@localhost [127.0.0.1]) by sumon.nagaoka-ct.ac.jp (8.11.6/8.11.6) with ESMTP id g517WXK13137; Sat, 1 Jun 2002 16:32:33 +0900 Received: from yahiko.st.nagaoka-ct.ac.jp (yahiko.st.nagaoka-ct.ac.jp [202.209.2.215]) by sumon.nagaoka-ct.ac.jp (8.11.6/8.11.6) with ESMTP id g517WSh13128; Sat, 1 Jun 2002 16:32:32 +0900 Received: from localhost (yahiko [202.209.2.215]) by yahiko.st.nagaoka-ct.ac.jp (8.9.3/3.7W+07/28/00) with ESMTP id QAA27257; Sat, 1 Jun 2002 16:32:27 +0900 (JST) To: doc@FreeBSD.org Cc: ac14806t@st.nagaoka-ct.ac.jp Subject: [Question] A `-h' flag for ls(1) in relnotes (RELENG_4) X-Mailer: Mew version 1.94.2 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20020601163227T.ac14806t@st.nagaoka-ct.ac.jp> Date: Sat, 01 Jun 2002 16:32:27 +0900 From: Kurashina Hideyuki X-Dispatcher: imput version 20000228(IM140) Lines: 39 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 @@ &man.ls.1; now accepts a flag, which when combined with the flag, causes file sizes to be printed with unit suffixes, such that the number of - digits printed is less than three. + digits printed is less than four. &man.m4.1; now accepts a flag to cause it to emit #line 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