X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fhuman.c;h=be90515ebb97df5dd363bc5f8d6cfcb5c0fe11fd;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=b2ef3ea8988848000d321a990e8239c64a8d507f;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/human.c b/gnu/human.c index b2ef3ea8..be90515e 100644 --- a/gnu/human.c +++ b/gnu/human.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* human.c -- print human readable file size - Copyright (C) 1996-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1996-2007, 2009-2013 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 @@ -74,7 +74,7 @@ adjust_value (int inexact_style, long double value) each byte inserted. Return the starting address of the modified number. - To group the digits, use GROUPING and THOUSANDS_SEP as in `struct + To group the digits, use GROUPING and THOUSANDS_SEP as in 'struct lconv' from . */ static char * @@ -130,7 +130,7 @@ group_number (char *number, size_t numberlen, that cannot be expressed exactly. If (OPTS & human_group_digits), group the thousands digits - according to the locale, e.g., `1,000,000' in an American English + according to the locale, e.g., "1,000,000" in an American English locale. If (OPTS & human_autoscale), deduce the output block size