Module Name:    src
Committed By:   jschauma
Date:           Sun Oct 21 01:39:05 UTC 2012

Modified Files:
        src/bin/ls: ls.1

Log Message:
clarify that BLOCKSIZE also influences the total in long output


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/bin/ls/ls.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ls/ls.1
diff -u src/bin/ls/ls.1:1.69 src/bin/ls/ls.1:1.70
--- src/bin/ls/ls.1:1.69	Sat Apr  2 08:38:56 2011
+++ src/bin/ls/ls.1	Sun Oct 21 01:39:05 2012
@@ -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 @@ pathname
 .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

Reply via email to