aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/end.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/end.txt')
-rw-r--r--doc_src/end.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc_src/end.txt b/doc_src/end.txt
index 5849e339..2d301e33 100644
--- a/doc_src/end.txt
+++ b/doc_src/end.txt
@@ -10,7 +10,9 @@ switch VALUE; [case [WILDCARD...]; [COMMANDS...]; ...] end
</pre>
\subsection end-description Description
-<tt>end</tt> ends a block of commands. For more information, read the
+<tt>end</tt> ends a block of commands.
+
+For more information, read the
documentation for the block constructs, such as \c if, \c for and \c
while.