summaryrefslogtreecommitdiffstats
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+10
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-116/+50
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-1/+44
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-26/+45
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-7/+27
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-57/+28
* Header buffers in -man -Tascii are static.Kristaps Dzonsons2009-10-071-7/+2
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-1/+0
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-1/+2
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-19/+12
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-34/+48
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+12
* FreeBSD fix (uqs@spoerlein.net).Kristaps Dzonsons2009-08-211-0/+2
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-1/+2
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-191-19/+88
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-0/+2
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-34/+81
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-171-14/+50
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-131-42/+68
* Added proper `TP' support.Kristaps Dzonsons2009-08-131-25/+40
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-131-2/+35
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-45/+188
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-19/+89
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-0/+1
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-0/+1
* Fixed libman .br to be a newline, not a .PP alias.Kristaps Dzonsons2009-06-181-1/+12
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-3/+5
* Removed superfluous ifdef around strftime (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-4/+0
* Backed-out .IP changes for libman (needs work).Kristaps Dzonsons2009-06-111-0/+5
* Documented some un-clear parts of main.c.Kristaps Dzonsons2009-06-111-1/+3
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-1/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-6/+7
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-0/+1
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-0/+1
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-26/+57
* Added several macros to man_term.c.VERSION.1.7.5Kristaps Dzonsons2009-03-261-7/+127
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-0/+5
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-0/+369