From e750f1a3c2a76a1bf5093195ebb40e05e069281b Mon Sep 17 00:00:00 2001 From: axel Date: Sun, 25 Mar 2007 05:16:46 +1000 Subject: Minor documentation fixes darcs-hash:20070324191646-ac50b-0892de7e96348caf198830af2b2ad46b84f9f13e.gz --- doc_src/index.hdr.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc_src/index.hdr.in') diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 77f1eb7f..1d6797bc 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -741,8 +741,8 @@ command. Example: -To set the variable \c smurf to the value \c blue, use the command -set smurf blue. +To set the variable \c smurf_color to the value \c blue, use the command +set smurf_color blue. After a variable has been set, you can use the value of a variable in the shell through variable expansion. @@ -751,7 +751,8 @@ Example: To use the value of a the variable \c smurf, write $ (dollar symbol) followed by the name of the variable, like echo Smurfs are -$smurf, which would print the result 'Smurfs are blue'. +usually $smurf_color, which would print the result 'Smurfs are +usually blue'. \subsection variables-scope Variable scope -- cgit v1.2.3