summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
Commit message (Expand)AuthorAgeFilesLines
* Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger).Kristaps Dzonsons2009-10-151-4/+4
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-2/+22
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-6/+6
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-3/+19
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-9/+20
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-1/+7
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-17/+34
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-3/+3
* Typo fix (jmc@openbsd.org).Kristaps Dzonsons2009-09-051-3/+3
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-6/+4
* Small cleanup in mandoc.1.Kristaps Dzonsons2009-08-201-6/+4
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-201-46/+86
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-2/+3
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-4/+4
* Removed POSIX.1 COMPATIBILITY note in mdoc.7.Kristaps Dzonsons2009-07-261-4/+12
* Added -fign-errors for VERY fast checking of many manuals without stopping at...Kristaps Dzonsons2009-07-241-2/+12
* Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.Kristaps Dzonsons2009-07-211-8/+17
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-201-38/+38
* Ceremonial removal of "-hang lists not supported". Candlelight, romantic mus...Kristaps Dzonsons2009-07-141-10/+2
* Backed -Wcompat,syntax out of front-end.Kristaps Dzonsons2009-07-061-9/+5
* Language clarification in mandoc.1 (schwarze@openbsd.org).Kristaps Dzonsons2009-06-251-6/+5
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-7/+19
* mandoc.1 reflects actual use of -f option (schwarze@openbsd.org)Kristaps Dzonsons2009-06-181-15/+17
* Bumped version.VERSION_1_7_19Kristaps Dzonsons2009-06-171-35/+27
* Manual-aesthetics fix (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-7/+7
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-3/+3
* Fixed license email address.Kristaps Dzonsons2009-06-101-3/+3
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-121-2/+2
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+3
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-48/+54
* Documented -mandoc behaviour.Kristaps Dzonsons2009-04-021-6/+24
* Added simple font-escapes.Kristaps Dzonsons2009-03-261-1/+12
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-14/+9
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-231-2/+3
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-8/+43
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-13/+28
* Removed Xo/Xc no-support notices.Kristaps Dzonsons2009-03-221-7/+2
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-211-2/+11
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-6/+41
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-3/+3
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-2/+4
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+169