diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-11 23:44:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-11 23:44:18 +0000 |
commit | fa4568055bba6590170634c3a4f6be3c51b2c5ce (patch) | |
tree | f929a67fea0915059f4ab2c2c5fb4f0d583948ab /doc/ChangeLog | |
parent | 23b1a403d08605e1f74f58b9407c0d153d7b0c9d (diff) | |
download | coreutils-fa4568055bba6590170634c3a4f6be3c51b2c5ce.tar.xz |
* coreutils.texi (Special built-in utilities): New node.
Warn about env variable spelling.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 8ee852f83..03c4fd4d2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,16 @@ +2004-10-11 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (Special built-in utilities): New node. + (printf invocation): builtin -> built-in, for consistency + with POSIX terminology. + (test invocation, pwd invocation): + Use specific rather than generic language to warn about + built-in commands. + (chroot invocation, env invocation, nice invocation, nohup invocation): + Warn that command must not be a special built-in. + (env invocation): Warn about environment variables with unusual + spellings, or duplicates. + 2004-09-26 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (ls invocation): Document "ls --hide". |