Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ls clarify that BLOCKSIZE also influences the total in l...



details:   https://anonhg.NetBSD.org/src/rev/447ba518ded4
branches:  trunk
changeset: 782212:447ba518ded4
user:      jschauma <jschauma%NetBSD.org@localhost>
date:      Sun Oct 21 01:39:05 2012 +0000

description:
clarify that BLOCKSIZE also influences the total in long output

diffstat:

 bin/ls/ls.1 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 3e35cc3a0bfc -r 447ba518ded4 bin/ls/ls.1
--- a/bin/ls/ls.1       Sun Oct 21 01:11:23 2012 +0000
+++ b/bin/ls/ls.1       Sun Oct 21 01:39:05 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ls.1,v 1.69 2011/04/02 08:38:56 mbalmer Exp $
+.\"    $NetBSD: ls.1,v 1.70 2012/10/21 01:39:05 jschauma Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -333,9 +333,10 @@
 .El
 .Pp
 In addition, for each directory whose contents are displayed, the total
-number of 512-byte blocks used by the files in the directory is displayed
-on a line by itself immediately before the information for the files in the
-directory.
+number of blocks in units of 512 bytes or BLOCKSIZE (see
+.Sx ENVIRONMENT )
+used by the files in the directory is displayed on a line by itself
+immediately before the information for the files in the directory.
 .Pp
 If the owner or group names are not a known owner or group name,
 or the



Home | Main Index | Thread Index | Old Index