diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-12-26 14:37:15 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-12-26 14:44:44 +0000 |
commit | 4111d3e4e0d23cc7ad6bb3ee3dba2ad702cb7199 (patch) | |
tree | e0a2535c3a0add0396908784e8442df9f7a62743 | |
parent | 3b7c9d1a31a183b903de9c1396a17b4ee64f09f8 (diff) | |
download | coreutils-4111d3e4e0d23cc7ad6bb3ee3dba2ad702cb7199.tar.xz |
doc: update the URL referencing SI prefixes
Identified at https://www.gnu.org/software/gnun/linc/linc.html
* doc/coreutils.texi (Block size): Fix the stale link.
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e9008c018..c6f2cc70e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -935,7 +935,8 @@ 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.org/en/si/si_brochure/chapter3/prefixes.html, SI prefixes} +@uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html, +SI prefixes} for decimal multiples and with the @uref{http://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13 (formerly IEC 60027-2) prefixes} for binary multiples. |