summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2021-08-19do not crash when a manpath directory contains a symbolic linkIngo Schwarze
2021-08-19fix the section number in the <title> element for preformatted pages;Ingo Schwarze
2021-08-14print a BAGARG message if -T markdown is requested on man(7) input;Ingo Schwarze
2021-08-10Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze
2021-07-18Support auto-tagging for ".It Va".Ingo Schwarze
2021-07-04The mandoc(1) manual already mentions that -T man output modeIngo Schwarze
2021-06-28In terminal output of man(7) documents, stop printing two extra blankIngo Schwarze
2021-06-27add a style message about overlong text lines,Ingo Schwarze
2021-06-02In -W style mode, check .Xr links along the full manpath becauseIngo Schwarze
2021-05-22In revision 1.95 of cgi.c, a meta viewport element was added to the HTML output.anton
2021-05-18When looking for column separators on tbl(7) data lines, properly skipIngo Schwarze
2021-05-16Implement the layout specification "a" (left justify with 1em indentation)Ingo Schwarze
2021-05-16implement the tbl(7) layout modifiers "b" (bold) and "i" (italic)Ingo Schwarze
2021-05-15When looking for the last layout row used, we need to look at the layoutIngo Schwarze
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-28recognise riscv64 as a valid arch in mandocJonathan Gray
2021-04-04fix spacing issue in macro;Jason McIntyre
2021-03-30In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze
2021-02-19Append .html suffix to temporary files enabling browsers to recognise itkn
2020-10-30Finally get rid of the "overflow: auto" property of ".Bl-tag > dd"Ingo Schwarze
2020-10-30Promote section headers that can can be used unmodified as fragmentIngo Schwarze
2020-10-25The GNU tbl(1) program contained in the groff package internallyIngo Schwarze
2020-10-24Treat \*[.T] in the same way as \*(.T rather than calling abort(3).Ingo Schwarze
2020-10-16In HTML output, avoid printing a newline right after <pre>Ingo Schwarze
2020-10-01add a missing .PpIngo Schwarze
2020-10-01add example to apropos.1 to list all manuals in a given sectionians
2020-09-09Element next-line scopes can nest. Consequently, even when closingIngo Schwarze
2020-09-09Do not abuse assert(3) to react to absurd input; the purpose of assert(3)Ingo Schwarze
2020-09-06After .ti, there are many reasons why the offset may change, so settingIngo Schwarze
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-08-27Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>:Ingo Schwarze
2020-08-27Fix a regression caused by the insertion of two new tokens,Ingo Schwarze
2020-08-27Make it more explicit that the statement "-O tag does not work with less(1)"Ingo Schwarze
2020-08-27Avoid artifacts in the most common case of closing conditional blocksIngo Schwarze
2020-08-03Put the code handling \} into a new function roff_cond_checkend()Ingo Schwarze
2020-07-21undocumented options -O outfilename and -O tagfilenameIngo Schwarze
2020-07-20as jmc@ points out, i missed a few instances of .Xr more 1Ingo Schwarze
2020-07-20Switch the default pager from "more -s" to "less".Ingo Schwarze
2020-06-29Support the "powerpc64" architecture name.Ingo Schwarze
2020-06-17Manually tag the section option.Ingo Schwarze
2020-06-15document -T html -O tag as implemented in main.c rev. 1.253Ingo Schwarze
2020-06-15Support -T html -O tag by passing a file:// URI to the pager.Ingo Schwarze
2020-06-11Fix a regression in rev. 1.238 (2019/07/26):Otto Moerbeek
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