commit:     0edced44cbbbb3bac79448fbf8b1620ecc2b39df
Author:     Sebastian Engel <sighunter <AT> gmx <DOT> de>
AuthorDate: Mon Aug 12 21:29:44 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 15:16:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0edced44

tools-reference/echo: Format the word variable as inline code

The devmanual commonly uses <c> to format variables in text passages as code
to make them more distinguishable from the rest of the text and that's why
it should be done here too.

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

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

diff --git a/tools-reference/echo/text.xml b/tools-reference/echo/text.xml
index 9bce77c..dba3452 100644
--- a/tools-reference/echo/text.xml
+++ b/tools-reference/echo/text.xml
@@ -47,7 +47,7 @@ As of &gt;=bash-2.05b, the so-called "here strings" have been
 introduced. 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 word and passes the result to the standard
+that <c>bash</c> expands <c>word</c> and passes the result to the standard
 input.
 </p>
 

Reply via email to