Up to [cvsweb.bsd.lv] / mandoc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.10, Sun May 1 08:48:14 2011 UTC (11 years, 10 months ago) by kristaps
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -0 lines
FILE REMOVED
Remove mdoc.template. It's already embedded in man(7) and mdoc(7); no need to have it floating around separately.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 4 17:22:41 2010 UTC (12 years, 6 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_11_1,
VERSION_1_10_9,
VERSION_1_10_8,
VERSION_1_10_7,
VERSION_1_10_6,
VERSION_1_10_10
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)
Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and Jason. Patch by Jason.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 28 22:08:38 2010 UTC (12 years, 6 months ago) by kristaps
Branch: MAIN
Changes since 1.7: +8 -6 lines
Diff to previous 1.7 (colored)
Move mdoc/man template "The next is for" into the section itself. Added OpenBSD compatibility notes. Based on a patch by Jason McIntyre.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 2 12:01:00 2010 UTC (12 years, 9 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_10_5_PREPDF,
VERSION_1_10_5,
VERSION_1_10_4,
VERSION_1_10_3,
VERSION_1_10_2,
VERSION_1_10_1
Changes since 1.6: +0 -1 lines
Diff to previous 1.6 (colored)
Strip empty-line markers from mdoc.template and its mdoc.7 embedded form (as per Jason McIntyre's suggestion for manuals in general).
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 15 16:24:38 2010 UTC (12 years, 10 months ago) by kristaps
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)
LIBRARY can also occur in section 9. All manual sections (unknown, 3p, 3f, etc.) correctly handled by -mdoc. Useful warning printed if unknown manual section. Checking for manual sections (e.g., LIBRARY) checks only first character, so 3p, 3f, etc. are free.
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 12 08:41:17 2010 UTC (12 years, 10 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_25
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)
mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2). Changed ordering of sections (EXIT STATUS moved around), argued for by Ulrich Sporlein. Fixed mdoc_str2sec not to use weird structure.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 20 13:32:09 2009 UTC (13 years, 7 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_9,
VERSION_1_9_8,
VERSION_1_9_7,
VERSION_1_9_6,
VERSION_1_9_5,
VERSION_1_9_24,
VERSION_1_9_23,
VERSION_1_9_22,
VERSION_1_9_21,
VERSION_1_9_20,
VERSION_1_9_2,
VERSION_1_9_19,
VERSION_1_9_18,
VERSION_1_9_17,
VERSION_1_9_16,
VERSION_1_9_15-pre2,
VERSION_1_9_15-pre1,
VERSION_1_9_15,
VERSION_1_9_14,
VERSION_1_9_13,
VERSION_1_9_12,
VERSION_1_9_11,
VERSION_1_9_10,
VERSION_1_9_1
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)
Synchronised man.7, mdoc.7, mdoc.template manual structure.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 20 13:22:48 2009 UTC (13 years, 7 months ago) by kristaps
Branch: MAIN
Changes since 1.2: +12 -12 lines
Diff to previous 1.2 (colored)
Updated manual structure in mdoc.7. Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 25 08:42:06 2009 UTC (13 years, 9 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_0,
VERSION_1_8_5,
VERSION_1_8_4,
VERSION_1_8_3,
VERSION_1_8_2,
VERSION_1_8_1,
VERSION_1_8_0,
VERSION_1_7_24,
VERSION_1_7_23,
VERSION_1_7_22,
VERSION_1_7_21
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)
Updating web-page to be a bit more compact.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 11 13:13:44 2009 UTC (13 years, 9 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_7_20,
VERSION_1_7_19,
VERSION_1_7_17,
VERSION_1_7_16,
VERSION_1_7_15,
VERSION_1_7_14
Added mdoc.template (from NetBSD -- unlicensed??). Moved MDOC_TEXT type checks into assertions (should be caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught).