From 4afbba7bac2c292e982978a0744f153375c1e18e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Jan 2011 14:02:27 +0100 Subject: [PATCH] doc: fix wording in warning about potential conflict with built-in * doc/coreutils.texi (mayConflictWithShellBuiltIn): Fix wording. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 926171c..ebe379e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -625,7 +625,7 @@ Remove any trailing slashes from each @var{source} argument. @macro mayConflictWithShellBuiltIn{cmd} @cindex conflicts with shell built-ins @cindex built-in shell commands, conflicts with -Due to shell aliases and built-in @command{\cmd\} command, using an +Due to shell aliases and built-in @command{\cmd\} functions, using an unadorned @command{\cmd\} interactively or in a script may get you different functionality than that described here. Invoke it via @command{env} (i.e., @code{env \cmd\ @dots{}}) to avoid interference -- 2.7.4