<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/man, branch v9.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2023-01-01T14:50:15Z</updated>
<entry>
<title>maint: update all copyright year number ranges</title>
<updated>2023-01-01T14:50:15Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-01-01T14:50:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=01755d36e7389aef48f712193976205e7381115b'/>
<id>urn:sha1:01755d36e7389aef48f712193976205e7381115b</id>
<content type='text'>
Update to latest gnulib with new copyright year.
Run "make update-copyright" and then...

* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Manually update copyright year,
until we fully sync with gnulib at a later stage.
* tests/sample-test: Adjust to use the single most recent year.
</content>
</entry>
<entry>
<title>doc: basenc: reference from base{32,64} docs</title>
<updated>2022-10-26T11:50:11Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-10-26T11:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=468c4fb10d08c54823a42f7aa0d7fe7e9552b2c3'/>
<id>urn:sha1:468c4fb10d08c54823a42f7aa0d7fe7e9552b2c3</id>
<content type='text'>
* doc/coreutils.texi (base32 invocation): Reference basenc
to improve discoverability.
(base64 invocation): Likewise.
* man/base32.x: Likewise.
* man/base64.x: Likewise.
</content>
</entry>
<entry>
<title>doc: reference fmt(1) from fold(1)</title>
<updated>2022-07-30T12:06:56Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-07-30T12:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ab976f409096d0cd1455286473639f4647e9633c'/>
<id>urn:sha1:ab976f409096d0cd1455286473639f4647e9633c</id>
<content type='text'>
* man/fold.x: fold and fmt have overlapping functionality,
so reference fmt(1) from the lower level fold(1) utility.
</content>
</entry>
<entry>
<title>doc: test: clarify that -rwx don't just check perm bits</title>
<updated>2022-03-12T13:19:06Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-03-11T12:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aa53e73974d571d2ffaf9d3e6d74fc528aa4917f'/>
<id>urn:sha1:aa53e73974d571d2ffaf9d3e6d74fc528aa4917f</id>
<content type='text'>
* src/test.c (usage): State that -rwx is determined by
user access, rather than permission bits.
* doc/coreutils.texi (Access permission tests): Likewise.
* man/test.x [SEE ALSO]: access(2).
Fixes https://bugs.gnu.org/54338
</content>
</entry>
<entry>
<title>doc: env: fix man page reference of exec(2) to exec(3p)</title>
<updated>2022-02-15T17:07:22Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-02-14T22:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cee468f9c5aca9c09a6010a2c204fe466c229518'/>
<id>urn:sha1:cee468f9c5aca9c09a6010a2c204fe466c229518</id>
<content type='text'>
* man/env.x: Change exec() reference from section 2 to 3p.
</content>
</entry>
<entry>
<title>doc: use bold style for man page references</title>
<updated>2022-02-15T17:07:22Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-02-14T21:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=63228501e68875cc072bf479d491ec39ffa01ba3'/>
<id>urn:sha1:63228501e68875cc072bf479d491ec39ffa01ba3</id>
<content type='text'>
It's more common to use bold style than not,
for references to other man pages.
Ideally each man page renderer would highlight references,
but currently some rely on styles in the page itself.

* man/help2man: Implement a --bold-refs option that
will mark up references like "name(1)" with bold
style around the "name" component.
* man/local.mk: Pass --bold-refs to our help2man unless disabled.
* configure.ac: Add a --disable-bold-man-page-references option.
Addresses https://bugs.gnu.org/53977
</content>
</entry>
<entry>
<title>tr: mention multibyte problem in man page</title>
<updated>2022-02-14T20:16:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2022-02-14T20:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0b0f1965fba57f1c75d92e36ac3cbc0d58396810'/>
<id>urn:sha1:0b0f1965fba57f1c75d92e36ac3cbc0d58396810</id>
<content type='text'>
* man/tr.x: Document tr problem.
</content>
</entry>
<entry>
<title>doc: ls: reference dircolors(1) from --help</title>
<updated>2022-02-12T18:03:38Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-02-12T18:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dc689eba5710d9f607cb5f2bc2bfe944bb9042a0'/>
<id>urn:sha1:dc689eba5710d9f607cb5f2bc2bfe944bb9042a0</id>
<content type='text'>
* src/ls.c (usage): s/dircolors/dircolors(1)/.
* man/ls.x [SEE ALSO]: Reference dircolors(1).
Addresses https://bugs.gnu.org/53946
</content>
</entry>
<entry>
<title>maint: update all copyright year number ranges</title>
<updated>2022-01-02T16:15:55Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2022-01-02T15:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3067a9293af07ba2cf1ababe6b4482196717f806'/>
<id>urn:sha1:3067a9293af07ba2cf1ababe6b4482196717f806</id>
<content type='text'>
Run "make update-copyright" and then...

* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
* tests/sample-test: Adjust to use the single most recent year.
</content>
</entry>
<entry>
<title>doc: say that printf(1) is preferred over echo(1)</title>
<updated>2021-10-22T14:12:33Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-10-21T12:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f60a3981c31519d03fd2be19e006349ea00b4464'/>
<id>urn:sha1:f60a3981c31519d03fd2be19e006349ea00b4464</id>
<content type='text'>
* src/echo.c (usage): Say printf(1) is preferred
due to being more standard and robust.
* man/echo.x [SEE ALSO]: Reference printf(1).
* doc/coreutils.texi (echo invocation): Mention in the
summary that echo is not robust when outputting
any string, and that printf is preferred.
Also expand on the examples showing how to
output a single '-n' string.
Addresses https://bugs.gnu.org/51311
</content>
</entry>
</feed>
