diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-15 08:20:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-15 08:23:23 -0800 |
commit | 06ca3797ac89c7c16a80ae8276bd23ef5b6f6a6f (patch) | |
tree | 7dd67855e67aee7027608c346d302d663f4aecb1 /doc | |
parent | 40324ca8b22a538e31aa2f9a8ac03f03f7d0537e (diff) | |
download | coreutils-06ca3797ac89c7c16a80ae8276bd23ef5b6f6a6f.tar.xz |
doc: update for ISO/IEC 80000-13
* doc/coreutils.texi (Block size): IEC 60027-2 has been superseded
by ISO/IEC 80000-13, so prefer the newer standard but also mention
the old. The new standard specifies Zi and Yi, so they are no
longer GNU extensions. Fix stale URL to BIPM.
2011-11-14 Paul Eggert <eggert@cs.ucla.edu>
id: handle (uid_t) -1 more portably
* src/id.c (GETID_MAY_FAIL): Remove.
(main): Check for negative return values, not for -1.
The old code was incorrect if uid_t was narrower than int,
regardless of whether we were on a GNU or a POSIX platform.
The new code is simpler and doesn't need GETID_MAY_FAIL.
(print_full_info): Remove unnecessary cast to -1.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 453144046..fa82a3107 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -901,10 +901,10 @@ A block size specification can be a positive integer specifying the number of bytes per block, or it can be @code{human-readable} or @code{si} to select a human-readable format. Integers may be followed by suffixes that are upward compatible with the -@uref{http://www.bipm.fr/enus/3_SI/si-prefixes.html, SI prefixes} +@uref{http://www.bipm.org/en/si/si_brochure/chapter3/prefixes.html, SI prefixes} for decimal multiples and with the -@uref{http://physics.nist.gov/cuu/Units/binary.html, IEC 60027-2 -prefixes for binary multiples}. +@uref{http://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13 +(formerly IEC 60027-2) prefixes} for binary multiples. With human-readable formats, output sizes are followed by a size letter such as @samp{M} for megabytes. @code{BLOCK_SIZE=human-readable} uses @@ -946,7 +946,7 @@ kilobyte: @math{10^3 = 1000}. @itemx KiB @cindex kibibyte, definition of kibibyte: @math{2^{10} = 1024}. @samp{K} is special: the SI prefix is -@samp{k} and the IEC 60027-2 prefix is @samp{Ki}, but tradition and +@samp{k} and the ISO/IEC 80000-13 prefix is @samp{Ki}, but tradition and @acronym{POSIX} use @samp{k} to mean @samp{KiB}. @item MB @cindex megabyte, definition of @@ -989,14 +989,12 @@ zettabyte: @math{10^{21} = 1,000,000,000,000,000,000,000} @item Z @itemx ZiB @math{2^{70} = 1,180,591,620,717,411,303,424}. -(@samp{Zi} is a @acronym{GNU} extension to IEC 60027-2.) @item YB @cindex yottabyte, definition of yottabyte: @math{10^{24} = 1,000,000,000,000,000,000,000,000}. @item Y @itemx YiB @math{2^{80} = 1,208,925,819,614,629,174,706,176}. -(@samp{Yi} is a @acronym{GNU} extension to IEC 60027-2.) @end table @opindex -k |