aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/command.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-19 03:00:34 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-19 03:00:34 +1000
commitdd90b4ece46e98a4f018fcedb045c7ff6c2ea979 (patch)
treec8afce49b3110c7d57245bb96c21b2a337616d50 /doc_src/command.txt
parent4930db35e2e869282ef1bfea8cd456237402d68b (diff)
Fix incorrect use of the term 'alias' where 'function' was meant in documentation
darcs-hash:20070118170034-ac50b-f10d79a1aed0e91d350db13187965bf2f5c45b7e.gz
Diffstat (limited to 'doc_src/command.txt')
-rw-r--r--doc_src/command.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/command.txt b/doc_src/command.txt
index 369586de..885cca5f 100644
--- a/doc_src/command.txt
+++ b/doc_src/command.txt
@@ -4,11 +4,11 @@
<tt>command COMMANDNAME [OPTIONS...]</tt>
\subsection command-description Description
-prefixing a command with the word 'command' forces fish to ignore any aliases or builtins with the same name.
+prefixing a command with the word 'command' forces fish to ignore any functions or builtins with the same name.
\subsection command-example Example
<tt>command ls</tt>
-causes fish to execute the ls program, even if there exists a 'ls' alias.
+causes fish to execute the ls program, even if there exists a 'ls' function.