aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index 51225f55..37ed23fc 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -29,7 +29,8 @@ are inserted into the environment <a href="index.html#variables-arrays">variable
\subsection function-example Example
-<pre>function ll
+<pre>
+function ll
ls -l $argv
end
</pre>