]> git.cameronkatri.com Git - mandoc.git/log
mandoc.git
15 years agoSynchronised man.7, mdoc.7, mdoc.template manual structure.
Kristaps Dzonsons [Thu, 20 Aug 2009 13:32:09 +0000 (13:32 +0000)]
Synchronised man.7, mdoc.7, mdoc.template manual structure.

15 years agoUpdated manual structure in mdoc.7.
Kristaps Dzonsons [Thu, 20 Aug 2009 13:22:48 +0000 (13:22 +0000)]
Updated manual structure in mdoc.7.
Synchronised mdoc.template and mdoc.7 manual structure.
`Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children).
`Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).

15 years agoSmall cleanup in mandoc.1.
Kristaps Dzonsons [Thu, 20 Aug 2009 12:26:15 +0000 (12:26 +0000)]
Small cleanup in mandoc.1.

15 years agoDocumented omission of `na' and `Dt'.
Kristaps Dzonsons [Thu, 20 Aug 2009 12:08:40 +0000 (12:08 +0000)]
Documented omission of `na' and `Dt'.
Clarified COMPATIBILITY section (which modes/inputs).

15 years agoAdded `DT' macro (pointed out by joerg@netbsd.org).
Kristaps Dzonsons [Thu, 20 Aug 2009 11:51:07 +0000 (11:51 +0000)]
Added `DT' macro (pointed out by joerg@netbsd.org).

15 years agoFix to libmdoc passing over delimiters.
Kristaps Dzonsons [Thu, 20 Aug 2009 11:44:47 +0000 (11:44 +0000)]
Fix to libmdoc passing over delimiters.
`RS' and `RE' documented in man.7.

15 years agoDocumented ARGS_ handling in args().
Kristaps Dzonsons [Thu, 20 Aug 2009 09:07:24 +0000 (09:07 +0000)]
Documented ARGS_ handling in args().

15 years agoDelimiter whitespace is correctly flagged (required some special handling).
Kristaps Dzonsons [Thu, 20 Aug 2009 08:59:12 +0000 (08:59 +0000)]
Delimiter whitespace is correctly flagged (required some special handling).

15 years agoMore already-fixed FIXMEs.
Kristaps Dzonsons [Wed, 19 Aug 2009 14:45:56 +0000 (14:45 +0000)]
More already-fixed FIXMEs.

15 years agoRemoved already-fixed FIXME.
Kristaps Dzonsons [Wed, 19 Aug 2009 14:44:35 +0000 (14:44 +0000)]
Removed already-fixed FIXME.

15 years agoIn-line documentation of mdoc_macro file.
Kristaps Dzonsons [Wed, 19 Aug 2009 14:09:33 +0000 (14:09 +0000)]
In-line documentation of mdoc_macro file.
Moved _NEXT_ macros into _alloc_ routines (where they belong).

15 years agolibman checks for open explicit scopes on exit.
Kristaps Dzonsons [Wed, 19 Aug 2009 12:15:58 +0000 (12:15 +0000)]
libman checks for open explicit scopes on exit.

15 years agoLinux compat fix.
Kristaps Dzonsons [Wed, 19 Aug 2009 12:00:46 +0000 (12:00 +0000)]
Linux compat fix.

15 years agoMoved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).
Kristaps Dzonsons [Wed, 19 Aug 2009 11:58:32 +0000 (11:58 +0000)]
Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).
De-chunking of word terms in libman.

15 years ago`RS' blocks correctly formatting in output device.
Kristaps Dzonsons [Wed, 19 Aug 2009 11:30:40 +0000 (11:30 +0000)]
`RS' blocks correctly formatting in output device.

15 years agoAdded RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).
Kristaps Dzonsons [Wed, 19 Aug 2009 09:14:50 +0000 (09:14 +0000)]
Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).

15 years agolibmdoc accepts whitespace following control character. VERSION_1_9_0
Kristaps Dzonsons [Tue, 18 Aug 2009 14:27:16 +0000 (14:27 +0000)]
libmdoc accepts whitespace following control character.

15 years agoFixed missing check for open ELINE scope in BLINE macro.
Kristaps Dzonsons [Tue, 18 Aug 2009 11:46:44 +0000 (11:46 +0000)]
Fixed missing check for open ELINE scope in BLINE macro.

