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.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 '-*'