summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-10-26 15:46:04 +0100
committerPádraig Brady <P@draigBrady.com>2012-11-24 15:45:41 +0000
commit63d456ce7710f9bc7629a47c8247270cbffd8134 (patch)
tree5bdeedb4c4b2fb590c3d067ea0a8d9a6ac9c763a /doc
parente83db8484ad92a68d39540a54ce0e022ee31f4ed (diff)
downloadcoreutils-63d456ce7710f9bc7629a47c8247270cbffd8134.tar.xz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 166c41e23..77f97a170 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