diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-28 08:30:50 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-28 18:07:21 +0100 |
commit | da17f99b200723ad216907f7b6eacc39598530bf (patch) | |
tree | 0bc94403f4db24c676742824a17db02eb3cdcda5 | |
parent | c07b181396ca6d20b9852c448239bacc3d0baf54 (diff) | |
download | coreutils-da17f99b200723ad216907f7b6eacc39598530bf.tar.xz |
doc: avoid failing "make check"
* doc/coreutils.texi (env invocation): s/builtin/built-in/
-rw-r--r-- | doc/coreutils.texi | 4 |
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 |