]> git.cameronkatri.com Git - mandoc.git/log
mandoc.git
15 years agoGNU/Linux also uses \- for Nd (ew).
Kristaps Dzonsons [Sun, 12 Jul 2009 16:55:11 +0000 (16:55 +0000)]
GNU/Linux also uses \- for Nd (ew).

15 years agoConsolidated Bx/Ox/Nx/etc. into one function.
Kristaps Dzonsons [Sun, 12 Jul 2009 16:52:41 +0000 (16:52 +0000)]
Consolidated Bx/Ox/Nx/etc. into one function.

15 years agoCheck for NAME sanity fixed (last named section -> last section).
Kristaps Dzonsons [Sun, 12 Jul 2009 16:41:33 +0000 (16:41 +0000)]
Check for NAME sanity fixed (last named section -> last section).

15 years agoAdded back in MDOC_TEXT stipulation in NAME check (post-Nm punctuation, duh).
Kristaps Dzonsons [Sun, 12 Jul 2009 16:38:15 +0000 (16:38 +0000)]
Added back in MDOC_TEXT stipulation in NAME check (post-Nm punctuation, duh).

15 years ago`Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok jmc@openbsd...
Kristaps Dzonsons [Sun, 12 Jul 2009 16:34:16 +0000 (16:34 +0000)]
`Nd' is now a BFI (was an ELEM).  Noted by joerg@netbsd.org, behaviour ok jmc@openbsd.org, etc.

15 years agomdoc.7 using -offset indent instead of -offset XXXX or whatever it was.
Kristaps Dzonsons [Sun, 12 Jul 2009 15:32:26 +0000 (15:32 +0000)]
mdoc.7 using -offset indent instead of -offset XXXX or whatever it was.

15 years agoFix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).
Kristaps Dzonsons [Sun, 12 Jul 2009 09:48:00 +0000 (09:48 +0000)]
Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).

15 years agoVersion. VERSION_1_7_24
Kristaps Dzonsons [Sun, 12 Jul 2009 09:16:32 +0000 (09:16 +0000)]
Version.

