X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fhuman.h;h=5c65b4a9d3215a5b2bf485edfafb25a2df491505;hb=e4faf46844fa3162def723f12a09791e350caabb;hp=5d3f0c6d681f33958dc082581ae493cad9e780fa;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;p=debian%2Ftar diff --git a/gnu/human.h b/gnu/human.h index 5d3f0c6d..5c65b4a9 100644 --- a/gnu/human.h +++ b/gnu/human.h @@ -2,8 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* human.h -- print human readable file size - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2009, 2010 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 @@ -55,7 +54,7 @@ enum /* Round to minus infinity. */ human_floor = 2, - /* Group digits together, e.g. `1,000,000'. This uses the + /* Group digits together, e.g. "1,000,000". This uses the locale-defined grouping; the traditional C locale does not group, so this has effect only if some other locale is in use. */ human_group_digits = 4,