]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: ls: clarify description of -s
authorJim Meyering <meyering@redhat.com>
Fri, 20 Feb 2009 18:31:31 +0000 (19:31 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 20 Feb 2009 18:32:02 +0000 (19:32 +0100)
* src/ls.c (usage): Make the description of -s mention "allocated size",
so that it's less likely to be confused with an apparent byte-count.
Suggested by Vito Caputo.

THANKS
src/ls.c

diff --git a/THANKS b/THANKS
index f2fcd01757641b394bacc0fb46245eb7d130ae7b..ebb8c4dd888b043430945094b506c2d1ca4c8ae3 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -557,6 +557,7 @@ Vin Shelton                         acs@alumni.princeton.edu
 Vineet Chadha                       chadha@acis.ufl.edu
 Vitali Lovich                       vlovich@gmail.com
 Vitaly A. Ostanin                   vyt@altlinux.org
+Vito Caputo                         vcaputo@pengaru.com
 Vlada Macek                         tuttle@bbs.fsik.cvut.cz
 Volker Borchert                     bt@teknon.de
 Volker Paul                         vpaul@dohle.com
index 59d1fae010617ee93941ce54d76da0d4f7337a37..5d0deecafca06da65878cf0addd60d0be69c9b30 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -1,5 +1,5 @@
 /* `dir', `vdir' and `ls' directory listing programs for GNU.
-   Copyright (C) 85, 88, 90, 91, 1995-2008 Free Software Foundation, Inc.
+   Copyright (C) 85, 88, 90, 91, 1995-2009 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -4503,7 +4503,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (_("\
   -r, --reverse              reverse order while sorting\n\
   -R, --recursive            list subdirectories recursively\n\
-  -s, --size                 print the size of each file, in blocks\n\
+  -s, --size                 print the allocated size of each file, in blocks\n\
 "), stdout);
       fputs (_("\
   -S                         sort by file size\n\