]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: update info cross reference to bash
authorPádraig Brady <P@draigBrady.com>
Fri, 26 Oct 2012 14:46:04 +0000 (15:46 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 24 Nov 2012 15:45:41 +0000 (15:45 +0000)
* doc/coreutils.texi (tee invocation): Reference
the bash manual rather than bashref, as the latter
is more likely to work on newer systems.

doc/coreutils.texi

index 166c41e239c09ffd1d3f44212c4c8bade526ded7..77f97a17086bcb55b9f874b8ff582ddd6221a425 100644 (file)
@@ -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