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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/end.txt b/doc_src/end.txt
index be971e95..aca29495 100644
--- a/doc_src/end.txt
+++ b/doc_src/end.txt
@@ -1,7 +1,7 @@
\section end end - end a block of commands.
\subsection end-synopsis Synopsis
-\fish{syn}
+\fish{synopsis}
begin; [COMMANDS...] end
if CONDITION; COMMANDS_TRUE...; [else; COMMANDS_FALSE...;] end
while CONDITION; COMMANDS...; end