aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Kick out "summary" attribute, which isn't HTML5.Kristaps Dzonsons2014-09-274-19/+12
* Kick out two attibutes we don't use any more in HTML5.Kristaps Dzonsons2014-09-272-6/+2
* First, add space for default styling for HTML5 (non-fragment) output.Kristaps Dzonsons2014-09-274-16/+19
* First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier.Kristaps Dzonsons2014-09-272-40/+8
* simplify handling of .An -[no]split for terminal output:Ingo Schwarze2014-09-172-49/+20
* implement .An -[no]split for -ThtmlIngo Schwarze2014-09-172-5/+31
* Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks.Ingo Schwarze2014-09-171-3/+3
* Support backslash-escaping of white space in the query expression,Ingo Schwarze2014-09-142-36/+41
* warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze2014-09-124-6/+38
* document new SEE ALSO .Xr warningsIngo Schwarze2014-09-122-5/+21
* warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze2014-09-113-3/+72
* If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze2014-09-091-12/+16
* warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze2014-09-074-13/+52
* Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze2014-09-071-3/+3
* fix debugging outputIngo Schwarze2014-09-071-2/+2
* always use the right buffer, and fix one evil typoIngo Schwarze2014-09-071-2/+5
* Parse and ignore the .pl (page length) request;Ingo Schwarze2014-09-072-3/+10
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-072-13/+12
* Simplify by handling empty request lines at the one logical placeIngo Schwarze2014-09-064-35/+17
* Move main format autodetection from the parser dispatcher to theIngo Schwarze2014-09-063-31/+63
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-035-75/+210
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-035-24/+44
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-038-53/+89
* When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze2014-09-011-1/+8
* In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze2014-09-013-6/+10
* Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze2014-08-304-21/+110
* On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity.Ingo Schwarze2014-08-282-3/+7
* Support .St -susv1 and .St -susv4. Illumos wants to use this,Ingo Schwarze2014-08-282-5/+11
* I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze2014-08-281-6/+1
* Sync section titles with OpenBSD.Ingo Schwarze2014-08-262-10/+10
* When support for bold italic font was added to the parsers and to theIngo Schwarze2014-08-241-36/+140
* without search results, skip the processing loops and the parserIngo Schwarze2014-08-231-1/+9
* do not leak a file descriptor on fdopen(3) failure; from doug@Ingo Schwarze2014-08-231-1/+3
* Let man(1) display preformatted manuals by simply reading themIngo Schwarze2014-08-231-20/+56
* implement man(1) quirk: section argument without -sIngo Schwarze2014-08-221-1/+17
* typo; noticed by jmc@ some time agoIngo Schwarze2014-08-221-3/+3
* implement MANPAGER and PAGERIngo Schwarze2014-08-223-14/+79
* mandoc -a, man, apropos -a, whatis -a now paginate by defaultIngo Schwarze2014-08-223-10/+88
* Bugfix: make whatis(1) case-insensitive again.Ingo Schwarze2014-08-211-1/+2
* limit CGI process execution time to make REDoS attacks less effective;Ingo Schwarze2014-08-211-1/+15
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-214-26/+30
* man -I -O -T -W now work, tooIngo Schwarze2014-08-211-1/+9
* Describe the new options -afkw.Ingo Schwarze2014-08-211-8/+43
* Complete the whatis.1 -> apropos.1 merge,Ingo Schwarze2014-08-211-8/+26
* * remove pointless separate -f and -k synopses, they take almost all argsIngo Schwarze2014-08-211-50/+17
* Now that we have man(1) functionality, add a man(1) manual page.Ingo Schwarze2014-08-213-4/+402
* Implement classic man(1) output mode showing only one manual evenIngo Schwarze2014-08-211-8/+69
* Parse the new -a, -i, and -w options.Ingo Schwarze2014-08-201-5/+44
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-2/+2
* libroff depends on libmandoc and so libmandoc should be included first;Ingo Schwarze2014-08-191-2/+2