aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-027-14/+30
* This is a little gross: Linux and Apple need lots some cajoling to workKristaps Dzonsons2011-12-024-10/+32
* Use OpenBSD's endian functions. Make btree type also be endian-neutral.Kristaps Dzonsons2011-12-012-11/+7
* In apropos_db.c, move all btree reading (and safety checks) into theKristaps Dzonsons2011-12-012-32/+35
* Fix mandocdb(8) to pass over the type when pruning the database. ThisKristaps Dzonsons2011-12-012-31/+77
* Add whatis(1) to www and start version information.Kristaps Dzonsons2011-11-291-30/+27
* Note that mandocdb(8) record type is 64-bit and show all possible values.Kristaps Dzonsons2011-11-291-40/+52
* Snip some whitespace from apropos(1) and remove mandoc(1) ref fromKristaps Dzonsons2011-11-292-5/+4
* Make `-i' only apply to regular expressions. For the equality operatorKristaps Dzonsons2011-11-293-38/+23
* Add tables of matchable keys into apropos.1. Ok and with feedback byKristaps Dzonsons2011-11-291-6/+84
* chdir(2) to the right man page tree before parsing manuals;Ingo Schwarze2011-11-291-2/+18
* Backout -DUSE_MANPATH that sneaked in;Ingo Schwarze2011-11-281-2/+2
* Tweak whatis(1):Ingo Schwarze2011-11-283-11/+10
* Discuss the default behaviour up front before talking about optionsIngo Schwarze2011-11-281-38/+49
* Reimplement the global command line options -a and -vIngo Schwarze2011-11-271-27/+21
* Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze2011-11-273-3/+6
* Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze2011-11-271-31/+206
* Get us a whatis(1) mode for apropos(1).Kristaps Dzonsons2011-11-274-12/+179
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-274-113/+99
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-266-61/+68
* Rename manup(8) to catman(8), which Linux already uses for a similar tool.Kristaps Dzonsons2011-11-262-6/+6
* Store page titles in the correct case, and by default, onlyIngo Schwarze2011-11-262-41/+204
* I say that mandocdb(8) uses "man(1)'s method", but it doesn't. It just usesKristaps Dzonsons2011-11-241-2/+2
* 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-28/+91
* Have manup(8) put relative paths in its output man.conf. This lets usKristaps Dzonsons2011-11-241-3/+18
* Allow man.conf file to be assignable.Kristaps Dzonsons2011-11-242-6/+6
* Export the manpath_manconf() function, slightly reorderng manpath.c whileKristaps Dzonsons2011-11-242-15/+23
* 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-1/+7
* Fix whitespace in manuals.Kristaps Dzonsons2011-11-232-7/+6
* man.cgi works for the non-jailed case.Kristaps Dzonsons2011-11-231-81/+422
* 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-8/+14
* Have mandocdb(8) take advantage of manpath.h.Kristaps Dzonsons2011-11-232-8/+35
* Have apropos(1) take advantage of manpath.h instead of doing the workKristaps Dzonsons2011-11-231-134/+5
* 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-4/+4
* Update historical record to be historical and not made-up. Data fromKristaps Dzonsons2011-11-211-9/+17
* Initial support for man.conf/makepath(1).Kristaps Dzonsons2011-11-203-13/+110
* Clarify some behaviour, bringing schwarze@'s patch and mine closer togetherKristaps Dzonsons2011-11-203-56/+53
* Ooops... tiny type error slipped in.Kristaps Dzonsons2011-11-201-2/+2
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-204-86/+191
* Fix white-space in apropos_db.c to make merging cleaner.Kristaps Dzonsons2011-11-201-40/+40
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-204-60/+118
* Improve misleading comment:Ingo Schwarze2011-11-191-2/+6
* Fix condition. Not enough tea.Joerg Sonnenberger2011-11-181-2/+2
* Don't depend on snprintf to handle NULL strings. Deal with missing date.Joerg Sonnenberger2011-11-181-3/+5
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-5/+7
* Slightly adjust last: return successful as some times the correct errorJoerg Sonnenberger2011-11-181-2/+2