From da17f99b200723ad216907f7b6eacc39598530bf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 28 Oct 2009 08:30:50 +0100 Subject: [PATCH] doc: avoid failing "make check" * doc/coreutils.texi (env invocation): s/builtin/built-in/ --- doc/coreutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index df7e963..ec5bcfb 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 -- 2.7.4