Added some "UNDER CONSTRUCTION" comments to the sections that are not yet complete.

This commit is contained in:
franl 2004-02-08 00:56:34 +00:00
parent af61625c91
commit bd3635d0d8
1 changed files with 12 additions and 0 deletions

View File

@ -1582,18 +1582,26 @@ echo "The first command exitted with status $STATUS."
<sect2 id="sect-test-command">
<title>The <computeroutput><command>test</command></computeroutput> Command</title>
<para>*** UNDER CONSTRUCTION ***</para>
</sect2>
<sect2 id="sect-if-statements">
<title>If Statements</title>
<para>*** UNDER CONSTRUCTION ***</para>
</sect2>
<sect2 id="sect-andand">
<title>The <computeroutput>&amp;&amp;</computeroutput> Operator</title>
<para>*** UNDER CONSTRUCTION ***</para>
</sect2>
<sect2 id="sect-oror">
<title>The <computeroutput>||</computeroutput> Operator</title>
<para>*** UNDER CONSTRUCTION ***</para>
</sect2>
</sect1>
@ -1604,10 +1612,14 @@ echo "The first command exitted with status $STATUS."
<sect2 id="sect-while-loops">
<title>While and Until Loops</title>
<para>*** UNDER CONSTRUCTION ***</para>
</sect2>
<sect2 id="sect-for-loops">
<title>For Loops</title>
<para>*** UNDER CONSTRUCTION ***</para>
</sect2>
</sect1>