| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Snip some whitespace from apropos(1) and remove mandoc(1) ref from | Kristaps Dzonsons | 2011-11-29 | 2 | -2/+1 |
* | Make `-i' only apply to regular expressions. For the equality operator | Kristaps Dzonsons | 2011-11-29 | 3 | -35/+20 |
* | Add tables of matchable keys into apropos.1. Ok and with feedback by | Kristaps Dzonsons | 2011-11-29 | 1 | -4/+82 |
* | chdir(2) to the right man page tree before parsing manuals; | Ingo Schwarze | 2011-11-29 | 1 | -1/+17 |
* | Backout -DUSE_MANPATH that sneaked in; | Ingo Schwarze | 2011-11-28 | 1 | -2/+2 |
* | Tweak whatis(1): | Ingo Schwarze | 2011-11-28 | 3 | -7/+6 |
* | Discuss the default behaviour up front before talking about options | Ingo Schwarze | 2011-11-28 | 1 | -36/+47 |
* | Reimplement the global command line options -a and -v | Ingo Schwarze | 2011-11-27 | 1 | -26/+20 |
* | Save the manual type (mdoc, man, or cat) in the index file | Ingo Schwarze | 2011-11-27 | 3 | -0/+3 |
* | Rudimentary handling of formatted manuals ("cat pages"). | Ingo Schwarze | 2011-11-27 | 1 | -30/+205 |
* | Get us a whatis(1) mode for apropos(1). | Kristaps Dzonsons | 2011-11-27 | 4 | -9/+176 |
* | Removing INSECURE mode. This is a work in progress! Logic for | Kristaps Dzonsons | 2011-11-27 | 4 | -110/+96 |
* | Sync to OpenBSD, mostly gratuitous and whitespace differences, | Ingo Schwarze | 2011-11-26 | 6 | -54/+61 |
* | Rename manup(8) to catman(8), which Linux already uses for a similar tool. | Kristaps Dzonsons | 2011-11-26 | 2 | -3/+3 |
* | Store page titles in the correct case, and by default, only | Ingo Schwarze | 2011-11-26 | 2 | -38/+201 |
* | I say that mandocdb(8) uses "man(1)'s method", but it doesn't. It just uses | Kristaps Dzonsons | 2011-11-24 | 1 | -1/+1 |
* | Make a small manual for how to run man.cgi. | Kristaps Dzonsons | 2011-11-24 | 2 | -0/+79 |
* | Let man.cgi run in two modes: | Kristaps Dzonsons | 2011-11-24 | 1 | -27/+90 |
* | Have manup(8) put relative paths in its output man.conf. This lets us | Kristaps Dzonsons | 2011-11-24 | 1 | -2/+17 |
* | Allow man.conf file to be assignable. | Kristaps Dzonsons | 2011-11-24 | 2 | -4/+4 |
* | Export the manpath_manconf() function, slightly reorderng manpath.c while | Kristaps Dzonsons | 2011-11-24 | 2 | -13/+21 |
* | Add manup(8). This runs through mandocdb(8) databases (in the same way that | Kristaps Dzonsons | 2011-11-24 | 3 | -2/+635 |
* | Add pkgsrc to downstream. Ok'd Thomas Klausner. | Kristaps Dzonsons | 2011-11-23 | 1 | -0/+6 |
* | Fix whitespace in manuals. | Kristaps Dzonsons | 2011-11-23 | 2 | -3/+2 |
* | man.cgi works for the non-jailed case. | Kristaps Dzonsons | 2011-11-23 | 1 | -80/+421 |
* | Adjust Makefile for manpath.{c,h} linking. | Kristaps Dzonsons | 2011-11-23 | 1 | -11/+16 |
* | Let apropos_db.h export the volume of manpages for a parsed record. | Kristaps Dzonsons | 2011-11-23 | 2 | -6/+12 |
* | Have mandocdb(8) take advantage of manpath.h. | Kristaps Dzonsons | 2011-11-23 | 2 | -5/+32 |
* | Have apropos(1) take advantage of manpath.h instead of doing the work | Kristaps Dzonsons | 2011-11-23 | 1 | -133/+4 |
* | Support for Open/NetBSD's /etc/man.conf and others' manpath(1). | Kristaps Dzonsons | 2011-11-23 | 2 | -0/+206 |
* | typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com> | Ingo Schwarze | 2011-11-23 | 1 | -2/+2 |
* | Update historical record to be historical and not made-up. Data from | Kristaps Dzonsons | 2011-11-21 | 1 | -7/+15 |
* | Initial support for man.conf/makepath(1). | Kristaps Dzonsons | 2011-11-20 | 3 | -11/+108 |
* | Clarify some behaviour, bringing schwarze@'s patch and mine closer together | Kristaps Dzonsons | 2011-11-20 | 3 | -53/+50 |
* | Ooops... tiny type error slipped in. | Kristaps Dzonsons | 2011-11-20 | 1 | -1/+1 |
* | Integrate a moderately-patched version of schwarze@'s support for multiple | Kristaps Dzonsons | 2011-11-20 | 4 | -81/+186 |
* | Fix white-space in apropos_db.c to make merging cleaner. | Kristaps Dzonsons | 2011-11-20 | 1 | -39/+39 |
* | Merge schwarze@'s work for 64-bit types. This is based on a tweaked patch | Kristaps Dzonsons | 2011-11-20 | 4 | -56/+114 |
* | Improve misleading comment: | Ingo Schwarze | 2011-11-19 | 1 | -1/+5 |
* | Fix condition. Not enough tea. | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Don't depend on snprintf to handle NULL strings. Deal with missing date. | Joerg Sonnenberger | 2011-11-18 | 1 | -2/+4 |
* | Don't crash if the date can't be extracted. Don't depend on snprintf | Joerg Sonnenberger | 2011-11-18 | 1 | -4/+6 |
* | Slightly adjust last: return successful as some times the correct error | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+1 |
* | Convert an assert into an explicit check. man_unscope can be triggered | Joerg Sonnenberger | 2011-11-18 | 1 | -1/+2 |
* | Bail out explicitly on invalid .Rs content like: | Joerg Sonnenberger | 2011-11-18 | 1 | -0/+4 |
* | Evaluation with logical subexpressions. This allows support for arbitrary, | Kristaps Dzonsons | 2011-11-18 | 4 | -197/+450 |
* | using undefined macros or strings should define them to be empty | Ingo Schwarze | 2011-11-17 | 1 | -0/+3 |
* | Guard mandocdb.h inclusion. | Kristaps Dzonsons | 2011-11-17 | 1 | -0/+4 |
* | Correctly handle constructs like | Joerg Sonnenberger | 2011-11-16 | 1 | -2/+7 |
* | Add lots of information about special characters that's actually needed | Ingo Schwarze | 2011-11-14 | 1 | -40/+175 |