summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2020-04-26While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze
2020-04-24provide a STYLE message when mandoc knows the file name and the extensionIngo Schwarze
2020-04-20In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze
2020-04-19When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze
2020-04-19Correctly handle non-unique tags even when NODE_ID and NODE_HREF fallIngo Schwarze
2020-04-18When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze
2020-04-08Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
2020-04-06Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze
2020-04-04automatically tag .SH and .SS in man(7) terminal outputIngo Schwarze
2020-04-03Remove some stray argument names from function prototypes,Ingo Schwarze
2020-04-03#include <stdint.h> because that is needed before #include <ohash.h>;Ingo Schwarze
2020-04-02When the last file formatted yielded no tags, the tags file gotIngo Schwarze
2020-04-02Copy tagged strings before marking hyphens as breakable.Ingo Schwarze
2020-04-01Just like we are already doing it in HTML output, automatically tagIngo Schwarze
2020-03-28Even though the HTML, man, markdown, PDF, PostScript, and tree formattersIngo Schwarze
2020-03-21When setting automatic tags, skip initial hyphens and minus signs,Ingo Schwarze
2020-03-19The tag file always needs to be closed before starting the pager,Ingo Schwarze
2020-03-13Properly reset the validation part of the tagging module between files.Ingo Schwarze
2020-03-13Split tagging into a validation part including prioritizationIngo Schwarze
2020-02-27The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze
2020-02-27Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze
2020-02-27Introduce the concept of nodes that are semantically transparent:Ingo Schwarze
2020-02-24Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual.Ingo Schwarze
2020-02-20bugfix: indented paragraph macros need a space characterIngo Schwarze
2020-02-20bugfix: .Tg must be ignored completely in these output modesIngo Schwarze
2020-02-15mention that -T man does not support eqn(7) and tbl(7);Ingo Schwarze
2020-02-13Digit-width and narrow spaces are non-breaking.Ingo Schwarze
2020-02-12In roff, a space character at the beginning of an input line requiresIngo Schwarze
2020-02-10Finally delete support for the "_whatdb" configuration directive,Ingo Schwarze
2020-02-10For compatibility with the man(1) implementations of the man-1.6Ingo Schwarze
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
2020-02-06Make sure that -l always causes -w to be ignored, as documentedIngo Schwarze
2020-01-26Repair more of the issues that i found in filescan() while investigatingIngo Schwarze
2020-01-26Fix incorrect file type tests.Ingo Schwarze
2020-01-25Minor cleanup, no functional change:Ingo Schwarze
2020-01-20Make the code more readable by introducingIngo Schwarze
2020-01-19Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze
2020-01-19Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze
2020-01-11When autogenerating one layout cell from a data cell just beyond theIngo Schwarze
2020-01-11Fix a logic error:Ingo Schwarze
2020-01-11Print more tbl(7) details to help debugging:Ingo Schwarze
2020-01-10autocapitalize=none; also from Tim BaumgardIngo Schwarze
2020-01-10Switch off the useless and annoying "autocomplete" feature;Ingo Schwarze
2020-01-08Skip whitespace before tokens, too.Ingo Schwarze
2020-01-07Improve the description of -m/-M/MANPATH/man.conf in multiple respectsIngo Schwarze
2019-12-31When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze
2019-12-26Do not fail an assertion when a high level macro occurs in the bodyIngo Schwarze
2019-12-10In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros.Anthony J. Bentley