summaryrefslogtreecommitdiffstatshomepage
path: root/man_action.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-3/+2
| | | | 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-1/+2
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+2
| | | | Initial man hashtab (BROKEN).
* General clean-ups.Kristaps Dzonsons2009-03-311-6/+7
|
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+2
| | | | Support for .br in libman.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-9/+7
|
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-7/+15
| | | | Documented this.
* Linux fix (prototype).Kristaps Dzonsons2009-03-251-1/+4
|
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-88/+75
|
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-0/+196