summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze2011-11-271-30/+205
* Get us a whatis(1) mode for apropos(1).Kristaps Dzonsons2011-11-274-9/+176
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-274-110/+96
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-266-54/+61
* Rename manup(8) to catman(8), which Linux already uses for a similar tool.Kristaps Dzonsons2011-11-262-3/+3
* Store page titles in the correct case, and by default, onlyIngo Schwarze2011-11-262-38/+201
* I say that mandocdb(8) uses "man(1)'s method", but it doesn't. It just usesKristaps Dzonsons2011-11-241-1/+1
* Make a small manual for how to run man.cgi.Kristaps Dzonsons2011-11-242-0/+79
* Let man.cgi run in two modes:Kristaps Dzonsons2011-11-241-27/+90
* Have manup(8) put relative paths in its output man.conf. This lets usKristaps Dzonsons2011-11-241-2/+17
* Allow man.conf file to be assignable.Kristaps Dzonsons2011-11-242-4/+4
* Export the manpath_manconf() function, slightly reorderng manpath.c whileKristaps Dzonsons2011-11-242-13/+21
* Add manup(8). This runs through mandocdb(8) databases (in the same way thatKristaps Dzonsons2011-11-243-2/+635
* Add pkgsrc to downstream. Ok'd Thomas Klausner.Kristaps Dzonsons2011-11-231-0/+6
* Fix whitespace in manuals.Kristaps Dzonsons2011-11-232-3/+2
* man.cgi works for the non-jailed case.Kristaps Dzonsons2011-11-231-80/+421
* Adjust Makefile for manpath.{c,h} linking.Kristaps Dzonsons2011-11-231-11/+16
* Let apropos_db.h export the volume of manpages for a parsed record.Kristaps Dzonsons2011-11-232-6/+12
* Have mandocdb(8) take advantage of manpath.h.Kristaps Dzonsons2011-11-232-5/+32
* Have apropos(1) take advantage of manpath.h instead of doing the workKristaps Dzonsons2011-11-231-133/+4
* Support for Open/NetBSD's /etc/man.conf and others' manpath(1).Kristaps Dzonsons2011-11-232-0/+206
* typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com>Ingo Schwarze2011-11-231-2/+2
* Update historical record to be historical and not made-up. Data fromKristaps Dzonsons2011-11-211-7/+15
* Initial support for man.conf/makepath(1).Kristaps Dzonsons2011-11-203-11/+108
* Clarify some behaviour, bringing schwarze@'s patch and mine closer togetherKristaps Dzonsons2011-11-203-53/+50
* Ooops... tiny type error slipped in.Kristaps Dzonsons2011-11-201-1/+1
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-204-81/+186
* Fix white-space in apropos_db.c to make merging cleaner.Kristaps Dzonsons2011-11-201-39/+39
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-204-56/+114
* Improve misleading comment:Ingo Schwarze2011-11-191-1/+5
* Fix condition. Not enough tea.Joerg Sonnenberger2011-11-181-1/+1
* Don't depend on snprintf to handle NULL strings. Deal with missing date.Joerg Sonnenberger2011-11-181-2/+4
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-4/+6
* Slightly adjust last: return successful as some times the correct errorJoerg Sonnenberger2011-11-181-1/+1
* Convert an assert into an explicit check. man_unscope can be triggeredJoerg Sonnenberger2011-11-181-1/+2
* Bail out explicitly on invalid .Rs content like:Joerg Sonnenberger2011-11-181-0/+4
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-184-197/+450
* using undefined macros or strings should define them to be emptyIngo Schwarze2011-11-171-0/+3
* Guard mandocdb.h inclusion.Kristaps Dzonsons2011-11-171-0/+4
* Correctly handle constructs likeJoerg Sonnenberger2011-11-161-2/+7
* Add lots of information about special characters that's actually neededIngo Schwarze2011-11-141-40/+175
* Have exprcomp() accept a string instead of an array-pointer. Also, collapseKristaps Dzonsons2011-11-143-9/+36
* Make the man(7) page footer the same as in groff.Ingo Schwarze2011-11-131-9/+16
* typo: overful -> overfull; thanks to jmc@Ingo Schwarze2011-11-131-1/+1
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-135-23/+38
* Rewrite the expression parser for a more concise syntax:Ingo Schwarze2011-11-133-65/+54
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-136-69/+74
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-135-9/+9
* another detail to implement;Ingo Schwarze2011-11-131-0/+3
* Fix two crashes that occur when walking very large (i.e. real-world) trees:Ingo Schwarze2011-11-131-4/+4