From: Pádraig Brady
Date: Fri, 26 Oct 2012 14:46:04 +0000 (+0100) Subject: doc: update info cross reference to bash X-Git-Tag: v8.21~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d456ce7710f9bc7629a47c8247270cbffd8134;p=thirdparty%2Fcoreutils.git doc: update info cross reference to bash * doc/coreutils.texi (tee invocation): Reference the bash manual rather than bashref, as the latter is more likely to work on newer systems. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 166c41e239..77f97a1708 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12461,7 +12461,7 @@ checksum in a file named @file{dvd.sha1}. Note, however, that this example relies on a feature of modern shells called @dfn{process substitution} (the @samp{>(command)} syntax, above; -@xref{Process Substitution,,Process Substitution, bashref, +@xref{Process Substitution,,Process Substitution, bash, The Bash Reference Manual}.), so it works with @command{zsh}, @command{bash}, and @command{ksh}, but not with @command{/bin/sh}. So if you write code like this