summaryrefslogtreecommitdiffstats
path: root/mandoc.1
Commit message (Collapse)AuthorAgeFilesLines
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-5/+17
| | | | | | | Fixed `Ds' meta-macro default width. Fixed -width and -offset "indent", "indent-two", and "left" widths. Fixed -width and -offset literal-word and numeric widths. Fixed off-by-one errors in whitespace output (schwarze@openbsd.org).
* mandoc.1 reflects actual use of -f option (schwarze@openbsd.org)Kristaps Dzonsons2009-06-181-13/+15
|
* Bumped version.VERSION.1.7.19Kristaps Dzonsons2009-06-171-33/+25
| | | | | Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY.
* Manual-aesthetics fix (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-5/+5
|
* 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-1/+1
|
* 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.
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-46/+52
| | | | | | | | 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-4/+22
|
* Added simple font-escapes.Kristaps Dzonsons2009-03-261-0/+11
|
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-12/+7
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-231-1/+2
|
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-7/+42
|
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-231-11/+26
|
* Removed Xo/Xc no-support notices.Kristaps Dzonsons2009-03-221-5/+0
|
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-211-1/+10
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-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.2Kristaps Dzonsons2009-03-201-1/+1
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Fixed mandoc read from stdin.Kristaps Dzonsons2009-03-191-1/+3
| | | | 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.