summaryrefslogtreecommitdiffstats
path: root/mdoc.7
Commit message (Expand)AuthorAgeFilesLines
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-4/+0
* As per Jason McIntyre's heartful urgings, do away with '.' separators between...Kristaps Dzonsons2010-04-131-159/+2
* Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and Heirloo...Kristaps Dzonsons2010-04-071-42/+54
* Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-071-1/+1
* Breaking mdoc.7's multiline examples into sets of D1. A few errors found her...Kristaps Dzonsons2010-04-071-128/+66
* Removed warning for `Er' when not used in certain sections (pointed out by Jo...Kristaps Dzonsons2010-04-061-1/+1
* Note on `Fl' documented in mdoc.7.Kristaps Dzonsons2010-04-061-2/+4
* Fix mdoc bug found by Claus Assmann: `Pf' should be callable.Kristaps Dzonsons2010-04-061-1/+1
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-0/+7
* Fixed misspelt "Loongson" (noted by Ingo Schwarze).Kristaps Dzonsons2010-03-261-1/+1
* Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-03-211-0/+1
* Macro documentation for `Xr'.Kristaps Dzonsons2010-02-171-1/+32
* Added `Vt' double-type documentation.Kristaps Dzonsons2010-01-301-5/+32
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-071-21/+21
* Noted non-accepted comment syntax (thanks Joerg Sonnenberger).VERSION.1.9.15-pre1Kristaps Dzonsons2010-01-011-0/+4
* Issue of `Pa' put to rest by Jason McIntyre. Noted in COMPATIBILITY.Kristaps Dzonsons2010-01-011-5/+79
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-0/+22
* More clarification in manuals. Added per-OUTPUT section in mandoc.1.Kristaps Dzonsons2009-11-161-4/+4
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-4/+23
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-091-3/+30
* -Tascii now correctly ignores \s clauses.Kristaps Dzonsons2009-11-061-2/+3
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-3/+5
* Copied over and modified manual structure from man.7.Kristaps Dzonsons2009-11-021-31/+178
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-20/+9
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-1/+1
* Full `%U' support.Kristaps Dzonsons2009-10-261-1/+14
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-0/+5
* Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-1/+1
* Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-1/+1
* More updates to mdoc.7.Kristaps Dzonsons2009-10-201-21/+450
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-191-11/+174
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't sp...Kristaps Dzonsons2009-10-191-224/+420
* Beginning of mdoc.7 full-reference in place.Kristaps Dzonsons2009-10-191-16/+263
* Fix in syntax of scaling widths in mdoc.7.Kristaps Dzonsons2009-10-181-1/+1
* Fixed typo in Makefile.Kristaps Dzonsons2009-10-181-0/+61
* Compat fix in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-09-281-2/+2
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-0/+1
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-5/+39
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-201-356/+374
* libmdoc accepts whitespace following control character.VERSION.1.9.0Kristaps Dzonsons2009-08-181-408/+397
* Documented behaviour of interpreting parsable/callable macros.Kristaps Dzonsons2009-07-291-2/+13
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-29/+34
* Removed POSIX.1 COMPATIBILITY note in mdoc.7.Kristaps Dzonsons2009-07-261-8/+0
* Noted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with jmc@...Kristaps Dzonsons2009-07-261-0/+8
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-241-0/+10
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-201-60/+60
* Made `Cd' parseable (too many SYNOPSIS sections do this).Kristaps Dzonsons2009-07-191-1/+1
* More clarity fixes in mdoc.7.Kristaps Dzonsons2009-07-181-17/+7
* Considerably revamped argument-parsing for correct quoted-literal handling.Kristaps Dzonsons2009-07-181-4/+32
* Better doc of whitespace handling in mdoc.7.Kristaps Dzonsons2009-07-171-27/+38