summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-28 08:30:50 +0100
committerJim Meyering <meyering@redhat.com>2009-10-28 18:07:21 +0100
commitda17f99b200723ad216907f7b6eacc39598530bf (patch)
tree0bc94403f4db24c676742824a17db02eb3cdcda5 /doc
parentc07b181396ca6d20b9852c448239bacc3d0baf54 (diff)
downloadcoreutils-da17f99b200723ad216907f7b6eacc39598530bf.tar.xz
doc: avoid failing "make check"
* doc/coreutils.texi (env invocation): s/builtin/built-in/
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index df7e9634e..ec5bcfbee 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -14469,8 +14469,8 @@ env - PATH="$PATH" foo
@item
Run @command{foo} with the environment containing @samp{LOGNAME=rms},
@samp{EDITOR=emacs}, and @samp{PATH=.:/gnubin:/hacks}, and guarantees
-that @command{foo} was found in the file system rather than a shell
-builtin.
+that @command{foo} was found in the file system rather than as a shell
+built-in.
@example
env foo
@end example