From dd90b4ece46e98a4f018fcedb045c7ff6c2ea979 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 19 Jan 2007 03:00:34 +1000 Subject: Fix incorrect use of the term 'alias' where 'function' was meant in documentation darcs-hash:20070118170034-ac50b-f10d79a1aed0e91d350db13187965bf2f5c45b7e.gz --- doc_src/command.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc_src/command.txt') 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 @@ command COMMANDNAME [OPTIONS...] \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 command ls -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. -- cgit v1.2.3