summaryrefslogtreecommitdiffstats
path: root/mandoc.1
Commit message (Expand)AuthorAgeFilesLines
...
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-7/+18
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-0/+6
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-15/+32
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-1/+1
* Typo fix (jmc@openbsd.org).Kristaps Dzonsons2009-09-051-1/+1
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-4/+2
* Small cleanup in mandoc.1.Kristaps Dzonsons2009-08-201-5/+3
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-201-45/+85
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-0/+1
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-2/+2
* Removed POSIX.1 COMPATIBILITY note in mdoc.7.Kristaps Dzonsons2009-07-261-2/+10
* Added -fign-errors for VERY fast checking of many manuals without stopping at...Kristaps Dzonsons2009-07-241-0/+10
* Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.Kristaps Dzonsons2009-07-211-6/+15
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-201-36/+36
* Ceremonial removal of "-hang lists not supported". Candlelight, romantic mus...Kristaps Dzonsons2009-07-141-8/+0
* Backed -Wcompat,syntax out of front-end.Kristaps Dzonsons2009-07-061-7/+3
* Language clarification in mandoc.1 (schwarze@openbsd.org).Kristaps Dzonsons2009-06-251-4/+3
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-5/+17
* mandoc.1 reflects actual use of -f option (schwarze@openbsd.org)Kristaps Dzonsons2009-06-181-13/+15
* Bumped version.VERSION.1.7.19Kristaps Dzonsons2009-06-171-33/+25
* Manual-aesthetics fix (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-5/+5
* 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
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-121-1/+1
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-1/+1
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-46/+52
* Documented -mandoc behaviour.Kristaps Dzonsons2009-04-021-4/+22
* Added simple font-escapes.Kristaps Dzonsons2009-03-261-0/+11
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-12/+7
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-231-1/+2
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-7/+42
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-11/+26
* Removed Xo/Xc no-support notices.Kristaps Dzonsons2009-03-221-5/+0
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-211-1/+10
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-4/+39
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-1/+1
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-1/+3
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+169