summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-21 14:02:27 +0100
committerJim Meyering <meyering@redhat.com>2011-01-21 22:25:11 +0100
commit4afbba7bac2c292e982978a0744f153375c1e18e (patch)
tree5254d3095eaf735faeacb5ba57f6abec5a124e8a /doc/coreutils.texi
parent4f92531819e97c7bb610c954fd26c0f33fbc8a41 (diff)
downloadcoreutils-4afbba7bac2c292e982978a0744f153375c1e18e.tar.xz
doc: fix wording in warning about potential conflict with built-in
* doc/coreutils.texi (mayConflictWithShellBuiltIn): Fix wording.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 926171cfa..ebe379eb6 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