summaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+2
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-211-6/+14
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-2/+3
* Fixed next-line scope error in libman block macros.Kristaps Dzonsons2009-08-201-3/+6
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have n...Kristaps Dzonsons2009-08-201-3/+3
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-1/+2
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-191-4/+14
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-31/+72
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-7/+22
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-147/+218
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-8/+6
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-3/+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-1/+2
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-2/+1
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+2
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1/+43
* Fixed inheritence of initial macro into man_macro.Kristaps Dzonsons2009-03-261-9/+12
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-7/+20
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-3/+22
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-3/+8
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-4/+12
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-53/+93
* Linux fixes.Kristaps Dzonsons2009-03-231-20/+20
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+96