aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-12 05:23:43 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-12 05:23:43 +1000
commit838ba08eaa883026d6fb88cd65dde33b16a564fd (patch)
tree164ec92c2b27f82e7fced328e5f0922813645d00 /doc_src/function.txt
parent0a4b983afa4137da9392b2bb198a02f6d1df38f7 (diff)
Event handling and job reaping updates
darcs-hash:20051011192343-ac50b-aa3f5ae5e2b34d122f10e3b59ceb6fdd447f4ae3.gz
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index 4eb555c9..085072ef 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -27,6 +27,7 @@ are inserted into the environment variable <a href="index.html#variables-arrays"
<pre>function ll
ls -l $argv
+end
</pre>
will run the \c ls command, using the \c -l option, while passing on any additional files and switches to \c ls.