15 years agoSmall updates to man.7 (next-line break-exclusions, numerical width example).
Kristaps Dzonsons [Tue, 18 Aug 2009 08:48:30 +0000 (08:48 +0000)]
Small updates to man.7 (next-line break-exclusions, numerical width example).
Fully tested and correct scope-rewinding of block macros.

15 years agoUpdated libman AST documentation.
Kristaps Dzonsons [Mon, 17 Aug 2009 11:10:02 +0000 (11:10 +0000)]
Updated libman AST documentation.
Version (not yet finalised, but tagging in Makefile): 1.9.0.

15 years ago`IP' and `TP' correctly handle width arguments.
Kristaps Dzonsons [Mon, 17 Aug 2009 11:03:07 +0000 (11:03 +0000)]
`IP' and `TP' correctly handle width arguments.
Documented numeric widths.

15 years agoFinished correct `IP' handling.
Kristaps Dzonsons [Thu, 13 Aug 2009 12:54:52 +0000 (12:54 +0000)]
Finished correct `IP' handling.

15 years agoAdded proper `TP' support.
Kristaps Dzonsons [Thu, 13 Aug 2009 12:31:50 +0000 (12:31 +0000)]
Added proper `TP' support.

15 years agoAdded full `HP' libman macro support.
Kristaps Dzonsons [Thu, 13 Aug 2009 12:15:58 +0000 (12:15 +0000)]
Added full `HP' libman macro support.

