summaryrefslogtreecommitdiffstats
path: root/mandoc.1
Commit message (Expand)AuthorAgeFilesLines
* Turn on -Tutf8 in the frontend. Here we go!Kristaps Dzonsons2011-05-201-3/+13
* Locale support. I'm checking this in to clean up fall-out in-tree, butKristaps Dzonsons2011-05-171-1/+20
* Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1Kristaps Dzonsons2011-05-171-3/+8
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-091-0/+1
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-041-1/+3
* Clarify style inclusions and update release information.Kristaps Dzonsons2010-12-201-8/+6
* Correctly mark the examples as `Dl', not `D1'.Kristaps Dzonsons2010-12-171-4/+4
* Note that we use CSS1, not CSS2.Kristaps Dzonsons2010-12-161-6/+5
* Remove stray note on `i', which we no longer support.Kristaps Dzonsons2010-12-161-6/+0
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-9/+0
* sync to OpenBSD:Ingo Schwarze2010-09-261-2/+2
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-58/+142
* Migrate `Xr groff 1' -> GNU troff. I no longer assume that groff isKristaps Dzonsons2010-08-181-5/+2
* Remove references to \s in mandoc.1: we no longer document these and justKristaps Dzonsons2010-08-181-11/+0
* Remove mandoc.1 compatibility notes that are no longer relevant.Kristaps Dzonsons2010-08-071-10/+0
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-0/+12
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-041-0/+1
* Backed out margin calculations in favour of much simpler rule of thumb:Kristaps Dzonsons2010-07-041-4/+2
* Auto-margins. Documented in mandoc.1. Also bumped line-height and madeKristaps Dzonsons2010-07-041-1/+4
* First, I'm defaulting to 11-point font, which renders much nicer (theKristaps Dzonsons2010-07-011-2/+11
* Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSXKristaps Dzonsons2010-06-301-2/+2
* Remove some incorrect data from mandoc.1 (that of non-macro lines andKristaps Dzonsons2010-06-291-140/+106
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-291-1/+3
* Allow OpenBSD's nroff to process mandoc.1 without puking on long `It'Kristaps Dzonsons2010-06-251-6/+10
* Note that we use PostScript level 2, not 1 (the /Courier invocation).Kristaps Dzonsons2010-06-111-1/+1
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-0/+9
* Forgot to check in manual along with -Owidth=width patch.Kristaps Dzonsons2010-06-071-2/+12
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-5/+2
* As per Jason McIntyre's heartful urgings, do away with '.' separators between...Kristaps Dzonsons2010-04-131-78/+2
* Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other re...Kristaps Dzonsons2010-04-121-93/+92
* Merged Jason McIntyre's "new-sentence, new-line" patch along with Ingo Schwar...Kristaps Dzonsons2010-04-081-35/+64
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-1/+2
* Fix mandoc.1 ending (noted by Sascha Wildner).VERSION.1.9.19Kristaps Dzonsons2010-03-271-1/+2
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-271-0/+8
* Fixed up some documentation in man.7: only documenting man.7 macros, not rela...Kristaps Dzonsons2010-03-251-0/+7
* Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch...Kristaps Dzonsons2010-03-221-2/+8
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-2/+14
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-4/+25
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-071-10/+10
* More clarification in manuals. Added per-OUTPUT section in mandoc.1.Kristaps Dzonsons2009-11-161-54/+120
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-4/+12
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-051-0/+11
* Merged patch to allow -fign-escape (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-0/+5
* Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!Kristaps Dzonsons2009-10-261-6/+6
* Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger).Kristaps Dzonsons2009-10-151-2/+2
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-0/+20
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-5/+5
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-031-2/+18
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-031-7/+18