aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/end.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-13 03:31:41 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-13 03:31:41 +1000
commit036cc4e0faccc9b03e2c73b34dd4ad6a0223837b (patch)
treee741110f01581d649e7062381763fb396985549a /doc_src/end.txt
parent9e304fa7340b8b74a604564cb44e426cafbe7d34 (diff)
The begin builtin should not alter the exit status
darcs-hash:20060712173141-ac50b-8d21f9f22ef55581521ccf923411e3458bd8109c.gz
Diffstat (limited to 'doc_src/end.txt')
-rw-r--r--doc_src/end.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/end.txt b/doc_src/end.txt
index b98aef82..3b61e9d3 100644
--- a/doc_src/end.txt
+++ b/doc_src/end.txt
@@ -13,4 +13,4 @@ begin; [COMMANDS...] end
documentation for the block constructs, such as \c if, \c for and \
while.
-The end command does not change the current exit status.
+The \c end command does not change the current exit status.