<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/doc/coreutils.texi, branch v6.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-08-09T21:16:28Z</updated>
<entry>
<title>Warn about oflag=append without conv=notrunc.</title>
<updated>2006-08-09T21:16:28Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-09T21:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d24265f9659d21c8e89f1f21cf3b774c7c120afe'/>
<id>urn:sha1:d24265f9659d21c8e89f1f21cf3b774c7c120afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(shuf invocation, Random sources): New sections.</title>
<updated>2006-08-08T22:11:49Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-08T22:11:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0d9807440368af42a310f7db555773022c2faa0a'/>
<id>urn:sha1:0d9807440368af42a310f7db555773022c2faa0a</id>
<content type='text'>
(Operating on sorted files): Add shuf.
(sort invocation, shred invocation): New option --random-source.
(sort invocation): Fix typo: -R -&gt; -r.
</content>
</entry>
<entry>
<title>(install invocation, mkdir invocation):</title>
<updated>2006-07-28T07:20:28Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-28T07:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=82e0ce4d8b4487f757b4326c8314b071ec81e893'/>
<id>urn:sha1:82e0ce4d8b4487f757b4326c8314b071ec81e893</id>
<content type='text'>
Add cross-references to Directory Setuid and Setgid.
(install-invocation): The default mode is no longer equivalent to 755.
</content>
</entry>
<entry>
<title>* src/ls.c (print_color_indicator): Test for S_IFREG first, rather</title>
<updated>2006-07-26T14:06:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-07-26T14:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d2c6ae7fbc6c26e45fe33882c673897602afc0d2'/>
<id>urn:sha1:d2c6ae7fbc6c26e45fe33882c673897602afc0d2</id>
<content type='text'>
than having the code test for all of the other types first.
Hoist the set-uid/gid-testing code "up" into this new block.
Classify any other type of file (e.g., S_TYPEISSHM, etc.) as
C_ORPHAN, not as C_FILE.

* doc/coreutils.texi (What information is listed): Mention that missing
pieces of information are marked with "?".  From Paul Eggert.
</content>
</entry>
<entry>
<title>(Mode Structure, Symbolic Modes, Numeric Modes): Be more careful</title>
<updated>2006-07-23T01:26:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-23T01:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bdcc26e24bb7295b35b304bdcdd015908e13c139'/>
<id>urn:sha1:bdcc26e24bb7295b35b304bdcdd015908e13c139</id>
<content type='text'>
about distinguishing file mode bits from permissions bits,
and about execute versus search permission.  The FreeBSD command
is chflags, not chrflags.
</content>
</entry>
<entry>
<title>(What information is listed): Clarify that the restricted deletion</title>
<updated>2006-07-22T23:41:43Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-22T23:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e27208b63507c2100c480d89614ab83cce9e1692'/>
<id>urn:sha1:e27208b63507c2100c480d89614ab83cce9e1692</id>
<content type='text'>
flag is another name for the sticky bit.
</content>
</entry>
<entry>
<title>Change GNU to @acronym{GNU} in a few places.</title>
<updated>2006-07-17T03:06:03Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-17T03:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3a10b32994fe35f00dcbc343c39f97f12de82c84'/>
<id>urn:sha1:3a10b32994fe35f00dcbc343c39f97f12de82c84</id>
<content type='text'>
Use "set-user-ID" and "set-group-ID" a bit more consistently.
Use "appropriate privileges" rather than "super-user" a bit
more consistently.
(install invocation): Parent directories are now 755 without uid
or gid changing.  The default mode is now 0755, not 755.
(mkdir invocation): Rewrite the top-level usage description, since
I couldn't easily follow the old one.  It's now 3 lines not 8.
For -m, describe file permission bits versus other bits, and note
that mkdir is atomic if you don't mention special bits.
(chmod invocation): Mention what chmod does to setgid and setuid bits.
</content>
</entry>
<entry>
<title>* coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers</title>
<updated>2006-07-08T06:03:50Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-07-08T06:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=24ec8f28bbf7a0046eb2abf8a23066c22df539af'/>
<id>urn:sha1:24ec8f28bbf7a0046eb2abf8a23066c22df539af</id>
<content type='text'>
don't complain.
</content>
</entry>
<entry>
<title>* coreutils.texi: Fix some typos.  Use `zeros' consistently (both</title>
<updated>2006-07-08T05:28:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-07-08T05:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=38fbc11f7b09b82840464a0a279da6d7096a9866'/>
<id>urn:sha1:38fbc11f7b09b82840464a0a279da6d7096a9866</id>
<content type='text'>
`zeros' and `zeroes' are correct).
</content>
</entry>
<entry>
<title>(tail invocation): With no operand, 'tail -f' now</title>
<updated>2006-07-01T23:49:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-01T23:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0830b1b82aa96651e7194211a8992f976f8c2683'/>
<id>urn:sha1:0830b1b82aa96651e7194211a8992f976f8c2683</id>
<content type='text'>
silently ignores the '-f' only if standard input is a FIFO or pipe
and POSIXLY_CORRECT is set.
</content>
</entry>
</feed>
