aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
authorGravatar Jan Kanis <jan.code@jankanis.nl>2013-01-01 22:56:08 +0100
committerGravatar Jan Kanis <jan.code@jankanis.nl>2013-01-01 22:56:08 +0100
commita4c646f75cc5254d0290446572d82ff5c66da602 (patch)
tree18d034117329d6bc223b4c114e775af2460b85e9 /doc_src/function.txt
parent1ae0e5d7cb9a227f2e2fcc33ce3b41acd0ab9e14 (diff)
make 'alias' check for recursive calls and insert 'command'; update docs, fix #486
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index 4761a5d9..10d9eec0 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -44,7 +44,7 @@ will run the \c ls command, using the \c -l option, while passing on any additio
<pre>
function mkdir -d "Create a directory and set CWD"
- mkdir $argv
+ command mkdir $argv
if test $status = 0
switch $argv[(count $argv)]
case '-*'