15 years agoFixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of warn/err (BIG...
Kristaps Dzonsons [Sun, 12 Jul 2009 09:13:21 +0000 (09:13 +0000)]
Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of warn/err (BIG mistake).  From suggestion by <joerg@netbsd.org>.

15 years agoNoted dissent with \- for OpenBSD.
Kristaps Dzonsons [Sun, 12 Jul 2009 08:49:50 +0000 (08:49 +0000)]
Noted dissent with \- for OpenBSD.

15 years agoAdded \(hy symbol.
Kristaps Dzonsons [Sun, 12 Jul 2009 08:45:56 +0000 (08:45 +0000)]
Added \(hy symbol.
Properly categorised \- as an arithmetic minus sign.
Nd produces \(em instead of old \-.
OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org).

15 years agoRemoved long-fixed FIXME note.
Kristaps Dzonsons [Sat, 11 Jul 2009 20:47:52 +0000 (20:47 +0000)]
Removed long-fixed FIXME note.

15 years agoAdded `.St -p1003.1i-95' (joerg@netbsd.org).
Kristaps Dzonsons [Sat, 11 Jul 2009 18:55:37 +0000 (18:55 +0000)]
Added `.St -p1003.1i-95' (joerg@netbsd.org).

15 years agoMade `In' handling work in new-groff style (see mdoc.samples).
Kristaps Dzonsons [Tue, 7 Jul 2009 11:47:17 +0000 (11:47 +0000)]
Made `In' handling work in new-groff style (see mdoc.samples).

15 years agoSmall clean-ups in error message usage. VERSION_1_7_23
Kristaps Dzonsons [Tue, 7 Jul 2009 09:52:08 +0000 (09:52 +0000)]
Small clean-ups in error message usage.
Version.

15 years agoTabularised error strings in libman.
Kristaps Dzonsons [Tue, 7 Jul 2009 09:35:40 +0000 (09:35 +0000)]
Tabularised error strings in libman.

15 years agoTabularised error-code lookup in mdoc.c.
Kristaps Dzonsons [Tue, 7 Jul 2009 09:29:15 +0000 (09:29 +0000)]
Tabularised error-code lookup in mdoc.c.

15 years agoCleaned out duplicate {mdoc,man}warn in main.c.
Kristaps Dzonsons [Mon, 6 Jul 2009 13:08:12 +0000 (13:08 +0000)]
Cleaned out duplicate {mdoc,man}warn in main.c.

15 years agoConsolidated all err/warnings into mdoc.c via libmdoc.h.
Kristaps Dzonsons [Mon, 6 Jul 2009 13:04:52 +0000 (13:04 +0000)]
Consolidated all err/warnings into mdoc.c via libmdoc.h.

15 years agoConsolidated pwarn->perr in mdoc_argv.
Kristaps Dzonsons [Mon, 6 Jul 2009 11:21:34 +0000 (11:21 +0000)]
Consolidated pwarn->perr in mdoc_argv.

15 years agoConsolidated mdoc_action pwarn->perr.
Kristaps Dzonsons [Mon, 6 Jul 2009 11:14:03 +0000 (11:14 +0000)]
Consolidated mdoc_action pwarn->perr.

15 years agoFix in MDOC_IGN_CHARS ref.
Kristaps Dzonsons [Mon, 6 Jul 2009 11:05:29 +0000 (11:05 +0000)]
Fix in MDOC_IGN_CHARS ref.

15 years agoConsolidated mdoc_validate.c pwarn into perr (slowly phasing out per-file pre-formatt...
Kristaps Dzonsons [Mon, 6 Jul 2009 11:00:05 +0000 (11:00 +0000)]
Consolidated mdoc_validate.c pwarn into perr (slowly phasing out per-file pre-formatted error strings).

15 years agoBacked -Wcompat,syntax out of front-end.
Kristaps Dzonsons [Mon, 6 Jul 2009 09:34:29 +0000 (09:34 +0000)]
Backed -Wcompat,syntax out of front-end.

15 years agoInitial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).
Kristaps Dzonsons [Mon, 6 Jul 2009 09:21:24 +0000 (09:21 +0000)]
Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).

15 years agoFixed man.3 mdoc.3 const-nesses.
Kristaps Dzonsons [Sun, 5 Jul 2009 19:30:49 +0000 (19:30 +0000)]
Fixed man.3 mdoc.3 const-nesses.

15 years agoVersion. VERSION_1_7_22
Kristaps Dzonsons [Sun, 5 Jul 2009 19:25:45 +0000 (19:25 +0000)]
Version.

15 years agoBacked out "-width indent" and "-width indent-two", which aren't
Kristaps Dzonsons [Sun, 5 Jul 2009 19:25:10 +0000 (19:25 +0000)]
Backed out "-width indent" and "-width indent-two", which aren't
supported by any groff mdoc tmac (and erroneously used in many manuals,
hence the confusion).

15 years agoVersion up. VERSION_1_7_21
Kristaps Dzonsons [Sat, 4 Jul 2009 11:19:07 +0000 (11:19 +0000)]
Version up.

15 years agosuboptarg is not portable to Linux (fixed).
Kristaps Dzonsons [Sat, 4 Jul 2009 11:10:36 +0000 (11:10 +0000)]
suboptarg is not portable to Linux (fixed).

15 years agoFixed -offset indent-two (schwarze@openbsd.org).
Kristaps Dzonsons [Sat, 4 Jul 2009 11:07:34 +0000 (11:07 +0000)]
Fixed -offset indent-two (schwarze@openbsd.org).

15 years agoFixed -offset left (schwarze@openbsd.org).
Kristaps Dzonsons [Sat, 4 Jul 2009 11:04:46 +0000 (11:04 +0000)]
Fixed -offset left (schwarze@openbsd.org).
Fixed bogus setting (instead of increment) of offsets.

15 years agoNoted secret -width indent/indent-two arguments to `Bl'.
Kristaps Dzonsons [Sat, 4 Jul 2009 11:04:07 +0000 (11:04 +0000)]
Noted secret -width indent/indent-two arguments to `Bl'.

15 years agoRemoved WDEPCOL (schwarze@openbsd.org).
Kristaps Dzonsons [Sat, 4 Jul 2009 10:41:29 +0000 (10:41 +0000)]
Removed WDEPCOL (schwarze@openbsd.org).

15 years agoMoved escape validation into libmandoc.h/mandoc.c (common between libman/libmdoc1).
Kristaps Dzonsons [Sat, 4 Jul 2009 09:01:55 +0000 (09:01 +0000)]
Moved escape validation into libmandoc.h/mandoc.c (common between libman/libmdoc1).
libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE).
All popular escapes now handled consistently.

15 years agoman.7/mdoc.7 properly reflect escape-character handling.
Kristaps Dzonsons [Sat, 4 Jul 2009 09:00:41 +0000 (09:00 +0000)]
man.7/mdoc.7 properly reflect escape-character handling.
man.7 points to mdoc.7 for COMPATIBILITY.
Whitespace stripping noted in mdoc.7.

15 years agoMinor www fixes.
Kristaps Dzonsons [Sat, 4 Jul 2009 08:06:42 +0000 (08:06 +0000)]
Minor www fixes.

15 years agoRemoved escape-deprecation note (better solution in progress, schwarze@openbsd.org).
Kristaps Dzonsons [Sat, 27 Jun 2009 09:03:03 +0000 (09:03 +0000)]
Removed escape-deprecation note (better solution in progress, schwarze@openbsd.org).
Using EXIT_FAILURE for parse errors (nicm@openbsd.org).
Fixed use of warn/warnx (nicm@openbsd.org).
Fixed use of getsubopt (nicm@openbsd.org).

15 years agoAdded note about whitespace being stripped from mdoc/man input and re-added in mandoc(1).
Kristaps Dzonsons [Thu, 25 Jun 2009 11:35:28 +0000 (11:35 +0000)]
Added note about whitespace being stripped from mdoc/man input and re-added in mandoc(1).

15 years agoSpell-checks in manuals.
Kristaps Dzonsons [Thu, 25 Jun 2009 10:55:40 +0000 (10:55 +0000)]
Spell-checks in manuals.

15 years agoMakefile properly generates MD5 sums.
Kristaps Dzonsons [Thu, 25 Jun 2009 10:52:56 +0000 (10:52 +0000)]
Makefile properly generates MD5 sums.
More clean-ups of new, simplified webpage.

15 years agoLanguage clarification in mandoc.1 (schwarze@openbsd.org).
Kristaps Dzonsons [Thu, 25 Jun 2009 10:51:55 +0000 (10:51 +0000)]
Language clarification in mandoc.1 (schwarze@openbsd.org).

15 years agoFixed STRUCTURE repeat (schwarze@openbsd.org).
Kristaps Dzonsons [Thu, 25 Jun 2009 10:51:21 +0000 (10:51 +0000)]
Fixed STRUCTURE repeat (schwarze@openbsd.org).
Simplified some explanations (nobody cares about ontologies these days).

15 years agoFixed STRUCTURE/SYNTAX section data.
Kristaps Dzonsons [Thu, 25 Jun 2009 10:48:21 +0000 (10:48 +0000)]
Fixed STRUCTURE/SYNTAX section data.

15 years agoUpdating web-page to be a bit more compact.
Kristaps Dzonsons [Thu, 25 Jun 2009 08:42:06 +0000 (08:42 +0000)]
Updating web-page to be a bit more compact.

15 years agoLint fixes. VERSION_1_7_20
Kristaps Dzonsons [Mon, 22 Jun 2009 13:13:10 +0000 (13:13 +0000)]
Lint fixes.
Version up.

15 years agolibman documents require `TH' and at least one node.
Kristaps Dzonsons [Mon, 22 Jun 2009 13:09:17 +0000 (13:09 +0000)]
libman documents require `TH' and at least one node.
libman requirements documented in man.7 STRUCTURE section.
Added STRUCTURE section to mdoc.7, too.

15 years agoNoted .Cd tabs-ok issue (will fix later).
Kristaps Dzonsons [Mon, 22 Jun 2009 12:38:07 +0000 (12:38 +0000)]
Noted .Cd tabs-ok issue (will fix later).
Added single space to -diag lists.

15 years agoAdded -split and -nosplit "I-Don't-Like" note to mdoc.7 (there really must be another...
Kristaps Dzonsons [Mon, 22 Jun 2009 12:22:35 +0000 (12:22 +0000)]
Added -split and -nosplit "I-Don't-Like" note to mdoc.7 (there really must be another way to do this).
Fixed .Er -width conversion.

15 years agoAdded "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.
Kristaps Dzonsons [Mon, 22 Jun 2009 12:04:05 +0000 (12:04 +0000)]
Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.
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).

15 years agoReverted max column width 80 -> 78 (schwarze@openbsd.org).
Kristaps Dzonsons [Mon, 22 Jun 2009 10:40:04 +0000 (10:40 +0000)]
Reverted max column width 80 -> 78 (schwarze@openbsd.org).

15 years agoAdded nchild decrement in libman (not used, but better in than forgotten).
Kristaps Dzonsons [Thu, 18 Jun 2009 20:46:19 +0000 (20:46 +0000)]
Added nchild decrement in libman (not used, but better in than forgotten).
Added nchild to libmdoc, deprecated count() functions in validator.

15 years agoFixed libman .br to be a newline, not a .PP alias.
Kristaps Dzonsons [Thu, 18 Jun 2009 19:54:04 +0000 (19:54 +0000)]
Fixed libman .br to be a newline, not a .PP alias.

15 years agoMoved all formatted libman warn/error into man.c/libman.h.
Kristaps Dzonsons [Thu, 18 Jun 2009 10:53:58 +0000 (10:53 +0000)]
Moved all formatted libman warn/error into man.c/libman.h.
Converted all formatted warn/errors into regular syntax.

15 years agoAdded -fno-ign-chars support to libman.
Kristaps Dzonsons [Thu, 18 Jun 2009 10:32:00 +0000 (10:32 +0000)]
Added -fno-ign-chars support to libman.
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.

15 years agomandoc.1 reflects actual use of -f option (schwarze@openbsd.org)
Kristaps Dzonsons [Thu, 18 Jun 2009 08:13:34 +0000 (08:13 +0000)]
mandoc.1 reflects actual use of -f option (schwarze@openbsd.org)

15 years agoBumped version. VERSION_1_7_19
Kristaps Dzonsons [Wed, 17 Jun 2009 19:12:03 +0000 (19:12 +0000)]
Bumped version.
Removed CVS note from index (they'll contact me if they need it).
Properly ordered mandoc.1 CAVEATS/COMPATIBILITY.

15 years agoRemoved superfluous FIXMEs (fixed already).
Kristaps Dzonsons [Wed, 17 Jun 2009 19:02:26 +0000 (19:02 +0000)]
Removed superfluous FIXMEs (fixed already).

15 years agoSpecial characters, e.g. \(ae, are now correctly rendered in the current font decoration.
Kristaps Dzonsons [Wed, 17 Jun 2009 18:42:42 +0000 (18:42 +0000)]
Special characters, e.g. \(ae, are now correctly rendered in the current font decoration.

15 years agoPut $VFLAGS back into $LINTFLAGS (broke on NetBSD).
Kristaps Dzonsons [Wed, 17 Jun 2009 14:17:07 +0000 (14:17 +0000)]
Put $VFLAGS back into $LINTFLAGS (broke on NetBSD).

15 years agoClean-up.
Kristaps Dzonsons [Wed, 17 Jun 2009 14:14:51 +0000 (14:14 +0000)]
Clean-up.

15 years agoLint fixes.
Kristaps Dzonsons [Wed, 17 Jun 2009 14:10:09 +0000 (14:10 +0000)]
Lint fixes.

15 years ago`Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).
Kristaps Dzonsons [Wed, 17 Jun 2009 14:08:47 +0000 (14:08 +0000)]
`Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).

15 years agoCleaned up .Bf validator.
Kristaps Dzonsons [Wed, 17 Jun 2009 11:02:06 +0000 (11:02 +0000)]
Cleaned up .Bf validator.

15 years agoSection orders are more elegantly handled (MDOC_PBODY is a flag).
Kristaps Dzonsons [Wed, 17 Jun 2009 10:53:32 +0000 (10:53 +0000)]
Section orders are more elegantly handled (MDOC_PBODY is a flag).
Cleaned up string->enum conversion for section lookup.

15 years agoNoted deprecation of \*( and \* special-character escapes.
Kristaps Dzonsons [Wed, 17 Jun 2009 09:41:00 +0000 (09:41 +0000)]
Noted deprecation of \*( and \* special-character escapes.
Minor clean-ups.

15 years agoFixed lint invocation in Makefile.
Kristaps Dzonsons [Wed, 17 Jun 2009 07:59:47 +0000 (07:59 +0000)]
Fixed lint invocation in Makefile.
Minor cleanups in mdoc.c.

15 years agoClean-up: in-source documentation.
Kristaps Dzonsons [Tue, 16 Jun 2009 20:22:23 +0000 (20:22 +0000)]
Clean-up: in-source documentation.

15 years agoRemoved MAN___: moved MAN_br to its index (comments not passed into parser).
Kristaps Dzonsons [Tue, 16 Jun 2009 19:55:28 +0000 (19:55 +0000)]
Removed MAN___: moved MAN_br to its index (comments not passed into parser).
Fix: hashtable not fully formed after removal of MDOC___.

15 years agoRemoved MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc parser).
Kristaps Dzonsons [Tue, 16 Jun 2009 19:45:51 +0000 (19:45 +0000)]
Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc parser).

15 years agoModernised comment handling: text following \" is thrown away before
Kristaps Dzonsons [Tue, 16 Jun 2009 19:13:28 +0000 (19:13 +0000)]
Modernised comment handling: text following \" is thrown away before
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.

15 years agoRemoved superfluous ifdef around strftime (schwarze@openbsd.org).
Kristaps Dzonsons [Mon, 15 Jun 2009 20:26:47 +0000 (20:26 +0000)]
Removed superfluous ifdef around strftime (schwarze@openbsd.org).
Bumped version (this was supposed to be in 1.7.17).

15 years agoTagging version 1.7.17. VERSION_1_7_17
Kristaps Dzonsons [Mon, 15 Jun 2009 11:26:17 +0000 (11:26 +0000)]
Tagging version 1.7.17.

15 years agoUpdated www to note existence of pkgsrc/port/in-tree mdocml/mandoc.
Kristaps Dzonsons [Mon, 15 Jun 2009 11:24:16 +0000 (11:24 +0000)]
Updated www to note existence of pkgsrc/port/in-tree mdocml/mandoc.

15 years agoDeprecated mdoc_msg (not being used anywhere).
Kristaps Dzonsons [Mon, 15 Jun 2009 10:36:01 +0000 (10:36 +0000)]
Deprecated mdoc_msg (not being used anywhere).

15 years agoRemoved mdoc_nwarn (not being used anywhere).
Kristaps Dzonsons [Mon, 15 Jun 2009 10:02:52 +0000 (10:02 +0000)]
Removed mdoc_nwarn (not being used anywhere).

15 years agomdoc error/warn macros replaced with real functions for GCC2 support (miod@openbsd...
Kristaps Dzonsons [Mon, 15 Jun 2009 09:55:43 +0000 (09:55 +0000)]
mdoc error/warn macros replaced with real functions for GCC2 support (miod@openbsd.org).

15 years agoMdocdate fix (literals being replaced) ({cnst,schwarze}@openbsd.org).
Kristaps Dzonsons [Mon, 15 Jun 2009 09:38:37 +0000 (09:38 +0000)]
Mdocdate fix (literals being replaced) ({cnst,schwarze}@openbsd.org).

15 years agoManual-aesthetics fix (schwarze@openbsd.org).
Kristaps Dzonsons [Mon, 15 Jun 2009 09:35:16 +0000 (09:35 +0000)]
Manual-aesthetics fix (schwarze@openbsd.org).

15 years agoFixed grammar error. Back-versioning to .16. VERSION_1_7_16
Kristaps Dzonsons [Sat, 13 Jun 2009 18:48:21 +0000 (18:48 +0000)]
Fixed grammar error.  Back-versioning to .16.

15 years agoVersion.
Kristaps Dzonsons [Sat, 13 Jun 2009 18:05:53 +0000 (18:05 +0000)]
Version.

15 years agoUpdated index with "administrative" stuff (contacts, etc.).
Kristaps Dzonsons [Sat, 13 Jun 2009 13:02:53 +0000 (13:02 +0000)]
Updated index with "administrative" stuff (contacts, etc.).

15 years agoDon't run with -Werror when generating texts. VERSION_1_7_15
Kristaps Dzonsons [Fri, 12 Jun 2009 12:54:04 +0000 (12:54 +0000)]
Don't run with -Werror when generating texts.

15 years agoLint fixes (no effect).
Kristaps Dzonsons [Fri, 12 Jun 2009 12:52:50 +0000 (12:52 +0000)]
Lint fixes (no effect).
Versioning up.

15 years agoMade per-macro "now callable" COMPATIBILITY claims into a single "most macros callable".
Kristaps Dzonsons [Fri, 12 Jun 2009 12:40:44 +0000 (12:40 +0000)]
Made per-macro "now callable" COMPATIBILITY claims into a single "most macros callable".
Added COMPATIBILITY note on escaped special-character sequences.
Vertical bar now correctly delimits (like in new groff).

15 years ago`Lk' is correctly handled as CALLABLE (note groff munges nested output).
Kristaps Dzonsons [Fri, 12 Jun 2009 09:18:00 +0000 (09:18 +0000)]
`Lk' is correctly handled as CALLABLE (note groff munges nested output).
`Mt' is now CALLABLE.
Fixed missing validate/action of zero-element, non-called inline elements.
Fixed missing validate/action of nested inline element re-calls.
Fixed bogus column argv index in validator.

15 years ago`Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org).
Kristaps Dzonsons [Thu, 11 Jun 2009 20:02:37 +0000 (20:02 +0000)]
`Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org).

15 years ago`An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).
Kristaps Dzonsons [Thu, 11 Jun 2009 19:56:14 +0000 (19:56 +0000)]
`An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).

15 years agoAdded automatic ChangeLog generation with each snapshot. VERSION_1_7_14
Kristaps Dzonsons [Thu, 11 Jun 2009 13:34:14 +0000 (13:34 +0000)]
Added automatic ChangeLog generation with each snapshot.
Added ChangeLog to main page.

15 years agoBacked-out .IP changes for libman (needs work).
Kristaps Dzonsons [Thu, 11 Jun 2009 13:18:42 +0000 (13:18 +0000)]
Backed-out .IP changes for libman (needs work).

15 years agoVersion up. Testing.
Kristaps Dzonsons [Thu, 11 Jun 2009 13:15:10 +0000 (13:15 +0000)]
Version up.  Testing.

15 years agoAdded mdoc.template (from NetBSD -- unlicensed??).
Kristaps Dzonsons [Thu, 11 Jun 2009 13:13:44 +0000 (13:13 +0000)]
Added mdoc.template (from NetBSD -- unlicensed??).
Moved MDOC_TEXT type checks into assertions (should be caught by parser).
Added some FIXME notes in mdoc output (largely that things should be asserted, not caught).

15 years agoAdded "left" -offset tag.
Kristaps Dzonsons [Thu, 11 Jun 2009 12:55:30 +0000 (12:55 +0000)]
Added "left" -offset tag.

15 years agoDocumented some un-clear parts of main.c.
Kristaps Dzonsons [Thu, 11 Jun 2009 12:07:49 +0000 (12:07 +0000)]
Documented some un-clear parts of main.c.
Fixed footer to be new-groff style (OS DATE OS).
Removed sanity check from mdoc_term (unnecessary).

15 years agoClean up validation of field widths.
Kristaps Dzonsons [Thu, 11 Jun 2009 10:34:31 +0000 (10:34 +0000)]
Clean up validation of field widths.
Pushed field-width warn/error into warn/error routine.
Removed superfluous space at output eoln.
Fixed overzealous line break in lists.

15 years agoAdded compat to Makefile.
Kristaps Dzonsons [Thu, 11 Jun 2009 10:16:39 +0000 (10:16 +0000)]
Added compat to Makefile.

15 years agoFix space-before-newline (inspired by schwarze@openbsd.org).
Kristaps Dzonsons [Thu, 11 Jun 2009 07:46:41 +0000 (07:46 +0000)]
Fix space-before-newline (inspired by schwarze@openbsd.org).

15 years agoFixed email address in manual AUTHOR reference.
Kristaps Dzonsons [Thu, 11 Jun 2009 07:26:35 +0000 (07:26 +0000)]
Fixed email address in manual AUTHOR reference.
Set max right margin to 80 columns (schwarze@openbsd.org).
Fixed centre-field heading position (schwarze@openbsd.org).
Also fixed -Tman centre-field.

15 years agoFixed license email address.
Kristaps Dzonsons [Wed, 10 Jun 2009 20:18:43 +0000 (20:18 +0000)]
Fixed license email address.

15 years agoVersion bumped. VERSION_1_7_13
Kristaps Dzonsons [Sun, 12 Apr 2009 19:49:35 +0000 (19:49 +0000)]
Version bumped.
`.Er' has more section restrictions (Joerg).