Module Name:    src
Committed By:   jschauma
Date:           Tue Nov  5 04:04:19 UTC 2024

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

Log Message:
Note that when '-s' is combined with '-1', the 'total' is _not_ printed.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.81 src/bin/ls/ls.1:1.82
--- src/bin/ls/ls.1:1.81	Sat May 16 18:31:45 2020
+++ src/bin/ls/ls.1	Tue Nov  5 04:04:19 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ls.1,v 1.81 2020/05/16 18:31:45 christos Exp $
+.\"	$NetBSD: ls.1,v 1.82 2024/11/05 04:04:19 jschauma Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)ls.1	8.7 (Berkeley) 7/29/94
 .\"
-.Dd August 10, 2016
+.Dd November 04, 2024
 .Dt LS 1
 .Os
 .Sh NAME
@@ -225,7 +225,9 @@ of 512 bytes or
 .Sx ENVIRONMENT )
 where partial units are rounded up to the
 next integer value.
-If the output is to a terminal, a total sum for all the file
+If the output is to a terminal and
+.Fl 1
+is not specified, a total sum for all the file
 sizes is output on a line before the listing.
 .It Fl T
 When used with the

Reply via email to