Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As per Jason McIntyre's heartful urgings, do away with '.' separators ↵ | Kristaps Dzonsons | 2010-04-13 | 1 | -78/+2 |
| | | | | | | between logical sections. Change email address to BSD.lv one (this is not an academic project...) | ||||
* | Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other ↵ | Kristaps Dzonsons | 2010-04-12 | 1 | -93/+92 |
| | | | | | | readability fixes. Merge modified patch by Joerg Sonnenberger that rewinds to whitespace when encountering trailing line-comments. | ||||
* | Merged Jason McIntyre's "new-sentence, new-line" patch along with Ingo ↵ | Kristaps Dzonsons | 2010-04-08 | 1 | -35/+64 |
| | | | | Schwarze' "gt" patch. | ||||
* | Final (?) fix to issue pointed out by Sascha Wildner: roff instructions ↵ | Kristaps Dzonsons | 2010-03-29 | 1 | -1/+2 |
| | | | | clobbering prior scope rules and line modes. | ||||
* | Fix mandoc.1 ending (noted by Sascha Wildner).VERSION.1.9.19 | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+2 |
| | |||||
* | Documentation of apostrophe control character. | Kristaps Dzonsons | 2010-03-27 | 1 | -0/+8 |
| | |||||
* | Fixed up some documentation in man.7: only documenting man.7 macros, not ↵ | Kristaps Dzonsons | 2010-03-25 | 1 | -0/+7 |
| | | | | related ones (de, Vb, etc.), which aren't technically man. It's an open question as to where these /should/ be documented, however. | ||||
* | Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo ↵ | Kristaps Dzonsons | 2010-03-22 | 1 | -2/+8 |
| | | | | Schwarze. | ||||
* | Clarify -man -T[x]html handling of `br' within `B'. | Kristaps Dzonsons | 2010-03-22 | 1 | -2/+14 |
| | | | | | Consolidated node unlinking in -man. Conclude nested next-line scope issues noted by Ingo Schwarze. | ||||
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -4/+25 |
| | | | | Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't. | ||||
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 1 | -10/+10 |
| | | | | Fixed bogus `\\' escapes in some manuals. | ||||
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 1 | -54/+120 |
| | |||||
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 1 | -4/+12 |
| | |||||
* | Documented that `\s' and `\f' don't work in HTML mode (and why). | Kristaps Dzonsons | 2009-11-05 | 1 | -0/+11 |
| | | | | Added support for recognising the many forms of `\s' (doesn't yet render). | ||||
* | Merged patch to allow -fign-escape (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+5 |
| | |||||
* | Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o! | Kristaps Dzonsons | 2009-10-26 | 1 | -6/+6 |
| | |||||
* | Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-15 | 1 | -2/+2 |
| | | | | Added note on character format per output type. | ||||
* | Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x. | Kristaps Dzonsons | 2009-10-10 | 1 | -0/+20 |
| | | | | Noted similarity of HP/TP and -hang/-tag in mandoc.1. | ||||
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -5/+5 |
| | | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c. | ||||
* | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -2/+18 |
| | | | | | The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated). | ||||
* | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -7/+18 |
| | | | | | | | buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete). | ||||
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+6 |
| | | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage. | ||||
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -15/+32 |
| | | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices. | ||||
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ↵ | Kristaps Dzonsons | 2009-09-15 | 1 | -1/+1 |
| | | | | | | increments. Cleaned up confusing behaviour of p->flags. | ||||
* | Typo fix (jmc@openbsd.org). | Kristaps Dzonsons | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -4/+2 |
| | | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used. | ||||
* | Small cleanup in mandoc.1. | Kristaps Dzonsons | 2009-08-20 | 1 | -5/+3 |
| | |||||
* | Documented omission of `na' and `Dt'. | Kristaps Dzonsons | 2009-08-20 | 1 | -45/+85 |
| | | | | Clarified COMPATIBILITY section (which modes/inputs). | ||||
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -0/+1 |
| | |||||
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 1 | -2/+2 |
| | |||||
* | Removed POSIX.1 COMPATIBILITY note in mdoc.7. | Kristaps Dzonsons | 2009-07-26 | 1 | -2/+10 |
| | | | | Noted that \~ doesn't work in mandoc.1 (thanks uqs@sporlein.net). | ||||
* | Added -fign-errors for VERY fast checking of many manuals without stopping ↵ | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+10 |
| | | | | at errors. | ||||
* | Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style. | Kristaps Dzonsons | 2009-07-21 | 1 | -6/+15 |
| | |||||
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 1 | -36/+36 |
| | |||||
* | Ceremonial removal of "-hang lists not supported". Candlelight, romantic ↵ | Kristaps Dzonsons | 2009-07-14 | 1 | -8/+0 |
| | | | | music, etc. | ||||
* | Backed -Wcompat,syntax out of front-end. | Kristaps Dzonsons | 2009-07-06 | 1 | -7/+3 |
| | |||||
* | Language clarification in mandoc.1 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-25 | 1 | -4/+3 |
| | |||||
* | Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual. | Kristaps Dzonsons | 2009-06-22 | 1 | -5/+17 |
| | | | | | | | Fixed `Ds' meta-macro default width. Fixed -width and -offset "indent", "indent-two", and "left" widths. Fixed -width and -offset literal-word and numeric widths. Fixed off-by-one errors in whitespace output (schwarze@openbsd.org). | ||||
* | mandoc.1 reflects actual use of -f option (schwarze@openbsd.org) | Kristaps Dzonsons | 2009-06-18 | 1 | -13/+15 |
| | |||||
* | Bumped version.VERSION.1.7.19 | Kristaps Dzonsons | 2009-06-17 | 1 | -33/+25 |
| | | | | | Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY. | ||||
* | Manual-aesthetics fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -5/+5 |
| | |||||
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
| | | | | | | 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 Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Spelling "preceed" -> "precede" (naddy). | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring. | ||||
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -46/+52 |
| | | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. | ||||
* | Documented -mandoc behaviour. | Kristaps Dzonsons | 2009-04-02 | 1 | -4/+22 |
| | |||||
* | Added simple font-escapes. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+11 |
| | |||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -12/+7 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. |