15 years agoSignificant overhaul in libman. Macros are now block- and line-scoped (with
Kristaps Dzonsons [Thu, 13 Aug 2009 11:45:29 +0000 (11:45 +0000)]
Significant overhaul in libman.  Macros are now block- and line-scoped (with
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.

15 years agoNoted areas that need work in libmdoc.
Kristaps Dzonsons [Thu, 13 Aug 2009 11:43:24 +0000 (11:43 +0000)]
Noted areas that need work in libmdoc.

15 years agoMoved indentation size into *term.c files.
Kristaps Dzonsons [Mon, 10 Aug 2009 10:09:51 +0000 (10:09 +0000)]
Moved indentation size into *term.c files.
Improved handling of libman `IP' macro (still needs work).

15 years agoFixed groff-compat where two `Sh' calls, with the first not having a body, don't...
Kristaps Dzonsons [Wed, 29 Jul 2009 09:02:41 +0000 (09:02 +0000)]
Fixed groff-compat where two `Sh' calls, with the first not having a body, don't assert vspace between calls.

15 years agoDocumented behaviour of interpreting parsable/callable macros.
Kristaps Dzonsons [Wed, 29 Jul 2009 08:58:11 +0000 (08:58 +0000)]
Documented behaviour of interpreting parsable/callable macros.

15 years agoColumns with `Bl -column' correctly check for CALLABLE status.
Kristaps Dzonsons [Wed, 29 Jul 2009 08:52:24 +0000 (08:52 +0000)]
Columns with `Bl -column' correctly check for CALLABLE status.

15 years agoMoved CALLABLE check to lookup_raw().
Kristaps Dzonsons [Wed, 29 Jul 2009 08:46:06 +0000 (08:46 +0000)]
Moved CALLABLE check to lookup_raw().
Made PARSABLE check occur prior to lookup().
Non-PARSEABLE macros no longer warn against having macro-like parameters.
Non-CALLABLE macros no longer produce an error, just display their symbols (as in groff) (pointed out by joerg@netbsd.org).

15 years agoDocumented trademark and restricted mark (oops). VERSION_1_8_5
Kristaps Dzonsons [Tue, 28 Jul 2009 12:15:11 +0000 (12:15 +0000)]
Documented trademark and restricted mark (oops).

15 years agoQuick-fix in mandoc_char.7 trailing whitespace.
Kristaps Dzonsons [Tue, 28 Jul 2009 12:07:11 +0000 (12:07 +0000)]
Quick-fix in mandoc_char.7 trailing whitespace.

15 years agoVersion: 1.8.5.
Kristaps Dzonsons [Tue, 28 Jul 2009 11:59:18 +0000 (11:59 +0000)]
Version: 1.8.5.
Added \*R, \*(Tm (obscure -man predefined strings).

15 years agoAdded Greek characters to ascii.in (from groff_char.7).
Kristaps Dzonsons [Tue, 28 Jul 2009 11:53:26 +0000 (11:53 +0000)]
Added Greek characters to ascii.in (from groff_char.7).
Added Euro symbols (from groff_char.7).

15 years agoFix in newline.
Kristaps Dzonsons [Tue, 28 Jul 2009 10:15:12 +0000 (10:15 +0000)]
Fix in newline.
Correct printing of N-char predefined/special strings.

15 years agoFixed \(bq.
Kristaps Dzonsons [Tue, 28 Jul 2009 10:09:29 +0000 (10:09 +0000)]
Fixed \(bq.

15 years agomain.c using fprintf instead of warnx for parse errors (like cc).
Kristaps Dzonsons [Mon, 27 Jul 2009 19:43:02 +0000 (19:43 +0000)]
main.c using fprintf instead of warnx for parse errors (like cc).
Error string is now file:line:col: message.
Removed sed from vim -q example in manuals.7.
Fixed column reporting (off by one).

15 years agoRe-ordered ascii.in looking for dupes.
Kristaps Dzonsons [Mon, 27 Jul 2009 13:10:08 +0000 (13:10 +0000)]
Re-ordered ascii.in looking for dupes.
Added `vim -q' tip to manuals.7 (thanks uqs@sporlein.net).
ifdef'd production of missing specials/predefines.

15 years agoClarified special chars/predefined chars in mandoc_char.7.
Kristaps Dzonsons [Mon, 27 Jul 2009 12:35:53 +0000 (12:35 +0000)]
Clarified special chars/predefined chars in mandoc_char.7.
Cleaned up escape section in man.7, mdoc.7.
Cleaned up function names in term.c.

15 years agoCorrect handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined strings...
Kristaps Dzonsons [Mon, 27 Jul 2009 12:02:49 +0000 (12:02 +0000)]
Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined strings and escape characters, respectively.

15 years agoFixed \% special char (via groff.7).
Kristaps Dzonsons [Sun, 26 Jul 2009 19:53:40 +0000 (19:53 +0000)]
Fixed \% special char (via groff.7).
Added some typographic special chars to mandoc_char.7.

15 years agoRemoved POSIX.1 COMPATIBILITY note in mdoc.7.
Kristaps Dzonsons [Sun, 26 Jul 2009 19:30:50 +0000 (19:30 +0000)]
Removed POSIX.1 COMPATIBILITY note in mdoc.7.
Noted that \~ doesn't work in mandoc.1 (thanks uqs@sporlein.net).

15 years agoPOSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, ingo...
Kristaps Dzonsons [Sun, 26 Jul 2009 18:59:31 +0000 (18:59 +0000)]
POSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, ingo@openbsd.org).

15 years agoVersion. VERSION_1_8_4
Kristaps Dzonsons [Sun, 26 Jul 2009 10:35:55 +0000 (10:35 +0000)]
Version.

15 years agoMade out-of-order prologue macros not cause an error.
Kristaps Dzonsons [Sun, 26 Jul 2009 10:29:39 +0000 (10:29 +0000)]
Made out-of-order prologue macros not cause an error.

15 years agoNoted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with jmc@openbsd...
Kristaps Dzonsons [Sun, 26 Jul 2009 10:14:22 +0000 (10:14 +0000)]
Noted POSIX/POSIX.1 disparity (found by uqs@sporlein.net, discussed with jmc@openbsd.org et al.).

15 years agoPatches and results of LLVM static analysis (thanks uqs@sporlein.net).
Kristaps Dzonsons [Sat, 25 Jul 2009 16:03:03 +0000 (16:03 +0000)]
Patches and results of LLVM static analysis (thanks uqs@sporlein.net).

15 years agoAdded `sp' support to libman.
Kristaps Dzonsons [Fri, 24 Jul 2009 20:22:24 +0000 (20:22 +0000)]
Added `sp' support to libman.
Added `\c' to known escapes (only used in man, but still).

15 years agoAdded -fign-errors for VERY fast checking of many manuals without stopping at errors.
Kristaps Dzonsons [Fri, 24 Jul 2009 14:00:59 +0000 (14:00 +0000)]
Added -fign-errors for VERY fast checking of many manuals without stopping at errors.

15 years agoAdded `St -ieee1275-94'.
Kristaps Dzonsons [Fri, 24 Jul 2009 13:18:15 +0000 (13:18 +0000)]
Added `St -ieee1275-94'.
Documented a future `Bd' fixme.

15 years agoAdded `St -isoC'.
Kristaps Dzonsons [Fri, 24 Jul 2009 13:09:45 +0000 (13:09 +0000)]
Added `St -isoC'.

15 years agoAdded `St -xns5.2'.
Kristaps Dzonsons [Fri, 24 Jul 2009 13:06:11 +0000 (13:06 +0000)]
Added `St -xns5.2'.

15 years agoFixed DIAGNOSTIC display (leading double-space only before BODY).
Kristaps Dzonsons [Fri, 24 Jul 2009 12:52:28 +0000 (12:52 +0000)]
Fixed DIAGNOSTIC display (leading double-space only before BODY).

15 years agoRemoved superfluous FIXMEs.
Kristaps Dzonsons [Fri, 24 Jul 2009 12:48:18 +0000 (12:48 +0000)]
Removed superfluous FIXMEs.

15 years agoFull support for `An -split/-nosplit'. Compat documented.
Kristaps Dzonsons [Fri, 24 Jul 2009 12:47:35 +0000 (12:47 +0000)]
Full support for `An -split/-nosplit'.  Compat documented.

15 years agoAllow `An' to accept NULL arguments (-split/-nosplit).
Kristaps Dzonsons [Fri, 24 Jul 2009 12:17:25 +0000 (12:17 +0000)]
Allow `An' to accept NULL arguments (-split/-nosplit).

15 years ago`An' gives correct error message in encountering arguments/parameters.
Kristaps Dzonsons [Fri, 24 Jul 2009 12:09:37 +0000 (12:09 +0000)]
`An' gives correct error message in encountering arguments/parameters.

15 years ago`Bd' printing simplified (now that literal text is preserved).
Kristaps Dzonsons [Fri, 24 Jul 2009 11:54:54 +0000 (11:54 +0000)]
`Bd' printing simplified (now that literal text is preserved).

15 years agoText tokens with leading whitespace (like indented blocks in `Bd -literal') are print...
Kristaps Dzonsons [Fri, 24 Jul 2009 11:54:25 +0000 (11:54 +0000)]
Text tokens with leading whitespace (like indented blocks in `Bd -literal') are printed correctly.

15 years agoVersion. VERSION_1_8_3
Kristaps Dzonsons [Thu, 23 Jul 2009 09:49:01 +0000 (09:49 +0000)]
Version.

15 years agoUgly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists.
Kristaps Dzonsons [Thu, 23 Jul 2009 09:40:25 +0000 (09:40 +0000)]
Ugly fix for `Bl' or `Bd' causing badness when nested in `Bl -hang' lists.

15 years agoBl -column now accepts columns = (1 + stated columns), which covers all remaining...
Kristaps Dzonsons [Thu, 23 Jul 2009 08:36:32 +0000 (08:36 +0000)]
Bl -column now accepts columns = (1 + stated columns), which covers all remaining column usage/abuse I can see.

15 years agoLintified term_flushln() (type mismatches).
Kristaps Dzonsons [Thu, 23 Jul 2009 08:35:22 +0000 (08:35 +0000)]
Lintified term_flushln() (type mismatches).

15 years agoRe-added `Pa' handling -- had removed it, but it's a bug in groff that it doesn't...
Kristaps Dzonsons [Tue, 21 Jul 2009 15:54:18 +0000 (15:54 +0000)]
Re-added `Pa' handling -- had removed it, but it's a bug in groff that it doesn't always render.

15 years agoNoted that `Pa' can accept 0 arguments.
Kristaps Dzonsons [Tue, 21 Jul 2009 15:53:47 +0000 (15:53 +0000)]
Noted that `Pa' can accept 0 arguments.

15 years agoAdded default print of `~' with empty `Pa' (not documented with OpenBSD, but still...
Kristaps Dzonsons [Tue, 21 Jul 2009 15:53:31 +0000 (15:53 +0000)]
Added default print of `~' with empty `Pa' (not documented with OpenBSD, but still applicable).

15 years agoNoted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.
Kristaps Dzonsons [Tue, 21 Jul 2009 15:52:41 +0000 (15:52 +0000)]
Noted COMPATIBILITY where, in groff, `Pa' under `It' doesn't render its style.

15 years agoMade `%T' underline instead of quote.
Kristaps Dzonsons [Tue, 21 Jul 2009 15:39:04 +0000 (15:39 +0000)]
Made `%T' underline instead of quote.

15 years agoFixed undocumented `-diag' where NULL list item bodies aren't followed by a vspace.
Kristaps Dzonsons [Tue, 21 Jul 2009 15:35:30 +0000 (15:35 +0000)]
Fixed undocumented `-diag' where NULL list item bodies aren't followed by a vspace.

15 years agoFixed transcription error of define values (bah).
Kristaps Dzonsons [Tue, 21 Jul 2009 15:33:05 +0000 (15:33 +0000)]
Fixed transcription error of define values (bah).

15 years agoFixed `Bl -column' undocumented no-vspace rule to only work within the list.
Kristaps Dzonsons [Tue, 21 Jul 2009 15:03:37 +0000 (15:03 +0000)]
Fixed `Bl -column' undocumented no-vspace rule to only work within the list.

15 years agoRe-fixed `-diag' (accidentally broke in last checkin).
Kristaps Dzonsons [Tue, 21 Jul 2009 14:28:36 +0000 (14:28 +0000)]
Re-fixed `-diag' (accidentally broke in last checkin).

15 years agoRemoved `Pa' underline formatting (no groff does this).
Kristaps Dzonsons [Tue, 21 Jul 2009 13:45:04 +0000 (13:45 +0000)]
Removed `Pa' underline formatting (no groff does this).

15 years agoBringing spacing more in line with groff, patches from schwarze@openbsd.org. Pre...
Kristaps Dzonsons [Tue, 21 Jul 2009 13:34:13 +0000 (13:34 +0000)]
Bringing spacing more in line with groff, patches from schwarze@openbsd.org.  Pre-testing.

15 years agoRight-most column now fills to the right margin (undocumented groff behaviour).
Kristaps Dzonsons [Tue, 21 Jul 2009 12:47:52 +0000 (12:47 +0000)]
Right-most column now fills to the right margin (undocumented groff behaviour).

15 years agoFreeBSD includes fix (uqs@sporlein.net).
Kristaps Dzonsons [Mon, 20 Jul 2009 20:49:22 +0000 (20:49 +0000)]
FreeBSD includes fix (uqs@sporlein.net).

15 years agoRemoved historical ports (they're just cluttering the page).
Kristaps Dzonsons [Mon, 20 Jul 2009 20:09:49 +0000 (20:09 +0000)]
Removed historical ports (they're just cluttering the page).

15 years agoVersion. VERSION_1_8_2
Kristaps Dzonsons [Mon, 20 Jul 2009 19:34:39 +0000 (19:34 +0000)]
Version.

15 years agoFixed zero-length width string causing assertion (defaulting to 10 -- this needs...
Kristaps Dzonsons [Mon, 20 Jul 2009 19:30:46 +0000 (19:30 +0000)]
Fixed zero-length width string causing assertion (defaulting to 10 -- this needs work).

15 years agoUndocumented behaviour in groff: `Bl -column' implies `-compact'.
Kristaps Dzonsons [Mon, 20 Jul 2009 15:05:34 +0000 (15:05 +0000)]
Undocumented behaviour in groff: `Bl -column' implies `-compact'.
mandoc now allows fewer columns than the -width specifies.

15 years agoMore cleanups for TABSEP handling.
Kristaps Dzonsons [Mon, 20 Jul 2009 14:12:27 +0000 (14:12 +0000)]
More cleanups for TABSEP handling.

15 years agoReplaced ugly TABSEP handling with simpler routine.
Kristaps Dzonsons [Mon, 20 Jul 2009 14:09:38 +0000 (14:09 +0000)]
Replaced ugly TABSEP handling with simpler routine.

15 years agoRemoved trailing whitespace in manuals.
Kristaps Dzonsons [Mon, 20 Jul 2009 13:45:11 +0000 (13:45 +0000)]
Removed trailing whitespace in manuals.

15 years agoFixed and cleaned up "phrase" handling (`Bl -column' columns).
Kristaps Dzonsons [Sun, 19 Jul 2009 21:26:27 +0000 (21:26 +0000)]
Fixed and cleaned up "phrase" handling (`Bl -column' columns).
Found strange newline bug in -diag handling (and others?).

15 years agoFixed broken `make www' dep. VERSION_1_8_1
Kristaps Dzonsons [Sun, 19 Jul 2009 09:46:12 +0000 (09:46 +0000)]
Fixed broken `make www' dep.

15 years agoVersion.
Kristaps Dzonsons [Sun, 19 Jul 2009 09:22:05 +0000 (09:22 +0000)]
Version.

15 years agoMade `Cd' parseable (too many SYNOPSIS sections do this).
Kristaps Dzonsons [Sun, 19 Jul 2009 09:17:42 +0000 (09:17 +0000)]
Made `Cd' parseable (too many SYNOPSIS sections do this).

15 years agoRemoved unused TERMP_LITERAL.
Kristaps Dzonsons [Sun, 19 Jul 2009 09:10:42 +0000 (09:10 +0000)]
Removed unused TERMP_LITERAL.

15 years agoChangeLog xsl reflects symbolic tag.
Kristaps Dzonsons [Sun, 19 Jul 2009 08:49:57 +0000 (08:49 +0000)]
ChangeLog xsl reflects symbolic tag.

15 years agoRemoved some finished FIXMEs in mdoc.3.
Kristaps Dzonsons [Sun, 19 Jul 2009 08:34:59 +0000 (08:34 +0000)]
Removed some finished FIXMEs in mdoc.3.

15 years agoExplicit-close macros now only warn when encountering trailing terms, not
Kristaps Dzonsons [Sun, 19 Jul 2009 08:28:48 +0000 (08:28 +0000)]
Explicit-close macros now only warn when encountering trailing terms, not
error out (try `.Ed foo').

15 years agoRemoved superfluous NOSPACE in bd post.
Kristaps Dzonsons [Sun, 19 Jul 2009 08:24:16 +0000 (08:24 +0000)]
Removed superfluous NOSPACE in bd post.

15 years agotermpair flags unset before post, after body (suggested by schwarze@openbsd).
Kristaps Dzonsons [Sun, 19 Jul 2009 08:18:28 +0000 (08:18 +0000)]
termpair flags unset before post, after body (suggested by schwarze@openbsd).

15 years agoMore clarity fixes in mdoc.7.
Kristaps Dzonsons [Sat, 18 Jul 2009 23:31:04 +0000 (23:31 +0000)]
More clarity fixes in mdoc.7.
Sm/Sy argument to `Bf' fixed (schwarze@openbsd).

15 years agoMade unterminated quoted literals be a warning, like groff.
Kristaps Dzonsons [Sat, 18 Jul 2009 18:59:33 +0000 (18:59 +0000)]
Made unterminated quoted literals be a warning, like groff.

15 years agoConsiderably revamped argument-parsing for correct quoted-literal handling.
Kristaps Dzonsons [Sat, 18 Jul 2009 18:49:19 +0000 (18:49 +0000)]
Considerably revamped argument-parsing for correct quoted-literal handling.
Deprecated ARGS_QUOTED (all arguments are quotable).
Documented quotation and whitespace rules in mdoc.7.

15 years agoBetter doc of whitespace handling in mdoc.7.
Kristaps Dzonsons [Fri, 17 Jul 2009 14:51:04 +0000 (14:51 +0000)]
Better doc of whitespace handling in mdoc.7.
Doc of macro quotation in mdoc.7.

15 years agoRemoved automatic port generation, as the downstream versions should be used instead.
Kristaps Dzonsons [Fri, 17 Jul 2009 13:23:26 +0000 (13:23 +0000)]
Removed automatic port generation, as the downstream versions should be used instead.

15 years ago`sp' documented: validates & produces correct output.
Kristaps Dzonsons [Fri, 17 Jul 2009 12:40:48 +0000 (12:40 +0000)]
`sp' documented: validates & produces correct output.