X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fhuman.h;h=464787f07041e65ecc067f7d326f02afdd248018;hb=c4be0132e805fd4ce535a5cabb0169d1b5445896;hp=a46aaaa392717bdcf1c22b29b84c2ce9230b0931;hpb=bc973a082dddfe8c66baf7352df0433f83479ce1;p=debian%2Ftar diff --git a/gnu/human.h b/gnu/human.h index a46aaaa3..464787f0 100644 --- a/gnu/human.h +++ b/gnu/human.h @@ -1,8 +1,6 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* human.h -- print human readable file size - Copyright (C) 1996-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1996-2007, 2009-2015 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 @@ -54,7 +52,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,