From 3a2b836f0ef8ad0c1b1e28221001454cb4b15a8d Mon Sep 17 00:00:00 2001 From: Ed Brannin Date: Fri, 15 Sep 2017 17:46:51 -0400 Subject: [PATCH] Fix smurf_color variable name (cherry picked from commit 9ac7da28bd5af934458aa3a8ef2c40f371b2111a) --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 976c3054c..c416873e5 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -693,7 +693,7 @@ After a variable has been set, you can use the value of a variable in the shell Example: -To use the value of the variable `smurf`, write `$` (dollar symbol) followed by the name of the variable, like `echo Smurfs are usually $smurf_color`, which would print the result 'Smurfs are usually blue'. +To use the value of the variable `smurf_color`, write `$` (dollar symbol) followed by the name of the variable, like `echo Smurfs are usually $smurf_color`, which would print the result 'Smurfs are usually blue'. \subsection variables-scope Variable scope