| Commit message (Expand) | Author | Age | Files | Lines |
* | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze | 2014-09-12 | 4 | -2/+34 |
* | document new SEE ALSO .Xr warnings | Ingo Schwarze | 2014-09-12 | 2 | -1/+17 |
* | warn about botched .Xr ordering and punctuation below SEE ALSO; | Ingo Schwarze | 2014-09-11 | 3 | -0/+69 |
* | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze | 2014-09-09 | 1 | -11/+15 |
* | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze | 2014-09-07 | 4 | -8/+47 |
* | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze | 2014-09-07 | 1 | -2/+2 |
* | fix debugging output | Ingo Schwarze | 2014-09-07 | 1 | -1/+1 |
* | always use the right buffer, and fix one evil typo | Ingo Schwarze | 2014-09-07 | 1 | -1/+4 |
* | Parse and ignore the .pl (page length) request; | Ingo Schwarze | 2014-09-07 | 2 | -0/+7 |
* | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze | 2014-09-07 | 2 | -11/+10 |
* | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | 2014-09-06 | 4 | -31/+13 |
* | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze | 2014-09-06 | 3 | -28/+60 |
* | Add *.gz support to apropos(1) -a, man(1), and even mandoc(1). | Ingo Schwarze | 2014-09-03 | 5 | -70/+205 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 5 | -19/+39 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 8 | -42/+78 |
* | When makewhatis(8) finds an .so link after the manual being pointed to | Ingo Schwarze | 2014-09-01 | 1 | -0/+7 |
* | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | 2014-09-01 | 3 | -3/+7 |
* | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze | 2014-08-30 | 4 | -14/+103 |
* | On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity. | Ingo Schwarze | 2014-08-28 | 2 | -2/+6 |
* | Support .St -susv1 and .St -susv4. Illumos wants to use this, | Ingo Schwarze | 2014-08-28 | 2 | -2/+8 |
* | I just noticed that -Tps writes "%%CreationDate:" headers. | Ingo Schwarze | 2014-08-28 | 1 | -5/+0 |
* | Sync section titles with OpenBSD. | Ingo Schwarze | 2014-08-26 | 2 | -8/+8 |
* | When support for bold italic font was added to the parsers and to the | Ingo Schwarze | 2014-08-24 | 1 | -35/+139 |
* | without search results, skip the processing loops and the parser | Ingo Schwarze | 2014-08-23 | 1 | -0/+8 |
* | do not leak a file descriptor on fdopen(3) failure; from doug@ | Ingo Schwarze | 2014-08-23 | 1 | -0/+2 |
* | Let man(1) display preformatted manuals by simply reading them | Ingo Schwarze | 2014-08-23 | 1 | -19/+55 |
* | implement man(1) quirk: section argument without -s | Ingo Schwarze | 2014-08-22 | 1 | -0/+16 |
* | typo; noticed by jmc@ some time ago | Ingo Schwarze | 2014-08-22 | 1 | -1/+1 |
* | implement MANPAGER and PAGER | Ingo Schwarze | 2014-08-22 | 3 | -11/+76 |
* | mandoc -a, man, apropos -a, whatis -a now paginate by default | Ingo Schwarze | 2014-08-22 | 3 | -5/+83 |
* | Bugfix: make whatis(1) case-insensitive again. | Ingo Schwarze | 2014-08-21 | 1 | -0/+1 |
* | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze | 2014-08-21 | 1 | -0/+14 |
* | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze | 2014-08-21 | 4 | -22/+26 |
* | man -I -O -T -W now work, too | Ingo Schwarze | 2014-08-21 | 1 | -0/+8 |
* | Describe the new options -afkw. | Ingo Schwarze | 2014-08-21 | 1 | -7/+42 |
* | Complete the whatis.1 -> apropos.1 merge, | Ingo Schwarze | 2014-08-21 | 1 | -6/+24 |
* | * remove pointless separate -f and -k synopses, they take almost all args | Ingo Schwarze | 2014-08-21 | 1 | -50/+17 |
* | Now that we have man(1) functionality, add a man(1) manual page. | Ingo Schwarze | 2014-08-21 | 3 | -2/+400 |
* | Implement classic man(1) output mode showing only one manual even | Ingo Schwarze | 2014-08-21 | 1 | -7/+68 |
* | Parse the new -a, -i, and -w options. | Ingo Schwarze | 2014-08-20 | 1 | -4/+43 |
* | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze | 2014-08-19 | 1 | -1/+1 |
* | libroff depends on libmandoc and so libmandoc should be included first; | Ingo Schwarze | 2014-08-19 | 1 | -1/+1 |
* | Control reading off the edge of our buffer in term_flushln(). | Kristaps Dzonsons | 2014-08-18 | 1 | -1/+1 |
* | When the first child of the node being validated gets deleted during | Ingo Schwarze | 2014-08-18 | 1 | -1/+12 |
* | Notes on CGI: installation (readying cgi.h) and future plans. | Kristaps Dzonsons | 2014-08-18 | 2 | -1/+15 |
* | Fix a corner case where \H<nil> (where <nil> is the \0 character) would | Kristaps Dzonsons | 2014-08-18 | 1 | -1/+2 |
* | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze | 2014-08-17 | 1 | -1/+1 |
* | typo; Steven Honeyman <stevenhoneyman at gmail dot com> | Ingo Schwarze | 2014-08-17 | 1 | -1/+1 |
* | Do not require getsubopt() to provide extern char *suboptarg. | Ingo Schwarze | 2014-08-17 | 3 | -15/+22 |
* | one forgotten #ifdef -> #if conversion | Ingo Schwarze | 2014-08-17 | 1 | -1/+2 |