summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
Commit message (Collapse)AuthorAgeFilesLines
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-48/+54
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* Documented -mandoc behaviour.Kristaps Dzonsons2009-04-021-6/+24
|
* Added simple font-escapes.Kristaps Dzonsons2009-03-261-1/+12
|
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-14/+9
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-231-2/+3
|
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-8/+43
|
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-13/+28
|
* Removed Xo/Xc no-support notices.Kristaps Dzonsons2009-03-221-7/+2
|
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-211-2/+11
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-6/+41
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-3/+3
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-2/+4
| | | | Added some more groff_chars.
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+169
Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.