commit:     60b9d214f4454aea8451cc7fdf49035e707da7d9
Author:     Sebastian Engel <sighunter <AT> gmx <DOT> de>
AuthorDate: Thu Aug 29 14:21:00 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 16:40:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=60b9d214

tools-reference/echo: Remove bash version history

Those bash "here strings" were introduced 22 years ago and stating the version
they were implemented does not serve any purpose any more.

Signed-off-by: Sebastian Engel <sighunter <AT> gmx.de>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 tools-reference/echo/text.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools-reference/echo/text.xml b/tools-reference/echo/text.xml
index dba3452..404d319 100644
--- a/tools-reference/echo/text.xml
+++ b/tools-reference/echo/text.xml
@@ -43,8 +43,7 @@ of dealing with such cases.
 <title>Here strings</title>
 <body>
 <p>
-As of &gt;=bash-2.05b, the so-called "here strings" have been
-introduced. Using "here strings", you can pass contents of an
+Using "here strings", you can pass contents of an
 environment variable to the standard input of an application, using
 <c>&lt;&lt;&lt;word</c> redirection: what actually happens is
 that <c>bash</c> expands <c>word</c> and passes the result to the standard

Reply via email to