summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+2
* Fixed libman .br to be a newline, not a .PP alias.Kristaps Dzonsons2009-06-181-2/+13
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-4/+6
* Removed superfluous ifdef around strftime (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-5/+1
* Backed-out .IP changes for libman (needs work).Kristaps Dzonsons2009-06-111-1/+6
* Documented some un-clear parts of main.c.Kristaps Dzonsons2009-06-111-2/+4
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-2/+2
* 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/+8
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+2
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+2
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-27/+58
* Added several macros to man_term.c.VERSION_1_7_5Kristaps Dzonsons2009-03-261-8/+128
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-1/+6
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-0/+369