summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD fix (uqs@spoerlein.net).Kristaps Dzonsons2009-08-211-1/+3
|
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-2/+3
|
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-191-20/+89
|
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+3
|
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-35/+82
| | | | Fully tested and correct scope-rewinding of block macros.
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-171-15/+51
| | | | Documented numeric widths.
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-131-43/+69
|
* Added proper `TP' support.Kristaps Dzonsons2009-08-131-26/+41
|
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-131-3/+36
|
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-46/+189
| | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman.
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-20/+90
| | | | Improved handling of libman `IP' macro (still needs work).
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
| | | | Added `\c' to known escapes (only used in man, but still).
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+2
| | | | Added nchild to libmdoc, deprecated count() functions in validator.
* 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
| | | | Fix: hashtable not fully formed after removal of MDOC___.
* Removed superfluous ifdef around strftime (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-5/+1
| | | | Bumped version (this was supposed to be in 1.7.17).
* 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 footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary).
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-2/+2
| | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field.
* 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
| | | | | | | | 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).
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+2
| | | | Support for .br in libman.
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-27/+58
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* 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
| | | | | Scanned over all manuals with valgrind. Version up.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-0/+369