1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Add support for "chown : file" and the like.

Also, fix a regression and some memory leaks.
This commit is contained in:
Paul Eggert
2004-08-19 20:07:20 +00:00
parent 8d3555ff43
commit 9308e71ada
3 changed files with 47 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (chown invocation): Fix synopsis:
group must always be preceded by separator.
"chown : file" and "chown '' file" don't change the owner or group.
Update the explanation of what happens to the set-user-ID or
set-group-ID bits, e.g., they sometimes are not cleared if they
denote mandatory locking. Change "find"-oriented examples to use
chown -h.
2004-08-18 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (printf invocation): Clarify how "printf" is