aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.3
Commit message (Collapse)AuthorAgeFilesLines
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-3/+9
| | | | const struct regset pointer. No functionality.
* Added roff.3, which documents the roff parser interface.Kristaps Dzonsons2010-05-251-4/+3
| | | | | | | | | | | Small fix in mdoc.3 and man.3 pointing to old mdoc_cb and man_cb. Fix in Makefile adding mandoc.h to HEADS. Collapsed all HTML files into HTMLS variable (too confusing otherwise). Removed "htmls" command from Makefile (only I used it and it's just taking up space).
* Clean-up: added `Nm mdoc' to mdoc.3.Kristaps Dzonsons2010-05-251-55/+55
| | | | | | Clean-up: new-sentence, new-line for man.3. Clean-up: alpha-ordered man.3 `Nm' sections and prototypes.
* As per Jason McIntyre's heartful urgings, do away with '.' separators ↵Kristaps Dzonsons2010-04-131-46/+2
| | | | | | between logical sections. Change email address to BSD.lv one (this is not an academic project...)
* Whitespace fix.VERSION_1_9_21Kristaps Dzonsons2010-03-311-3/+3
|
* Escape TH -> Th (noticed by Joerg Sonnenberger).Kristaps Dzonsons2010-03-301-2/+26
| | | | 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 Dzonsons2010-03-271-30/+90
| | | | | | 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 Dzonsons2010-02-171-20/+22
| | | | | 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 Dzonsons2010-01-071-3/+3
| | | | Fixed bogus `\\' escapes in some manuals.
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-3/+3
| | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-3/+3
| | | | Put err() functions back into front-ends (no use making it needlessly complex).
* Updated libman AST documentation.Kristaps Dzonsons2009-08-171-3/+9
| | | | Version (not yet finalised, but tagging in Makefile): 1.9.0.
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-201-26/+26
|
* Fixed man.3 mdoc.3 const-nesses.Kristaps Dzonsons2009-07-051-4/+4
|
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-3/+3
| | | | | | 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 Dzonsons2009-06-101-3/+3
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-13/+11
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+3
| | | | | | | | 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 Dzonsons2009-03-271-0/+279
Support for .br in libman.