Fix casing and other minor issues in documentation

darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
This commit is contained in:
axel
2006-11-01 01:23:16 +10:00
parent c4a8f4c890
commit 885d16fcd6
36 changed files with 36 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
\subsection while-synopsis Synopsis
<tt>while CONDITION; COMMANDS...; end</tt>
\subsection while-synopsis Synopsis
\subsection while-description Description
The <tt>while</tt> builtin causes fish to continually execute CONDITION and
execute COMMANDS as long as CONDITION returned with status 0. If CONDITION is
false on the first time, COMMANDS will not be executed at all. Hints: use