diff options
Diffstat (limited to 'tools-reference/bash')
-rw-r--r-- | tools-reference/bash/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml index 0583184..56608c4 100644 --- a/tools-reference/bash/text.xml +++ b/tools-reference/bash/text.xml @@ -779,7 +779,7 @@ output (<c>stdout</c>) as a string. <note> The <c>`command`</c> construct also does this, but should be avoided in -favour of <c>$(command )</c> for clarity, ease of reading and nesting purposes. +favour of <c>$(command)</c> for clarity, ease of reading and nesting purposes. </note> <codesample lang="ebuild"> |