aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/while.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-01 01:23:16 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-01 01:23:16 +1000
commit885d16fcd65c8d0bb74922746119bfb15551e578 (patch)
tree43dbfea93c3f3b382c3bf0721a0ece462442f98a /doc_src/while.txt
parentc4a8f4c890231980b367277707bd39fbc1d2e53d (diff)
Fix casing and other minor issues in documentation
darcs-hash:20061031152316-ac50b-e68db9853d6e9461a0c054f1ea290704ccfc0a31.gz
Diffstat (limited to 'doc_src/while.txt')
-rw-r--r--doc_src/while.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/while.txt b/doc_src/while.txt
index 6b2bebb0..1ec643d2 100644
--- a/doc_src/while.txt
+++ b/doc_src/while.txt
@@ -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