[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: update info cross reference to bash
From: |
Pádraig Brady |
Subject: |
[PATCH] doc: update info cross reference to bash |
Date: |
Sun, 4 Nov 2012 02:17:59 +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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 767a31e..4497c39 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -12392,7 +12392,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
--
1.7.6.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] doc: update info cross reference to bash,
Pádraig Brady <=