Correct typo in Shell Variable section

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-01-13 08:10:56 -08:00
parent 55e41483de
commit ed3d3855f2

View File

@ -699,7 +699,7 @@ SHELL cat /etc/shorewall/rules.d/*.rules</programlisting></para>
<note> <note>
<para>Only the $VAR and ${VAR} forms of variable expansion are <para>Only the $VAR and ${VAR} forms of variable expansion are
supported. You may not use the more exotic forms supported by the shell supported. You may not use the more exotic forms supported by the shell
($VAR, ${VAR}, ${VAR:=val}, ...)</para> (${VAR:=val}, ${VAR:-val}, ...)</para>
</note> </note>
</section> </section>