summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support the "powerpc64" architecture name.schwarze2020-06-292-7/+8
* Manually tag the section option.schwarze2020-06-171-2/+3
* document -T html -O tag as implemented in main.c rev. 1.253schwarze2020-06-151-2/+19
* Support -T html -O tag by passing a file:// URI to the pager.schwarze2020-06-151-17/+24
* Fix a regression in rev. 1.238 (2019/07/26):otto2020-06-111-2/+2
* While we do not recommend the idiom ".Fl Fl long" for long optionsschwarze2020-04-261-2/+26
* provide a STYLE message when mandoc knows the file name and the extensionschwarze2020-04-247-16/+52
* In fragment identifiers, use ~%d for ordinal suffixes,schwarze2020-04-201-3/+4
* When .Bd, .D1, or .Dl is tagged, attach the permalinkschwarze2020-04-191-24/+41
* Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallschwarze2020-04-192-38/+49
* When a .Tg is attached to a paragraph, attach the permalinkschwarze2020-04-189-24/+72
* Use a separate node->tag attribute rather than abusing the node->stringschwarze2020-04-087-71/+68
* Separate the place to put the <a href> permalink (now markedschwarze2020-04-075-12/+115
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.schwarze2020-04-067-44/+113
* automatically tag .SH and .SS in man(7) terminal outputschwarze2020-04-042-4/+26
* Remove some stray argument names from function prototypes,schwarze2020-04-037-23/+37
* #include <stdint.h> because that is needed before #include <ohash.h>;schwarze2020-04-031-1/+2
* When the last file formatted yielded no tags, the tags file gotschwarze2020-04-026-85/+70
* Copy tagged strings before marking hyphens as breakable.schwarze2020-04-021-4/+8
* Just like we are already doing it in HTML output, automatically tagschwarze2020-04-012-27/+39
* Even though the HTML, man, markdown, PDF, PostScript, and tree formattersschwarze2020-03-281-13/+10
* When setting automatic tags, skip initial hyphens and minus signs,schwarze2020-03-211-3/+19
* The tag file always needs to be closed before starting the pager,schwarze2020-03-191-2/+3
* Properly reset the validation part of the tagging module between files.schwarze2020-03-132-2/+7
* Split tagging into a validation part including prioritizationschwarze2020-03-1316-788/+823
* The HTML standard does not allow self-closing syntax for non-void elements.schwarze2020-02-272-5/+5
* Fully support explicit tagging of .Sh and .Ss.schwarze2020-02-275-20/+64
* Introduce the concept of nodes that are semantically transparent:schwarze2020-02-2710-285/+332
* Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual.schwarze2020-02-241-4/+26
* bugfix: indented paragraph macros need a space characterschwarze2020-02-201-4/+4
* bugfix: .Tg must be ignored completely in these output modesschwarze2020-02-202-4/+4
* mention that -T man does not support eqn(7) and tbl(7);schwarze2020-02-151-3/+8
* Digit-width and narrow spaces are non-breaking.schwarze2020-02-131-3/+4
* In roff, a space character at the beginning of an input line requiresschwarze2020-02-121-3/+3
* Finally delete support for the "_whatdb" configuration directive,schwarze2020-02-102-16/+3
* For compatibility with the man(1) implementations of the man-1.6schwarze2020-02-102-6/+21
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+6
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* Make sure that -l always causes -w to be ignored, as documentedschwarze2020-02-061-3/+14
* Repair more of the issues that i found in filescan() while investigatingschwarze2020-01-261-34/+84
* Fix incorrect file type tests.schwarze2020-01-261-3/+3
* Minor cleanup, no functional change:schwarze2020-01-251-53/+58
* Make the code more readable by introducingschwarze2020-01-205-29/+42
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeschwarze2020-01-1914-25/+93
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:schwarze2020-01-198-54/+63
* When autogenerating one layout cell from a data cell just beyond theschwarze2020-01-111-1/+3
* Fix a logic error:schwarze2020-01-111-14/+13
* Print more tbl(7) details to help debugging:schwarze2020-01-111-12/+95
* autocapitalize=none; also from Tim Baumgardschwarze2020-01-101-2/+3
* Switch off the useless and annoying "autocomplete" feature;schwarze2020-01-101-2/+2