summaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.1
Commit message (Collapse)AuthorAgeFilesLines
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-2/+19
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Updated manuals.Kristaps Dzonsons2009-03-081-13/+40
| | | | Added -fign-scope and -fign-escape.
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-3/+3
| | | | | Added -V option. Deprecated README files.
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-8/+12
|
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-2/+6
|
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-3/+3
|
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-031-12/+32
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-021-2/+21
| | | | Put styles into symtab (for real this time).
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION_1_3_6Kristaps Dzonsons2009-02-271-11/+1
|
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-1/+112
|
* More character-encoding.Kristaps Dzonsons2009-02-271-9/+2
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-1/+8
|
* Support for nested lists added.Kristaps Dzonsons2009-02-251-3/+4
|
* Added mdoclint.Kristaps Dzonsons2009-02-231-2/+3
| | | | `make regress' uses mdoclint
* *** empty log message ***Kristaps Dzonsons2009-02-221-2/+8
|
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-0/+113
Escape-recognition term.c.