diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-09-18 14:37:37 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-09-19 11:24:05 +0100 |
commit | 1f2647b8affae8bf6907f790a399041812ddf16e (patch) | |
tree | 893b7372473ff6cd174662f2afcd8a809acb762c /doc | |
parent | ed0c3c33c6f7c28e5f05e96e1891251bdd181651 (diff) | |
download | coreutils-1f2647b8affae8bf6907f790a399041812ddf16e.tar.xz |
doc: ensure the correct texinfo nodes are referenced in --help
* src/system.h (emit_ancillary_info): For commands that don't have
a 1:1 mapping with the texinfo node names, provide a mapping to
the correct node.
* doc/coreutils.texi: Add some extra cross references noticed while
checking this.
Fixes http://bugs.debian.org/762092
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fb083f096..1519fcb3e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4206,7 +4206,8 @@ The commands @command{sha224sum}, @command{sha256sum}, @command{sha384sum} and @command{sha512sum} compute checksums of various lengths (respectively 224, 256, 384 and 512 bits), collectively known as the SHA-2 hashes. The usage and options of -these commands are precisely the same as for @command{md5sum}. +these commands are precisely the same as for @command{md5sum} +and @command{sha1sum}. @xref{md5sum invocation}. Note: The SHA384 and SHA512 digests are considerably slower to @@ -7961,6 +7962,8 @@ and special characters are represented by backslash escape sequences. -b}; that is, by default files are listed in long format and special characters are represented by backslash escape sequences. +@xref{ls invocation, @command{ls}}. + @node dircolors invocation @section @command{dircolors}: Color setup for @command{ls} |