aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
Commit message (Expand)AuthorAgeFilesLines
...
* Pulled back in mysterious lost le1 <-> eq0 for Sp macro.Kristaps Dzonsons2010-05-141-3/+3
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-1/+7
* End-of-sentence, end-of-line.Kristaps Dzonsons2010-05-121-93/+124
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-12/+12
* Adding initial mailing list section to homepage.Kristaps Dzonsons2010-05-081-2/+2
* Note that whitespace is really only the space character.Kristaps Dzonsons2010-05-081-1/+2
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ...Kristaps Dzonsons2010-05-081-6/+9
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-7/+2
* As per Jason McIntyre's heartful urgings, do away with '.' separators between...Kristaps Dzonsons2010-04-131-135/+4
* Removed lingering `Sp' reference (not -man).Kristaps Dzonsons2010-04-051-3/+2
* ...finishing last commit message: accept both tabs and spaces between control...Kristaps Dzonsons2010-03-271-3/+3
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-271-5/+18
* Fixed up some documentation in man.7: only documenting man.7 macros, not rela...Kristaps Dzonsons2010-03-251-47/+51
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-65/+72
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-9/+17
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-071-12/+12
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-2/+5
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-4/+3
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-9/+1
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...Kristaps Dzonsons2009-11-121-5/+12
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-3/+5
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-2/+9
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-091-4/+29
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-4/+5
* Examples not being link-referenced (consistency).Kristaps Dzonsons2009-11-021-8/+5
* Fixed `Sx' links in man.7 (todo: add a check for these).Kristaps Dzonsons2009-11-021-31/+31
* Significant improvements to man(7). More or less finished.Kristaps Dzonsons2009-11-021-65/+314
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-20/+40
* Finished section-by-section definitions in man.7 (will be used as baseline fo...Kristaps Dzonsons2009-10-311-26/+91
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION_1_9_11Kristaps Dzonsons2009-10-261-2/+59
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-2/+7
* Made man.7 use lots of Sx/Ss to link between macro definitions and references.Kristaps Dzonsons2009-10-191-104/+109
* Properly documented scaling widths in man.7.Kristaps Dzonsons2009-10-181-30/+73
* Version: 1.9.2.VERSION_1_9_2Kristaps Dzonsons2009-09-051-4/+4
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-7/+10
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-12/+4
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have n...Kristaps Dzonsons2009-08-201-3/+3
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-2/+12
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-201-219/+240
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-5/+11
* Fix to libmdoc passing over delimiters.Kristaps Dzonsons2009-08-201-87/+129
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-191-3/+3
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-181-216/+229
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-10/+35
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-171-7/+26
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-131-6/+15
* Added proper `TP' support.Kristaps Dzonsons2009-08-131-2/+4
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-131-6/+22
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-82/+221
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-21/+24