From: Jim Meyering Date: Fri, 21 Jan 2011 13:02:27 +0000 (+0100) Subject: doc: fix wording in warning about potential conflict with built-in X-Git-Tag: v8.10~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4afbba7bac2c292e982978a0744f153375c1e18e;p=thirdparty%2Fcoreutils.git doc: fix wording in warning about potential conflict with built-in * doc/coreutils.texi (mayConflictWithShellBuiltIn): Fix wording. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 926171cfa9..ebe379eb63 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