aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/catman
Commit message (Collapse)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
| | | | Notes: svn path=/head/; revision=146466
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Look into machine-specific manpage subdirectories too.Ruslan Ermilov2004-12-222-4/+18
| | | | | | | | PR: bin/72243 MFC after: 3 weeks Notes: svn path=/head/; revision=139185
* Fixed the only warning and mark as WARNS=6 clean.Ruslan Ermilov2004-12-222-1/+3
| | | | Notes: svn path=/head/; revision=139183
* - Fixed handling of manpage subdirectories:Ruslan Ermilov2004-12-221-20/+12
| | | | | | | | | | | | | catman /usr/share/man/man8 cd /usr/share/man; catman man8 - Don't print false warnings about invalid cat pages which are machine-specific cat page subdirectories (visible with -v). - Fixed one memory leak. Notes: svn path=/head/; revision=139182
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov2003-06-101-2/+2
| | | | Notes: svn path=/head/; revision=116137
* Use setlocale & nl_langinfo to parse locale nameAndrey A. Chernov2003-06-101-12/+12
| | | | Notes: svn path=/head/; revision=116136
* Remove deprecated locale namesAndrey A. Chernov2003-06-101-2/+0
| | | | Notes: svn path=/head/; revision=116135
* Fixed catman(1) so that if the source files are compressed,Ruslan Ermilov2003-05-211-6/+8
| | | | | | | | | | | | | the preformatted files are compressed with the same program as the source, and if the source files are uncompressed, the preformatted files are also uncompressed. PR: bin/52213 Submitted by: Krister Joas <krister@gazonk.net>, ru Approved by: re (jhb) Notes: svn path=/head/; revision=115207
* mdoc(7) police: sort xrefs in SEE ALSO.Ruslan Ermilov2002-12-131-1/+1
| | | | Notes: svn path=/head/; revision=107826
* Mostly support alternate manpage zipping.David E. O'Brien2002-10-291-16/+35
| | | | Notes: svn path=/head/; revision=106120
* Revert last delta. SGR support in grotty(1) is disabled system-wideRuslan Ermilov2002-10-181-1/+1
| | | | | | | in /usr/share/tmac/troffrc pending the issue resolution on -arch. Notes: svn path=/head/; revision=105388
* Groff 1.18.1 comes in with ANSI color support, enabled by default.Ruslan Ermilov2002-10-111-1/+1
| | | | | | | | | | | | | | | | | In "nroff" mode, italic font renders as an underlined text, which makes it indistinguishable from the bold text on color monitors (cons25 terminal type), yet it requires the less(1)'s -R option. (Refer to the new grotty(1) manpage for details.) So turn off the color support for now (when generating catpages), until we figure out what do we do with this new feature. I have a patch for grotty(1) that tells it to use the "reverse video" attribute to render the italic font. Once this is accepted, we can turn color support back on (if there won't be any objections from the community). Notes: svn path=/head/; revision=104874
* No need to declare optind as an external int.David Malone2002-09-041-1/+0
| | | | Notes: svn path=/head/; revision=102941
* mdoc(7) police: tidy up.Ruslan Ermilov2002-05-301-12/+12
| | | | Notes: svn path=/head/; revision=97598
* Add C rewrites of catman and makewhatis. These aren't quite asMark Murray2002-05-183-0/+892
the submitter supplied them, as I did some WARNS=n fixups (mostly const-ification). Submitted by: John Rochester <john@jrochester.org> Notes: svn path=/head/; revision=96845