summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
Commit message (Collapse)AuthorAgeFilesLines
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-3/+13
| | | | | | 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 Dzonsons2009-06-121-31/+36
| | | | | | | 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 Dzonsons2009-06-121-5/+7
| | | | | | | `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 Dzonsons2009-06-111-4/+5
|
* `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-06-111-3/+4
|
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-3/+3
| | | | | | 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 Dzonsons2009-06-101-3/+3
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-121-3/+3
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+3
| | | | | | | | 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 Dzonsons2009-03-271-420/+4
| | | | Support for .br in libman.
* Fixes in going over all OpenBSD manuals.Kristaps Dzonsons2009-03-271-2/+4
|
* Clean-ups to documentation.Kristaps Dzonsons2009-03-261-10/+5
|
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-236/+238
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-231-6/+3
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-2/+7
| | | | Abstraction of mdoc.
* More documentation clarification.Kristaps Dzonsons2009-03-221-9/+44
|
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-2/+2
| | | | Fixed `Fn' spacing.
* More macros freed from unnecessary limitations on numargs.Kristaps Dzonsons2009-03-211-7/+7
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-3/+19
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Finished all symbols.Kristaps Dzonsons2009-03-191-7/+67
|
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-1/+15
| | | | Added some more groff_chars.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-14/+114
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-5/+23
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-100/+185
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* mdoc.3 refers to local mdoc.7.Kristaps Dzonsons2009-03-141-45/+129
| | | | mdoc.7 includes its compatibility with system-dependent roff installations.
* Finished initial mdoc.7.Kristaps Dzonsons2009-03-131-71/+81
|
* Updating mdoc.7.Kristaps Dzonsons2009-03-131-111/+171
|
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-0/+537
Added \q macro.