Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As per Jason McIntyre's heartful urgings, do away with '.' separators ↵ | Kristaps Dzonsons | 2010-04-13 | 1 | -44/+0 |
| | | | | | | between logical sections. Change email address to BSD.lv one (this is not an academic project...) | ||||
* | Whitespace fix.VERSION.1.9.21 | Kristaps Dzonsons | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Escape TH -> Th (noticed by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-03-30 | 1 | -0/+24 |
| | | | | Moved pod2man escapes into man.3 (they're not part of -man or -mdoc, technically). | ||||
* | Fixed re-adjustment of scope in exiting roff instructions (libman). | Kristaps Dzonsons | 2010-03-27 | 1 | -28/+88 |
| | | | | | | Added title-case check for (libman). Fixed premature closure of roff instruction scope (libman). Added documentation of ignored roff macros to man(3). | ||||
* | Removed offsets from most parts (no reason for indentation). | Kristaps Dzonsons | 2010-02-17 | 1 | -18/+20 |
| | | | | | Using POSIX2008 idioms for examples (thanks Joerg Sonnenberger). Removed references to fgetln(). | ||||
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 1 | -1/+1 |
| | | | | Fixed bogus `\\' escapes in some manuals. | ||||
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -1/+1 |
| | | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c. | ||||
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -1/+1 |
| | | | | Put err() functions back into front-ends (no use making it needlessly complex). | ||||
* | Updated libman AST documentation. | Kristaps Dzonsons | 2009-08-17 | 1 | -1/+7 |
| | | | | Version (not yet finalised, but tagging in Makefile): 1.9.0. | ||||
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 1 | -24/+24 |
| | |||||
* | Fixed man.3 mdoc.3 const-nesses. | Kristaps Dzonsons | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+279 |
Support for .br in libman. |