<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/man, branch v7.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-03-18T11:40:07Z</updated>
<entry>
<title>maint: normalize leading-TAB indentation in Makefiles</title>
<updated>2009-03-18T11:40:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-18T11:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e6d2d9479495dff8520e577c221d5195eb9bb48b'/>
<id>urn:sha1:e6d2d9479495dff8520e577c221d5195eb9bb48b</id>
<content type='text'>
* maint.mk (sc_makefile_TAB_only_indentation): New rule.
Replace each TAB+8-space sequence with two TABs.
* man/Makefile.am: Likewise.
* build-aux/check.mk: Likewise.
I used this command (run it more than once, if needed):
t=$'\t'; git grep -l -E "$t {8}"|grep -E 'Makefile|\.mk$' \
| xargs perl -pi -e 's/\t {8}/\t\t/'
</content>
</entry>
<entry>
<title>truncate: fix typo in man page</title>
<updated>2009-02-22T17:16:15Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@bugol.de</email>
</author>
<published>2009-02-22T15:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3a8d16800cd645113ae9f22461ee35b1cc897f72'/>
<id>urn:sha1:3a8d16800cd645113ae9f22461ee35b1cc897f72</id>
<content type='text'>
* man/truncate.x: Fix spelling.
* THANKS: Update.
</content>
</entry>
<entry>
<title>doc: id: make --help and .man more descriptive</title>
<updated>2009-02-15T09:17:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-14T08:09:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1eaacac3120f59bd90544d0f4257b87b0df324ee'/>
<id>urn:sha1:1eaacac3120f59bd90544d0f4257b87b0df324ee</id>
<content type='text'>
* src/id.c (usage): Improve description, based on a suggestion
from Brian M. Carlson in http://bugs.debian.org/514675
* man/id.x: Use a better one-liner, based on the one at top of id.c.
</content>
</entry>
<entry>
<title>doc: preserve --help line breaks in 'REPORTING BUGS' man page section</title>
<updated>2009-02-02T08:37:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-02-01T19:29:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e3e9713fad1cdd2ffc6334c180181cae3ae25df2'/>
<id>urn:sha1:e3e9713fad1cdd2ffc6334c180181cae3ae25df2</id>
<content type='text'>
* man/help2man: Insert .br between adjacent lines.
</content>
</entry>
<entry>
<title>doc: ensure that emit_bug_reporting_address changes propagate to *.1</title>
<updated>2009-01-27T19:20:07Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-01-27T18:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ddf56e0440d385dd4d3ffcb37a5bba869722d696'/>
<id>urn:sha1:ddf56e0440d385dd4d3ffcb37a5bba869722d696</id>
<content type='text'>
* man/Makefile.am ($(MAN)): Depend on system.h.
</content>
</entry>
<entry>
<title>doc: restore "REPORTING BUGS" section to generated man pages</title>
<updated>2009-01-27T18:17:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-01-27T18:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2fbee63cc9088cfc3010cefe61c831016eaea2d5'/>
<id>urn:sha1:2fbee63cc9088cfc3010cefe61c831016eaea2d5</id>
<content type='text'>
* man/help2man ($PAT_BUGS): Update regexp to match the newer
"Report PROG bugs ..." --help output, as well as "Report bugs...".
Reported by Eric Blake.
</content>
</entry>
<entry>
<title>doc: Remove curly quotes from shell examples in man pages</title>
<updated>2008-12-17T10:47:23Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2008-12-17T10:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4000c35ae3546aca05ece49ffa01ba2a763000b0'/>
<id>urn:sha1:4000c35ae3546aca05ece49ffa01ba2a763000b0</id>
<content type='text'>
Use \(aq rather than a literal ' as groff will convert apostrophe
to a right quote (\u2029) in utf8 locales for example.
Stepan Kasal details the issue and fix here:
http://lists.gnu.org/archive/html/bug-coreutils/2008-12/msg00124.html
</content>
</entry>
<entry>
<title>various VPATH-related fixes</title>
<updated>2008-09-14T15:42:48Z</updated>
<author>
<name>Ralf Wildenhues</name>
<email>Ralf.Wildenhues@gmx.de</email>
</author>
<published>2008-09-12T19:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e10e4b669715aa2ca8059987c9ae08b2a1ad7a14'/>
<id>urn:sha1:e10e4b669715aa2ca8059987c9ae08b2a1ad7a14</id>
<content type='text'>
* maint.mk (VC_LIST): Prepend '$(srcdir)/'.
(patch-check): Fix to make it work with a VPATH build.
* src/Makefile.am (sc_tight_scope): Likewise.
* man/Makefile.am (.x.1): Do not make outputs unwritable.
</content>
</entry>
<entry>
<title>Add new program: truncate</title>
<updated>2008-06-06T12:16:45Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2008-03-28T22:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=75e0047c4b916393b6be3cb985c4c4d4a2d1a836'/>
<id>urn:sha1:75e0047c4b916393b6be3cb985c4c4d4a2d1a836</id>
<content type='text'>
* AUTHORS: Register as the author
* NEWS: Mention this change
* README: Add truncate command to list
* src/truncate.c: New command
* src/Makefile.am: Add truncate command to list to build
* src/.gitignore: Add truncate binary to list to ignore
* doc/coreutils.texi (truncate invocation): Add truncate info
* man/Makefile.am: Add truncate man page to list to build
* man/truncate.x: Add truncate man page template
* po/POTFILES.in: Add truncate to list to translate
* tests/Makefile.am: Add truncate tests
* tests/misc/help-version: Add support for new truncate command
* tests/misc/truncate-dangling-symlink: check dangling link ok
* tests/misc/truncate-dir-fail: ensure dirs fail
* tests/misc/truncate-fail-diag: validate messages for missing paths
* tests/misc/truncate-fifo: ensure fifos ignored
* tests/misc/truncate-no-create-missing: ensure -c option honoured
* tests/misc/truncate-overflow: check signed integer overflows
* tests/misc/truncate-owned-by-other: root permissions check
* tests/misc/truncate-parameters: check invalid parameter combinations
* tests/misc/truncate-relative: check invalid relative sizes
</content>
</entry>
<entry>
<title>new program: timeout</title>
<updated>2008-06-02T12:40:26Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2008-03-28T11:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=265c4b83a81c643f3359be926ef8034f28f321ed'/>
<id>urn:sha1:265c4b83a81c643f3359be926ef8034f28f321ed</id>
<content type='text'>
* AUTHORS: Register as the author.
* NEWS: Mention this change.
* README: Add timeout command to list.
* src/timeout.c: New file.
* src/kill.c (operand2sig): Move function to its own file,
now that timeout.c will also use it.
* src/operand2sig.c (operand2sig): New file, extracted from kill.c.
* src/operand2sig.h (operand2sig): Declare.
* src/Makefile.am (EXTRA_PROGRAMS): Add timeout.
* src/.gitignore: Add timeout binary to list to ignore.
* doc/coreutils.texi (timeout invocation): Add timeout info.
(Signal specifications): New section, also referenced by kill.
* man/Makefile.am (timeout.1): Add dependency.
* man/timeout.x: New file.
* po/POTFILES.in: Add timeout.c and operand2sig.c to list to translate.
* tests/Makefile.am (TESTS): Add the two new tests.
* tests/misc/help-version: Add support for new timeout command.
* tests/misc/invalid-opt: Add support for new timeout command.
* tests/misc/timeout: New file: check basic timeout operation.
* tests/misc/timeout-parameters: New file: check invalid parameter
combinations.
</content>
</entry>
</feed>
