summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order.Ingo Schwarze2017-04-172-25/+56
* adjust tests to recent .Lk improvementsIngo Schwarze2017-04-176-8/+20
* implement display of long .Lk URIs to match -TasciiIngo Schwarze2017-04-171-4/+57
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-175-20/+55
* Show long .Lk URIs in like an indented display, similar to groff.Ingo Schwarze2017-04-141-0/+10
* Do not make the colon after the .Lk link text italic.Ingo Schwarze2017-04-142-2/+2
* delete documentation of some stuff that no longer exists,Ingo Schwarze2017-03-302-121/+13
* simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze2017-03-274-20/+12
* For some options that are rarely needed in mandoc(1),Ingo Schwarze2017-03-271-14/+4
* Simplify: mention at one place that -fkl override each other,Ingo Schwarze2017-03-273-42/+11
* For some options that are rarely needed in apropos(1) and man(1),Ingo Schwarze2017-03-252-91/+10
* simplify description of -S and -w, point from EXIT STATUSIngo Schwarze2017-03-221-11/+6
* simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze2017-03-211-1/+1
* delete documentation of a hack that was removed years agoIngo Schwarze2017-03-211-7/+1
* Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze2017-03-202-74/+36
* minor issues found with mandoc -TlintIngo Schwarze2017-03-183-4/+4
* Correct description of MANPATH, and a few more improvementsIngo Schwarze2017-03-184-26/+73
* Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze2017-03-183-16/+11
* Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze2017-03-181-1/+2
* Document man(1) section selection priority,Ingo Schwarze2017-03-172-3/+28
* Update HISTORY and AUTHORS: we no longer use SQLite.Ingo Schwarze2017-03-171-6/+7
* Fix regression in mdoc_html.c 1.275, man_html 1.134:Ingo Schwarze2017-03-172-4/+8
* In URIs in apropos(1) result tables,Ingo Schwarze2017-03-151-3/+6
* Mention the manual page name and section in the HTML page <title>.Ingo Schwarze2017-03-152-35/+55
* Minimal support for deep linking into man(7) pages.Ingo Schwarze2017-03-155-35/+76
* It's annoying that people keep writing URIs including redundant partsIngo Schwarze2017-03-152-3/+43
* Slightly increase widths calculated from string lengths (mainlyIngo Schwarze2017-03-142-1/+4
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-132-10/+85
* Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze2017-03-133-47/+59
* test infinite recursion in eqn(7) "define" statementsIngo Schwarze2017-03-114-2/+51
* Improve detection of recursive eqn(7) "define" statements:Ingo Schwarze2017-03-111-2/+7
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-115-29/+56
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-0925-24/+7
* Fix blunder in previous: we must keep the line parse bufferIngo Schwarze2017-03-091-0/+2
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-0846-55/+46
* Document that -T markdown produces ASCII output, and the impliedIngo Schwarze2017-03-081-0/+10
* The CommonMark specification wants that opening parenthesesIngo Schwarze2017-03-081-9/+2
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-086-5/+9
* The CommonMark specification allows list markers fo the form "number) "Ingo Schwarze2017-03-081-1/+1
* Do not increment .Bl -enum list markers beyond two digits.Ingo Schwarze2017-03-081-1/+3
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-084-2/+99
* add two result files that were forgottenIngo Schwarze2017-03-082-0/+63
* enable -T markdown tests of filled displays and tagged listsIngo Schwarze2017-03-0833-6/+1211
* Add a blank after ">" when quoting.Ingo Schwarze2017-03-081-1/+7
* prevent infinite recursion while expanding the argumentsIngo Schwarze2017-03-084-3/+23
* If a user-defined macro is aborted because it exceeds the stackIngo Schwarze2017-03-075-10/+43
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-072-12/+23
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-073-9/+40
* fix spacing after empty .FlIngo Schwarze2017-03-073-3/+13
* implement .An -split and -nosplitIngo Schwarze2017-03-075-2/+95