summaryrefslogtreecommitdiffstatshomepage
path: root/man_hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-4/+8
| | | | | | | 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.
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-2/+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-7/+7
| | | | | | | | 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-9/+46
| | | | Initial man hashtab (BROKEN).
* General clean-ups.Kristaps Dzonsons2009-03-311-5/+1
|
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-2/+2
| | | | Documented this.
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-1/+3
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+58
Abstraction of mdoc.