summaryrefslogtreecommitdiffstatshomepage
path: root/man.7
Commit message (Collapse)AuthorAgeFilesLines
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-9/+1
|
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but ↵Kristaps Dzonsons2009-11-121-5/+12
| | | | adds a bit of complexity that I'd rather avoid).
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-3/+5
| | | | | | | | | bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7.
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-2/+9
|
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-091-4/+29
| | | | -Thtml now using a2roffdeco().
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-4/+5
|
* Examples not being link-referenced (consistency).Kristaps Dzonsons2009-11-021-8/+5
|
* Fixed `Sx' links in man.7 (todo: add a check for these).Kristaps Dzonsons2009-11-021-31/+31
|
* Significant improvements to man(7). More or less finished.Kristaps Dzonsons2009-11-021-65/+314
|
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-20/+40
| | | | | Fitted TH and Dd handlers to use mandoc_a2time(). Documented date syntax for -man, fixed documentation for -mdoc.
* Finished section-by-section definitions in man.7 (will be used as baseline ↵Kristaps Dzonsons2009-10-311-26/+91
| | | | for mdoc.7).
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION_1_9_11Kristaps Dzonsons2009-10-261-2/+59
| | | | Version: 1.9.11.
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-2/+7
|
* Made man.7 use lots of Sx/Ss to link between macro definitions and references.Kristaps Dzonsons2009-10-191-104/+109
|
* Properly documented scaling widths in man.7.Kristaps Dzonsons2009-10-181-30/+73
|
* Version: 1.9.2.VERSION_1_9_2Kristaps Dzonsons2009-09-051-4/+4
| | | | Fixed man.7 syntax error (oops).
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-7/+10
| | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used.
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-12/+4
| | | | Consecutive ELINE scopes are now pruned (with a warning).
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have ↵Kristaps Dzonsons2009-08-201-3/+3
| | | | next-line head scope.
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-2/+12
|
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-201-219/+240
| | | | Clarified COMPATIBILITY section (which modes/inputs).
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-5/+11
|
* Fix to libmdoc passing over delimiters.Kristaps Dzonsons2009-08-201-87/+129
| | | | `RS' and `RE' documented in man.7.
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-191-3/+3
|
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-181-216/+229
|
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-10/+35
| | | | Fully tested and correct scope-rewinding of block macros.
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-171-7/+26
| | | | Documented numeric widths.
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-131-6/+15
|
* Added proper `TP' support.Kristaps Dzonsons2009-08-131-2/+4
|
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-131-6/+22
|
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-82/+221
| | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman.
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-21/+24
| | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c.
* Removed trailing whitespace in manuals.Kristaps Dzonsons2009-07-201-24/+24
|
* Small changes, reducing verbosity.Kristaps Dzonsons2009-07-141-13/+10
|
* man.7/mdoc.7 properly reflect escape-character handling.Kristaps Dzonsons2009-07-041-3/+13
| | | | | man.7 points to mdoc.7 for COMPATIBILITY. Whitespace stripping noted in mdoc.7.
* Added note about whitespace being stripped from mdoc/man input and re-added ↵Kristaps Dzonsons2009-06-251-1/+7
| | | | in mandoc(1).
* Fixed STRUCTURE/SYNTAX section data.Kristaps Dzonsons2009-06-251-15/+15
|
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-4/+17
| | | | | libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too.
* Added -fno-ign-chars support to libman.Kristaps Dzonsons2009-06-181-4/+6
| | | | | | | man_validate.c checks for non-tab/isprint words. libman hashtable fixed (was ignoring .br). Added ncount field to man_node, deprecating count() functions. Documented use of tabs in man.7.
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-2/+12
| | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7.
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-3/+3
| | | | | | 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-3/+3
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-13/+11
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+3
| | | | | | | | 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-8/+11
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* Added br documentation.Kristaps Dzonsons2009-03-271-1/+10
|
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-7/+4
| | | | Support for .br in libman.
* Clean-ups to documentation.Kristaps Dzonsons2009-03-261-23/+10
|
* All macro-invocations, for consistency, begin with `.' in documentation.Kristaps Dzonsons2009-03-261-19/+74
| | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1/+2
|