summaryrefslogtreecommitdiff
path: root/man/help2man
AgeCommit message (Collapse)Author
2009-02-02doc: preserve --help line breaks in 'REPORTING BUGS' man page sectionJim Meyering
* man/help2man: Insert .br between adjacent lines.
2009-01-27doc: restore "REPORTING BUGS" section to generated man pagesJim Meyering
* man/help2man ($PAT_BUGS): Update regexp to match the newer "Report PROG bugs ..." --help output, as well as "Report bugs...". Reported by Eric Blake.
2008-12-17doc: Remove curly quotes from shell examples in man pagesPádraig Brady
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
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering
adjust spelling in that same comment: s/localisation/localization/
2008-05-06help2man: fix perl 5.10 problem properlyJim Meyering
* man/help2man: Do pull LC_ALL via "use POSIX". Instead, limit the importing of gettext-related symbols to just those two we'll use: gettext and textdomain.
2008-05-05help2man: avoid failure with Debian unstable's Perl 5.10.0Jim Meyering
Avoid failure that produced this diagnostic: Constant subroutine main::LC_ALL redefined at /.../Exporter.pm * man/help2man: Don't include LC_ALL in the "use POSIX" list, since Locale::gettext->import will get it.
2008-01-26Emit "info coreutils 'PROG invocation'" into the man page,Jim Meyering
rather than just "info PROG". The latter would often fail or simply display the man page. * man/help2man: Change the template. Prompted by http://bugs.debian.org/399684
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2004-11-25remove SPACEs before TABsJim Meyering
2004-11-25Import help2man-1.35.1.Jim Meyering
2004-11-14Backslash-escape `-'s in email addresses, so that they areJim Meyering
rendered properly in UTF-locales. (escape_hyphens): New function. (main): Call it on email addresses.
2004-04-20tweak --help outputJim Meyering
2004-04-20Accept new option: --program-name=NAME, so that weJim Meyering
can override the one in --version output. This is needed solely so that test.1 doesn't refer to `[' as the program name. Reported by Benjamin Cutler as http://bugs.debian.org/205251.
2004-01-22Fix it so using --info-page='coreutils PROG' works.Jim Meyering
2003-08-15Remove some SPACEs before TAB.Jim Meyering
2003-07-23Update to version 1.33.Jim Meyering
2003-07-08Add END handler to close STDOUT and check for errors.Jim Meyering
2003-07-08Update to version 1.29.Jim Meyering
2000-12-24Update to version 1.24.Jim Meyering
2000-11-06Update from latest version: 1.23.Jim Meyering
2000-07-11import 1.022Jim Meyering
2000-01-06Import version 1.020.Jim Meyering
1999-11-10import 1.019Jim Meyering
1999-11-02version 1.018Jim Meyering
1999-10-23import version 1.015Jim Meyering
1999-09-02import version 1.013Jim Meyering
1999-08-22Escape backslashes so tr's manual comes out right.Jim Meyering
Reported by Andreas Schwab.
1999-08-04.Jim Meyering
1999-07-10Import version 1.012.Jim Meyering
1999-07-10Import version 1.011.Jim Meyering
1999-03-24import 1.010Jim Meyering
1999-01-11import new versionJim Meyering
1998-12-11import version 1.006Jim Meyering
1998-10-06import 1.5bJim Meyering
1998-10-03Invoke program with --manhelp option only ifJim Meyering
--name=STRING not specified. Otherwise, this would fail with `yes'.
1998-09-09*** empty log message ***Jim Meyering