summaryrefslogtreecommitdiffstats
path: root/mdoc.7
Commit message (Collapse)AuthorAgeFilesLines
* More clarity fixes in mdoc.7.Kristaps Dzonsons2009-07-181-17/+7
| | | | Sm/Sy argument to `Bf' fixed (schwarze@openbsd).
* Considerably revamped argument-parsing for correct quoted-literal handling.Kristaps Dzonsons2009-07-181-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 Dzonsons2009-07-171-27/+38
| | | | Doc of macro quotation in mdoc.7.
* `sp' documented: validates & produces correct output.Kristaps Dzonsons2009-07-171-24/+30
|
* Documented `br' macro in mdoc.7.Kristaps Dzonsons2009-07-171-149/+66
| | | | Made `Pp' and `Lp' be inline_eoln() (not sure why they weren't before).
* Consolidated some sections. Much more readable.Kristaps Dzonsons2009-07-141-388/+376
|
* Err/warn fix (schwarze@openbsd.org).Kristaps Dzonsons2009-07-131-4/+0
| | | | Lots of whitespace churn in getting functions aligned nicely.
* Fixed `Fo' superfluous space before `('. Noted groff compatibility in mdoc.7.Kristaps Dzonsons2009-07-121-0/+5
|
* `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok ↵Kristaps Dzonsons2009-07-121-1/+1
| | | | jmc@openbsd.org, etc.
* mdoc.7 using -offset indent instead of -offset XXXX or whatever it was.Kristaps Dzonsons2009-07-121-16/+16
|
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-0/+4
|
* Backed out "-width indent" and "-width indent-two", which aren'tKristaps Dzonsons2009-07-051-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 Dzonsons2009-07-041-0/+6
|
* man.7/mdoc.7 properly reflect escape-character handling.Kristaps Dzonsons2009-07-041-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 Dzonsons2009-06-251-0/+6
| | | | in mandoc(1).
* Fixed STRUCTURE repeat (schwarze@openbsd.org).Kristaps Dzonsons2009-06-251-24/+24
| | | | Simplified some explanations (nobody cares about ontologies these days).
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-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 Dzonsons2009-06-221-0/+5
| | | | | | be another way to do this). Fixed .Er -width conversion.
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-2/+2
|
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-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 Dzonsons2009-06-121-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 Dzonsons2009-06-121-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 Dzonsons2009-06-111-3/+4
|
* `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-06-111-2/+3
|
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-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 Dzonsons2009-06-101-1/+1
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Spelling "preceed" -> "precede" (naddy).Kristaps Dzonsons2009-04-121-2/+2
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-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 Dzonsons2009-03-271-419/+3
| | | | Support for .br in libman.
* Fixes in going over all OpenBSD manuals.Kristaps Dzonsons2009-03-271-0/+2
|
* Clean-ups to documentation.Kristaps Dzonsons2009-03-261-9/+4
|
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-234/+236
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-231-5/+2
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+5
| | | | Abstraction of mdoc.
* More documentation clarification.Kristaps Dzonsons2009-03-221-7/+42
|
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-211-1/+1
| | | | Fixed `Fn' spacing.
* More macros freed from unnecessary limitations on numargs.Kristaps Dzonsons2009-03-211-5/+5
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-1/+17
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Finished all symbols.Kristaps Dzonsons2009-03-191-6/+66
|
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-0/+14
| | | | Added some more groff_chars.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-12/+112
| | | | | | 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-4/+22
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-98/+183
| | | | | | | | | | | 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-43/+127
| | | | mdoc.7 includes its compatibility with system-dependent roff installations.
* Finished initial mdoc.7.Kristaps Dzonsons2009-03-131-70/+80
|
* Updating mdoc.7.Kristaps Dzonsons2009-03-131-110/+170
|
* Added canonical mdoc.7.Kristaps Dzonsons2009-03-131-0/+537
Added \q macro.