Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version: 1.9.2.VERSION.1.9.2 | Kristaps Dzonsons | 2009-09-05 | 1 | -2/+2 |
| | | | | Fixed man.7 syntax error (oops). | ||||
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -5/+8 |
| | | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used. | ||||
* | Open explicit scope on libman exit now only generates warning. | Kristaps Dzonsons | 2009-08-21 | 1 | -10/+2 |
| | | | | Consecutive ELINE scopes are now pruned (with a warning). | ||||
* | Fixed (not documented anywhere of course) that `SH' and `SS' in libman have ↵ | Kristaps Dzonsons | 2009-08-20 | 1 | -2/+2 |
| | | | | next-line head scope. | ||||
* | Synchronised man.7, mdoc.7, mdoc.template manual structure. | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+11 |
| | |||||
* | Documented omission of `na' and `Dt'. | Kristaps Dzonsons | 2009-08-20 | 1 | -218/+239 |
| | | | | Clarified COMPATIBILITY section (which modes/inputs). | ||||
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -4/+10 |
| | |||||
* | Fix to libmdoc passing over delimiters. | Kristaps Dzonsons | 2009-08-20 | 1 | -85/+127 |
| | | | | `RS' and `RE' documented in man.7. | ||||
* | `RS' blocks correctly formatting in output device. | Kristaps Dzonsons | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | libmdoc accepts whitespace following control character.VERSION.1.9.0 | Kristaps Dzonsons | 2009-08-18 | 1 | -215/+228 |
| | |||||
* | Small updates to man.7 (next-line break-exclusions, numerical width example). | Kristaps Dzonsons | 2009-08-18 | 1 | -8/+33 |
| | | | | Fully tested and correct scope-rewinding of block macros. | ||||
* | `IP' and `TP' correctly handle width arguments. | Kristaps Dzonsons | 2009-08-17 | 1 | -5/+24 |
| | | | | Documented numeric widths. | ||||
* | Finished correct `IP' handling. | Kristaps Dzonsons | 2009-08-13 | 1 | -5/+14 |
| | |||||
* | Added proper `TP' support. | Kristaps Dzonsons | 2009-08-13 | 1 | -1/+3 |
| | |||||
* | Added full `HP' libman macro support. | Kristaps Dzonsons | 2009-08-13 | 1 | -5/+21 |
| | |||||
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -80/+219 |
| | | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman. | ||||
* | Clarified special chars/predefined chars in mandoc_char.7. | Kristaps Dzonsons | 2009-07-27 | 1 | -19/+22 |
| | | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c. | ||||
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 1 | -22/+22 |
| | |||||
* | Small changes, reducing verbosity. | Kristaps Dzonsons | 2009-07-14 | 1 | -11/+8 |
| | |||||
* | man.7/mdoc.7 properly reflect escape-character handling. | Kristaps Dzonsons | 2009-07-04 | 1 | -1/+11 |
| | | | | | man.7 points to mdoc.7 for COMPATIBILITY. Whitespace stripping noted in mdoc.7. | ||||
* | Added note about whitespace being stripped from mdoc/man input and re-added ↵ | Kristaps Dzonsons | 2009-06-25 | 1 | -0/+6 |
| | | | | in mandoc(1). | ||||
* | Fixed STRUCTURE/SYNTAX section data. | Kristaps Dzonsons | 2009-06-25 | 1 | -13/+13 |
| | |||||
* | libman documents require `TH' and at least one node. | Kristaps Dzonsons | 2009-06-22 | 1 | -2/+15 |
| | | | | | libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too. | ||||
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 1 | -2/+4 |
| | | | | | | | man_validate.c checks for non-tab/isprint words. libman hashtable fixed (was ignoring .br). Added ncount field to man_node, deprecating count() functions. Documented use of tabs in man.7. | ||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 1 | -0/+10 |
| | | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7. | ||||
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
| | | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -13/+11 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring. | ||||
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -6/+9 |
| | | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. | ||||
* | Added br documentation. | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+9 |
| | |||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -5/+2 |
| | | | | Support for .br in libman. | ||||
* | Clean-ups to documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -22/+9 |
| | |||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -18/+73 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. | ||||
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | Fixed reading whitespace for man.7 `. TH'. | Kristaps Dzonsons | 2009-03-26 | 1 | -419/+18 |
| | | | | Documented this. | ||||
* | Initial documentation in place for man.7. | Kristaps Dzonsons | 2009-03-23 | 1 | -0/+554 |