Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix in syntax of scaling widths in mdoc.7. | Kristaps Dzonsons | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | Fixed typo in Makefile. | Kristaps Dzonsons | 2009-10-18 | 1 | -0/+61 |
| | | | | Added initial scaling-units section in mdoc.7. | ||||
* | Compat fix in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-09-28 | 1 | -2/+2 |
| | |||||
* | Synchronised man.7, mdoc.7, mdoc.template manual structure. | Kristaps Dzonsons | 2009-08-20 | 1 | -0/+1 |
| | |||||
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 1 | -5/+39 |
| | | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.). | ||||
* | Documented omission of `na' and `Dt'. | Kristaps Dzonsons | 2009-08-20 | 1 | -356/+374 |
| | | | | Clarified COMPATIBILITY section (which modes/inputs). | ||||
* | libmdoc accepts whitespace following control character.VERSION.1.9.0 | Kristaps Dzonsons | 2009-08-18 | 1 | -408/+397 |
| | |||||
* | Documented behaviour of interpreting parsable/callable macros. | Kristaps Dzonsons | 2009-07-29 | 1 | -2/+13 |
| | |||||
* | Clarified special chars/predefined chars in mandoc_char.7. | Kristaps Dzonsons | 2009-07-27 | 1 | -29/+34 |
| | | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c. | ||||
* | Removed POSIX.1 COMPATIBILITY note in mdoc.7. | Kristaps Dzonsons | 2009-07-26 | 1 | -8/+0 |
| | | | | Noted that \~ doesn't work in mandoc.1 (thanks uqs@sporlein.net). | ||||
* | Noted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with ↵ | Kristaps Dzonsons | 2009-07-26 | 1 | -0/+8 |
| | | | | jmc@openbsd.org et al.). | ||||
* | Full support for `An -split/-nosplit'. Compat documented. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+10 |
| | |||||
* | Removed trailing whitespace in manuals. | Kristaps Dzonsons | 2009-07-20 | 1 | -60/+60 |
| | |||||
* | Made `Cd' parseable (too many SYNOPSIS sections do this). | Kristaps Dzonsons | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | More clarity fixes in mdoc.7. | Kristaps Dzonsons | 2009-07-18 | 1 | -17/+7 |
| | | | | Sm/Sy argument to `Bf' fixed (schwarze@openbsd). | ||||
* | Considerably revamped argument-parsing for correct quoted-literal handling. | Kristaps Dzonsons | 2009-07-18 | 1 | -4/+32 |
| | | | | | Deprecated ARGS_QUOTED (all arguments are quotable). Documented quotation and whitespace rules in mdoc.7. | ||||
* | Better doc of whitespace handling in mdoc.7. | Kristaps Dzonsons | 2009-07-17 | 1 | -27/+38 |
| | | | | Doc of macro quotation in mdoc.7. | ||||
* | `sp' documented: validates & produces correct output. | Kristaps Dzonsons | 2009-07-17 | 1 | -24/+30 |
| | |||||
* | Documented `br' macro in mdoc.7. | Kristaps Dzonsons | 2009-07-17 | 1 | -149/+66 |
| | | | | Made `Pp' and `Lp' be inline_eoln() (not sure why they weren't before). | ||||
* | Consolidated some sections. Much more readable. | Kristaps Dzonsons | 2009-07-14 | 1 | -388/+376 |
| | |||||
* | Err/warn fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-07-13 | 1 | -4/+0 |
| | | | | Lots of whitespace churn in getting functions aligned nicely. | ||||
* | Fixed `Fo' superfluous space before `('. Noted groff compatibility in mdoc.7. | Kristaps Dzonsons | 2009-07-12 | 1 | -0/+5 |
| | |||||
* | `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok ↵ | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+1 |
| | | | | jmc@openbsd.org, etc. | ||||
* | mdoc.7 using -offset indent instead of -offset XXXX or whatever it was. | Kristaps Dzonsons | 2009-07-12 | 1 | -16/+16 |
| | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -0/+4 |
| | |||||
* | Backed out "-width indent" and "-width indent-two", which aren't | Kristaps Dzonsons | 2009-07-05 | 1 | -6/+0 |
| | | | | | supported by any groff mdoc tmac (and erroneously used in many manuals, hence the confusion). | ||||
* | Noted secret -width indent/indent-two arguments to `Bl'. | Kristaps Dzonsons | 2009-07-04 | 1 | -0/+6 |
| | |||||
* | man.7/mdoc.7 properly reflect escape-character handling. | Kristaps Dzonsons | 2009-07-04 | 1 | -7/+25 |
| | | | | | man.7 points to mdoc.7 for COMPATIBILITY. Whitespace stripping noted in mdoc.7. | ||||
* | Added note about whitespace being stripped from mdoc/man input and re-added ↵ | Kristaps Dzonsons | 2009-06-25 | 1 | -0/+6 |
| | | | | in mandoc(1). | ||||
* | Fixed STRUCTURE repeat (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-25 | 1 | -24/+24 |
| | | | | Simplified some explanations (nobody cares about ontologies these days). | ||||
* | libman documents require `TH' and at least one node. | Kristaps Dzonsons | 2009-06-22 | 1 | -1/+17 |
| | | | | | libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too. | ||||
* | Added -split and -nosplit "I-Don't-Like" note to mdoc.7 (there really must ↵ | Kristaps Dzonsons | 2009-06-22 | 1 | -0/+5 |
| | | | | | | be another way to do this). Fixed .Er -width conversion. | ||||
* | `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...). | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 1 | -1/+11 |
| | | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7. | ||||
* | Made per-macro "now callable" COMPATIBILITY claims into a single "most ↵ | Kristaps Dzonsons | 2009-06-12 | 1 | -30/+35 |
| | | | | | | | macros callable". Added COMPATIBILITY note on escaped special-character sequences. Vertical bar now correctly delimits (like in new groff). | ||||
* | `Lk' is correctly handled as CALLABLE (note groff munges nested output). | Kristaps Dzonsons | 2009-06-12 | 1 | -3/+5 |
| | | | | | | | `Mt' is now CALLABLE. Fixed missing validate/action of zero-element, non-called inline elements. Fixed missing validate/action of nested inline element re-calls. Fixed bogus column argv index in validator. | ||||
* | `Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-06-11 | 1 | -3/+4 |
| | |||||
* | `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-06-11 | 1 | -2/+3 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | 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. | ||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -419/+3 |
| | | | | Support for .br in libman. | ||||
* | Fixes in going over all OpenBSD manuals. | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+2 |
| | |||||
* | Clean-ups to documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -9/+4 |
| | |||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -234/+236 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. | ||||
* | Initial documentation in place for man.7. | Kristaps Dzonsons | 2009-03-23 | 1 | -5/+2 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -0/+5 |
| | | | | Abstraction of mdoc. | ||||
* | More documentation clarification. | Kristaps Dzonsons | 2009-03-22 | 1 | -7/+42 |
| |