X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhuman.c;h=613dc656c5a56074b07ee1f1d3005aeff76b8836;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=176129f8a1aedc35642a85c82b22a05134166cc5;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/human.c b/lib/human.c index 176129f8a..613dc656c 100644 --- a/lib/human.c +++ b/lib/human.c @@ -1,7 +1,6 @@ /* human.c -- print human readable file size - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2009 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 @@ -73,7 +72,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 * @@ -129,7 +128,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