Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial documentation in place for man.7. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+2 |
| | |||||
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -7/+42 |
| | |||||
* | More manual documentation fixed/improved. | Kristaps Dzonsons | 2009-03-23 | 1 | -11/+26 |
| | |||||
* | Removed Xo/Xc no-support notices. | Kristaps Dzonsons | 2009-03-22 | 1 | -5/+0 |
| | |||||
* | Fixes to dynamic addition of Bl width. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+10 |
| | |||||
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 1 | -4/+39 |
| | | | | | Punctuation fully fixed (per-reserved-word). Sm enabled. | ||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -1/+1 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Fixed mandoc read from stdin. | Kristaps Dzonsons | 2009-03-19 | 1 | -1/+3 |
| | | | | Added some more groff_chars. | ||||
* | Split mdocterm.c -> main.c terminal.c. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+169 |
Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree. |