Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and ↵ | Kristaps Dzonsons | 2010-04-07 | 1 | -42/+54 |
| | | | | Heirloom troff. Bits on Heirloom troff suggested from private communication with Gunnar Ritter (maintainer of Heirloom troff) (Heirloom uses BSD-4.4 mdoc files, from which historic groff -mdoc descends). | ||||
* | Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Breaking mdoc.7's multiline examples into sets of D1. A few errors found ↵ | Kristaps Dzonsons | 2010-04-07 | 1 | -128/+66 |
| | | | | here and there. | ||||
* | Removed warning for `Er' when not used in certain sections (pointed out by ↵ | Kristaps Dzonsons | 2010-04-06 | 1 | -1/+1 |
| | | | | Joerg Sonnenberger). | ||||
* | Note on `Fl' documented in mdoc.7. | Kristaps Dzonsons | 2010-04-06 | 1 | -2/+4 |
| | |||||
* | Fix mdoc bug found by Claus Assmann: `Pf' should be callable. | Kristaps Dzonsons | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" ↵ | Kristaps Dzonsons | 2010-03-31 | 1 | -0/+7 |
| | | | | | | | values). Initial check-in of Ingo Schwarze's patch for Xo/Xc handling (in blocks ifdef'd "UGLY"). Put Oc-close-Op parts into UGLY ifdef blocks. | ||||
* | Fixed misspelt "Loongson" (noted by Ingo Schwarze). | Kristaps Dzonsons | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-03-21 | 1 | -0/+1 |
| | |||||
* | Macro documentation for `Xr'. | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+32 |
| | | | | | Re-added macros following `Vt' (lost somehow?). Removed `Xr' <3 stipulations. | ||||
* | Added `Vt' double-type documentation. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+32 |
| | |||||
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 1 | -21/+21 |
| | | | | Fixed bogus `\\' escapes in some manuals. | ||||
* | Noted non-accepted comment syntax (thanks Joerg Sonnenberger).VERSION.1.9.15-pre1 | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
| | |||||
* | Issue of `Pa' put to rest by Jason McIntyre. Noted in COMPATIBILITY. | Kristaps Dzonsons | 2010-01-01 | 1 | -5/+79 |
| | |||||
* | Documented `Fl' in mdoc.7. | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+22 |
| | | | | Backed out stipulation that `Fl ""' is ignored: this is not the case in !OpenBSD groffs. | ||||
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 1 | -4/+4 |
| | |||||
* | Basically re-wrote -Tascii font handling: instead of incrementers for | Kristaps Dzonsons | 2009-11-12 | 1 | -4/+23 |
| | | | | | | | | | bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7. | ||||
* | Documented \s and cleaned up \f documentation in mdoc.7, man.7. | Kristaps Dzonsons | 2009-11-09 | 1 | -3/+30 |
| | | | | -Thtml now using a2roffdeco(). | ||||
* | -Tascii now correctly ignores \s clauses. | Kristaps Dzonsons | 2009-11-06 | 1 | -2/+3 |
| | |||||
* | Correct support for `\fX' font modes in -Tascii. | Kristaps Dzonsons | 2009-11-05 | 1 | -3/+5 |
| | |||||
* | Copied over and modified manual structure from man.7. | Kristaps Dzonsons | 2009-11-02 | 1 | -31/+178 |
| | |||||
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -20/+9 |
| | | | | | Fitted TH and Dd handlers to use mandoc_a2time(). Documented date syntax for -man, fixed documentation for -mdoc. | ||||
* | Patch on DragonFly BSD syntax (thanks Sascha Wildner). | Kristaps Dzonsons | 2009-10-31 | 1 | -1/+1 |
| | | | | Noted inclusion into DragonFly BSD (thanks Sascha Wildner). | ||||
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+14 |
| | | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from). | ||||
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+5 |
| | |||||
* | Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | More updates to mdoc.7. | Kristaps Dzonsons | 2009-10-20 | 1 | -21/+450 |
| | |||||
* | Continued work on mdoc.7. | Kristaps Dzonsons | 2009-10-19 | 1 | -11/+174 |
| | | | | Noted buffer overwrite bug in -Thtml -mdoc (will fix later). | ||||
* | Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't ↵ | Kristaps Dzonsons | 2009-10-19 | 1 | -224/+420 |
| | | | | | | specified. Many more cleanups to mdoc.7 (ongoing completion and documentation of all macros). | ||||
* | Beginning of mdoc.7 full-reference in place. | Kristaps Dzonsons | 2009-10-19 | 1 | -16/+263 |
| | |||||
* | 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). |