summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2019-05-21Do not print the style message "missing date" when the date is givenIngo Schwarze
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-03avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze
2019-05-03Enter dangling .so links into the database, to avoid harassingIngo Schwarze
2019-05-03When processing unknown output options, prevent passing NULL to printf.anton
2019-05-03In fs_lookup(), use stat(2) rather than access(2) to check file existence.Ingo Schwarze
2019-05-03In man(1) mode with a specific section requested,Ingo Schwarze
2019-05-03In man(1) mode, when the first argument starts with a digit,Ingo Schwarze
2019-04-30In man(1) mode, i.e. when asking for a single manual page by name,Ingo Schwarze
2019-04-30In HTML output, allow switching the desired font for subsequentIngo Schwarze
2019-04-30improve the description of the message "blank line in fill mode";Ingo Schwarze
2019-04-21When calling an empty macro, do not clobber existing arguments.Ingo Schwarze
2019-04-21Implement the roff .break request (break out of a .while loop).Ingo Schwarze
2019-03-29Set the maximum column index in a tbl(7) to the maximum *right* edgeIngo Schwarze
2019-03-19When the last line of the input is empty and the previous line reducedIngo Schwarze
2019-03-18fix a NULL pointer access on empty tbl(7) data cellsIngo Schwarze
2019-03-17The header file "html.h" uses enum roff_tok,Ingo Schwarze
2019-03-16When drawing a horizontal line in tbl(7) UTF-8 output, it is notIngo Schwarze
2019-03-13Contrary to what the NetBSD attribute(3) manual page suggests,Ingo Schwarze
2019-03-11mark check_abort() and post_abort() as __dead;Ingo Schwarze
2019-03-09Mention mandoc.db(5), makewhatis(8), and weekly(8).Ingo Schwarze
2019-03-06drop redundant '0' flag from "%02.2X" format string;Ingo Schwarze
2019-03-06man.cgi also needs to link arch.o; forgotten in rev. 1.116Ingo Schwarze
2019-03-04For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>Ingo Schwarze
2019-03-04When the -S option is given to man(1) and the requested manual pageIngo Schwarze
2019-03-04Fix the last straggler where the struct roff_node "line" memberIngo Schwarze
2019-03-03Reset HTML formatter state, in particular the id_unique hash,Ingo Schwarze
2019-03-02Represent multiple subsequent .IP blocks having a consistentIngo Schwarze
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-02-28Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze
2019-02-24Remove -S from install commandskn
2019-02-23Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze
2019-02-09The horizontal line in a data cell containing only "_" or "="Ingo Schwarze
2019-02-09ignore empty request lines in the table data reader;Ingo Schwarze
2019-02-06Let roff_getname() end the roff identifier at a tab characterIngo Schwarze
2019-02-06adjust style and comments in roff_getname(); no functional changeIngo Schwarze
2019-01-31Relax overzealous PATH_INFO validation.Ingo Schwarze
2019-01-31Fix tbl(7) centering in mdoc(7) documents.Ingo Schwarze
2019-01-18The .UR and .MT blocks in man(7) are represented by <a> elementsIngo Schwarze
2019-01-15In PostScript and PDF output, one AFM unit is not nearly enoughIngo Schwarze
2019-01-11Improve error reporting when a file given on the command lineIngo Schwarze
2019-01-11do not access a NULL pointer when formatting a completely empty documentIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-10After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze
2019-01-10Initializers for file-scope static variables should be compile-timeIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze
2019-01-05In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze
2019-01-05In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">,Ingo Schwarze