summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_validate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-30/+39
* implement .AT and .UC; from Joerg Sonnenbergerschwarze2010-05-231-1/+2
* Support nested roff instructions:schwarze2010-05-201-4/+1
* In theory, Kristaps never intended to write a roff parser,schwarze2010-05-161-26/+1
* removed restriction on integer manual sections in -man;schwarze2010-05-151-2/+2
* Remove the command line option -fno-ign-chars.schwarze2010-05-131-4/+2
* Implement roff conditional instructions .if .ie .el, in man(7) only for now;schwarze2010-04-251-1/+4
* Merge the good parts of 1.9.23,schwarze2010-04-071-1/+9
* When we have no title in man(7), just use "unknown". No need to bail.schwarze2010-04-031-3/+6
* merge 1.9.20, keeping local patchesschwarze2010-04-021-2/+2
* merge 1.9.19, keeping local patchesschwarze2010-03-291-3/+22
* merge 1.9.17, keeping local patchesschwarze2010-03-261-2/+28
* Accept the non-standard macros .Sp (similar to .sp)schwarze2010-03-021-3/+6
* The groff_man(7) manual says "the first line of text following" .TP isschwarze2010-02-261-4/+4
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-1/+2
* sync to 1.9.9, featuring:schwarze2009-10-211-35/+4
* sync to 1.9.2: Add .UC libman macro for compatibility, has no effect.schwarze2009-09-181-1/+2
* another large chunk of -man updates,schwarze2009-08-221-24/+27
* Kristaps@ significantly overhauled libman.schwarze2009-08-221-59/+162
* sync to 1.8.4: support .sp in -manschwarze2009-08-221-5/+40
* sync to 1.7.21: unified escape sequence validation for mdoc and manschwarze2009-07-081-3/+18
* sync to 1.7.20: root and text validation for -manschwarze2009-06-231-16/+37
* sync to 1.7.19: improved comment handlingschwarze2009-06-181-3/+2
* sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeschwarze2009-06-141-13/+11
* Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps2009-04-061-0/+137