summaryrefslogtreecommitdiffstatshomepage
path: root/man.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-6/+5
| | | | Fix: hashtable not fully formed after removal of MDOC___.
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-2/+3
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-2/+2
| | | | Array boundary fixed (-W).
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-2/+3
| | | | Initial man hashtab (BROKEN).
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-2/+3
| | | | Support for .br in libman.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-2/+3
|
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-2/+4
| | | | Abstract fflags -> pflags in main.c.
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-3/+3
|
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-2/+8
|
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-8/+3
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+97
Abstraction of mdoc.