summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2023-11-241. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze
2023-11-13Reduce the man(7) default global indentation from 7n, which was an oddityIngo Schwarze
2023-10-24Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze
2023-10-23Support some escape sequences, in particular character escape sequences,Ingo Schwarze
2023-10-22While doing delayed expansion of escape sequences in macro arguments,Ingo Schwarze
2023-10-21When parsing a macro argument results in delayed escape sequenceIngo Schwarze
2023-10-18Support the GNU-specific syntax ".IP \\[bu]" for bullet lists in man(7)Ingo Schwarze
2023-10-18Better document the purpose and features of the file mandoc.cssIngo Schwarze
2023-09-04Fix a bug where the wrong digit was used for prioritizing filenamesIngo Schwarze
2023-04-28Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causesIngo Schwarze
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-09-11Finally expand and delete the macro SCALE_VS_INIT().Ingo Schwarze
2022-08-28Stop skipping vertical space after boxed tables.Ingo Schwarze
2022-08-28Stop unconditionally emitting vertical space before .TS (table start).Ingo Schwarze
2022-08-19Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze
2022-08-16Restore the traditional behaviour of the man(7) single-fontIngo Schwarze
2022-08-16When starting a new input line, even when continuing the same outputIngo Schwarze
2022-08-16Even though the constant ASCII_ESC is only used in the roff pre-parser roff.c,Ingo Schwarze
2022-08-15Simplify handling of no-fill mode in man(7) by inspecting NODE_NOFILLIngo Schwarze
2022-08-15Distinguish between escape sequences that produce no outputIngo Schwarze
2022-08-15In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines,Ingo Schwarze
2022-08-15In GNU, Heirloom, and Plan 9 roff, literal tab characters areIngo Schwarze
2022-08-09prevent breakable hyphens in segment identifiersIngo Schwarze
2022-08-04For clarity and consistency, refer to ".Bx 4.0" rather than ".Bx 4".Ingo Schwarze
2022-08-02If the body of a man(7) .MT or .UR block is empty, do not emit a warning.Ingo Schwarze
2022-07-06For accessibility, label the last two widgets in the search form.Ingo Schwarze
2022-07-06https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says:Ingo Schwarze
2022-07-06improve the description of header.html and footer.htmlIngo Schwarze
2022-07-06assign the ARIA role "doc-subtitle" to the .Nd element;Ingo Schwarze
2022-07-06While the HTML standard allows multiple <h1> elements in the sameIngo Schwarze
2022-07-05Finally get rid of the archaic <table> markup for header and footer linesIngo Schwarze
2022-07-05Somehow, the content of header.html ended upIngo Schwarze
2022-07-04Improve accessibility of man.cgi(8) in various respects,Ingo Schwarze
2022-07-04Repair "make man.cgi" which got accidentally broken in the previousIngo Schwarze
2022-07-04Put the HTML comment containing the Copyright header (if any)Ingo Schwarze
2022-07-03Instead of the custom <div class="manual-text">, use the standardIngo Schwarze
2022-06-28spellingJonathan Gray
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
2022-06-25If an .Xr macro contains a section argument, write an aria-label attributeIngo Schwarze
2022-06-24Improve accessibility of -T html -O toc output by using the <nav> elementIngo Schwarze
2022-06-22Delete the statement that the default stylesheet only used CSS1Ingo Schwarze
2022-06-08When looking for the next block to tag, we aren't interested in childrenIngo Schwarze
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-07Purge duplicate error reporting from the .tr request parser:Ingo Schwarze
2022-06-06To better match groff parsing, reject digits and some mathematicalIngo Schwarze
2022-06-06Allow arbitrary argument delimiters for \C, like groff does.Ingo Schwarze
2022-06-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-05Small cleanup of error reporting:Ingo Schwarze