doc: avoid failing "make check"
authorJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 07:30:50 +0000 (08:30 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 17:07:21 +0000 (18:07 +0100)
* doc/coreutils.texi (env invocation): s/builtin/built-in/

doc/coreutils.texi

index df7e963..ec5bcfb 100644 (file)
@@ -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