summaryrefslogtreecommitdiffstats
path: root/mdoc.3
Commit message (Collapse)AuthorAgeFilesLines
* Removed offsets from most parts (no reason for indentation).Kristaps Dzonsons2010-02-171-18/+18
| | | | | Using POSIX2008 idioms for examples (thanks Joerg Sonnenberger). Removed references to fgetln().
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-071-1/+1
| | | | Fixed bogus `\\' escapes in some manuals.
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-031-1/+1
| | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-1/+1
| | | | Put err() functions back into front-ends (no use making it needlessly complex).
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-201-32/+32
|
* Removed some finished FIXMEs in mdoc.3.Kristaps Dzonsons2009-07-191-8/+0
|
* Fixed man.3 mdoc.3 const-nesses.Kristaps Dzonsons2009-07-051-3/+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
|
* 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.
* General clean-ups.Kristaps Dzonsons2009-03-311-2/+3
|
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-12/+3
| | | | Support for .br in libman.
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-7/+7
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-4/+7
|
* More documentation clarification.Kristaps Dzonsons2009-03-221-0/+3
|
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-211-0/+20
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-8/+21
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+2
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-1/+4
| | | | | | | | | | | 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-168/+31
| | | | mdoc.7 includes its compatibility with system-dependent roff installations.
* Made syste-name macros callable (At, Bsx, etc.).Kristaps Dzonsons2009-03-121-6/+16
|
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-0/+19
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-44/+39
| | | | mdoc.3 indicates compatibilities and bugs.
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-0/+5
|
* More character-encoding.Kristaps Dzonsons2009-02-271-2/+39
|
* *** empty log message ***Kristaps Dzonsons2009-02-251-1/+4
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-1/+18
|
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-5/+14
|
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-13/+13
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* More documentation in place.Kristaps Dzonsons2009-02-231-3/+3
|
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-19/+181
| | | | Added a few more escapes and macros.
* More documentation/installation fixes.Kristaps Dzonsons2009-01-201-0/+10
|
* More correct validation.Kristaps Dzonsons2009-01-191-15/+44
| | | | Elision of prologue macros from main tree.
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-0/+10
|
* Initial separation of tree/mdocml.1.Kristaps Dzonsons2009-01-161-18/+105
| | | | | Finished mdoc.3. Broken build: mdocml.c.
* Added more validation (parents/msecs).Kristaps Dzonsons2009-01-161-0/+56
Initial function documentation for mdoc.3.