From 0edced44cbbbb3bac79448fbf8b1620ecc2b39df Mon Sep 17 00:00:00 2001 From: Sebastian Engel Date: Mon, 12 Aug 2024 23:29:44 +0200 Subject: tools-reference/echo: Format the word variable as inline code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The devmanual commonly uses 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 Signed-off-by: Ulrich Müller --- 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 >=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 <<<word redirection: what actually happens is -that bash expands word and passes the result to the standard +that bash expands word and passes the result to the standard input.

-- cgit v1.2.3-65-gdbad