summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc (follow)
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedschwarze2021-03-302-4/+8
* Append .html suffix to temporary files enabling browsers to recognise itkn2021-02-193-8/+10
* Finally get rid of the "overflow: auto" property of ".Bl-tag > dd"schwarze2020-10-301-3/+3
* Promote section headers that can can be used unmodified as fragmentschwarze2020-10-302-4/+4
* The GNU tbl(1) program contained in the groff package internallyschwarze2020-10-251-12/+1
* Treat \*[.T] in the same way as \*(.T rather than calling abort(3).schwarze2020-10-241-9/+16
* In HTML output, avoid printing a newline right after <pre>schwarze2020-10-163-17/+14
* add a missing .Ppschwarze2020-10-011-2/+3
* add example to apropos.1 to list all manuals in a given sectionians2020-10-011-2/+5
* Element next-line scopes can nest. Consequently, even when closingschwarze2020-09-091-5/+7
* Do not abuse assert(3) to react to absurd input; the purpose of assert(3)schwarze2020-09-091-3/+17
* After .ti, there are many reasons why the offset may change, so settingschwarze2020-09-062-7/+16
* Fix two issues with .po (page offset) formatting:schwarze2020-09-031-5/+13
* If .ti had an excessive argument, using it was attempted, in someschwarze2020-09-031-12/+22
* Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.schwarze2020-09-021-12/+9
* Ignore unreasonably large spacing modifiers in tbl layouts.schwarze2020-09-014-6/+17
* Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>:schwarze2020-08-271-5/+2
* Fix a regression caused by the insertion of two new tokens,schwarze2020-08-271-10/+18
* Make it more explicit that the statement "-O tag does not work with less(1)"schwarze2020-08-271-3/+10
* Avoid artifacts in the most common case of closing conditional blocksschwarze2020-08-271-2/+4
* Put the code handling \} into a new function roff_cond_checkend()schwarze2020-08-031-59/+64
* undocumented options -O outfilename and -O tagfilenameschwarze2020-07-215-39/+97
* as jmc@ points out, i missed a few instances of .Xr more 1schwarze2020-07-203-10/+7
* Switch the default pager from "more -s" to "less".schwarze2020-07-204-14/+14
* 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