projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07b181
)
doc: avoid failing "make check"
author
Jim Meyering
<meyering@redhat.com>
Wed, 28 Oct 2009 07:30:50 +0000
(08:30 +0100)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/doc/coreutils.texi
b/doc/coreutils.texi
index df7e9634e8fb8cc43afb04742ad8ae706531bd41..ec5bcfbee739918ecdbb739a343e5b2e78faf850 100644
(file)
--- 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 a
s a
shell
+built
-
in.
@example
env foo
@end example