]> git.cameronkatri.com Git - mandoc.git/log
mandoc.git
14 years agoFixed HISTORY to note mdoc's rewrite in groff-1.17, not groff-1.20.
Kristaps Dzonsons [Tue, 24 Aug 2010 14:03:46 +0000 (14:03 +0000)]
Fixed HISTORY to note mdoc's rewrite in groff-1.17, not groff-1.20.

14 years agoHandle nested, recursive mathematical subexpressions. This is
Kristaps Dzonsons [Tue, 24 Aug 2010 13:56:51 +0000 (13:56 +0000)]
Handle nested, recursive mathematical subexpressions.  This is
definitely not general, but it's good enough for pod2man definitions
(after I clean up the roff, which will be addressed in later fixes).

14 years agoStrip out `\k' escape.
Kristaps Dzonsons [Tue, 24 Aug 2010 13:39:37 +0000 (13:39 +0000)]
Strip out `\k' escape.

14 years agoStripping out of `\w' groff escape. Yet another for pod2man...
Kristaps Dzonsons [Tue, 24 Aug 2010 13:07:01 +0000 (13:07 +0000)]
Stripping out of `\w' groff escape.  Yet another for pod2man...

14 years agoHave the `ds' processor strip out `\\' as stipulated in groff.7. I only
Kristaps Dzonsons [Tue, 24 Aug 2010 12:48:43 +0000 (12:48 +0000)]
Have the `ds' processor strip out `\\' as stipulated in groff.7.  I only
care because pod2man uses this construct.

14 years agoStrip out the `\z' escape. This is the first recursive sequence,
Kristaps Dzonsons [Tue, 24 Aug 2010 12:18:48 +0000 (12:18 +0000)]
Strip out the `\z' escape.  This is the first recursive sequence,
getting mandoc ready to handle pod2man's complex escapes.

14 years agoAdd a short HISTORY section to mdoc.7. Facts provided by schwarze@'s
Kristaps Dzonsons [Sun, 22 Aug 2010 15:49:28 +0000 (15:49 +0000)]
Add a short HISTORY section to mdoc.7.  Facts provided by schwarze@'s
detective-work in the UNIX archives.

14 years agoSort COMPATIBILITY in mdoc(7) (from schwarze@).
Kristaps Dzonsons [Sun, 22 Aug 2010 14:54:29 +0000 (14:54 +0000)]
Sort COMPATIBILITY in mdoc(7) (from schwarze@).

Update escape COMPATIBILITY in mdoc(7) and man(7) (ok schwarze@).

14 years agoBackout previous.
Ingo Schwarze [Sat, 21 Aug 2010 14:04:13 +0000 (14:04 +0000)]
Backout previous.
As Kristaps found out, i was wrong: .Bl -column phrases do not ignore
spacing rules for trailing punctuation in general.  In particular,
- the rightmost column of a column list is unaffected
- columns terminated by the .Ta macro instead of a tab are unaffected
- columns ending in a blank are unaffected
Spacing rules for trailing punctuation are only ignored when the tab
follows the punctuation immediately, without a blank in between,
because then the combination of punctuation and tab is treated by roff
as a word, and the punctuation is not recognized as isolated.
The reason this doesn't work in mandoc is that in the special case
of .Bl -column (not in general!), mandoc treats tabs as word delimiters.
We either need to solve this differently, or call it a bug in roff.

14 years agoCentralize handling of literal tabs in term_flushln() in one place,
Ingo Schwarze [Fri, 20 Aug 2010 23:34:02 +0000 (23:34 +0000)]
Centralize handling of literal tabs in term_flushln() in one place,
making the code simpler and easier to understand.
No functional change.

14 years agoWhen a column contains trailing spaces, calculate the padding
Ingo Schwarze [Fri, 20 Aug 2010 23:22:09 +0000 (23:22 +0000)]
When a column contains trailing spaces, calculate the padding
to the start of the next column correctly.
Fixing a problem found by jmc@ in sysctl(3), reminded by kettenis@.

14 years ago.Bl -column phrases ignore spacing rules for trailing punctuation
Ingo Schwarze [Fri, 20 Aug 2010 22:51:29 +0000 (22:51 +0000)]
.Bl -column phrases ignore spacing rules for trailing punctuation
and render it just like normal text.
Minimal fix of a formatting bug in operator(7) reported by ray@.

14 years agofix previous: when bailing out due to -Wstop,
Ingo Schwarze [Fri, 20 Aug 2010 08:13:43 +0000 (08:13 +0000)]
fix previous: when bailing out due to -Wstop,
skip output functions, but not *_endparse;
problem reported by kristaps@

14 years agoFixed Makefile auto-generation of manuals not to use -fstrict and [old] -Werror.
Kristaps Dzonsons [Fri, 20 Aug 2010 05:52:59 +0000 (05:52 +0000)]
Fixed Makefile auto-generation of manuals not to use -fstrict and [old] -Werror.

14 years agoImplement a simple, consistent user interface for error handling.
Ingo Schwarze [Fri, 20 Aug 2010 01:02:07 +0000 (01:02 +0000)]
Implement a simple, consistent user interface for error handling.
We now have sufficient practical experience to know what we want,
so this is intended to be final:
- provide -Wlevel (warning, error or fatal) to select what you care about
- provide -Wstop to stop after parsing a file with warnings you care about
- provide consistent exit status codes for those warnings you care about
- fully document what warnings, errors and fatal errors mean
- remove all other cruft from the user interface, less is more:
- remove all -f knobs along with the whole -f option
- remove the old -Werror because calling warnings "fatal" is silly
- always finish parsing each file, unless fatal errors prevent that
This commit also includes a couple of related simplifications behind
the scenes regarding error handling.
Feedback and OK  kristaps@;  Joerg Sonnenberger (NetBSD) and
Sascha Wildner (DragonFly BSD) agree with the general direction.

14 years agoUpdated hypermail link to summary.html.
Kristaps Dzonsons [Thu, 19 Aug 2010 20:49:34 +0000 (20:49 +0000)]
Updated hypermail link to summary.html.

14 years agoAdded mail archive periodically generated by hypermail.
Kristaps Dzonsons [Wed, 18 Aug 2010 15:57:16 +0000 (15:57 +0000)]
Added mail archive periodically generated by hypermail.

14 years agoMigrate `Xr groff 1' -> GNU troff. I no longer assume that groff is
Kristaps Dzonsons [Wed, 18 Aug 2010 08:41:40 +0000 (08:41 +0000)]
Migrate `Xr groff 1' -> GNU troff.  I no longer assume that groff is
installed on the host system.

14 years agoRemove references to \s in mandoc.1: we no longer document these and just
Kristaps Dzonsons [Wed, 18 Aug 2010 08:40:22 +0000 (08:40 +0000)]
Remove references to \s in mandoc.1: we no longer document these and just
flat-out ignore them.

14 years agoAdd joerg@'s note that br\} needs work in libroff.
Kristaps Dzonsons [Wed, 18 Aug 2010 08:39:54 +0000 (08:39 +0000)]
Add joerg@'s note that br\} needs work in libroff.

14 years agoRemove \*(C+ from the pre-predefined strings. It is always `ds'-defined
Kristaps Dzonsons [Mon, 16 Aug 2010 09:51:17 +0000 (09:51 +0000)]
Remove \*(C+ from the pre-predefined strings.  It is always `ds'-defined
when being used in manuals.  Since we now support `ds', it's no longer
necessary to account for it.  From a bug report originally by Thomas
Jeunet.

14 years agoAdd \v and \h to ignored escapes. These are in the category of \s.
Kristaps Dzonsons [Mon, 16 Aug 2010 09:37:58 +0000 (09:37 +0000)]
Add \v and \h to ignored escapes.  These are in the category of \s.
Also made sign-less \s-style escapes be ok (this is technically against
what's in the groff.7 manual, but seems pretty widespread).  Noted by
Thomas Jeunet as uglifying the gcc.1 manual.

14 years agoOpenBSD src/sbin was used as a tool to hunt bugs in mandoc.
Ingo Schwarze [Sun, 15 Aug 2010 17:38:41 +0000 (17:38 +0000)]
OpenBSD src/sbin was used as a tool to hunt bugs in mandoc.

14 years agoOpenBSD src/bin was used as a tool to hunt bugs in mandoc.
Ingo Schwarze [Sun, 15 Aug 2010 16:38:35 +0000 (16:38 +0000)]
OpenBSD src/bin was used as a tool to hunt bugs in mandoc.

14 years agoNote first that TODO file should be up to date.
Kristaps Dzonsons [Sat, 14 Aug 2010 09:48:56 +0000 (09:48 +0000)]
Note first that TODO file should be up to date.

Note also that the PDF file should be reduced in case I somehow forget.

14 years agoCorrectly make quotes around `Lk' link-name argument. Noted by Aldis
Kristaps Dzonsons [Mon, 9 Aug 2010 00:07:51 +0000 (00:07 +0000)]
Correctly make quotes around `Lk' link-name argument.  Noted by Aldis
Berzoja.  Also note COMPATIBILITY of groff misformatting `Lk'.

14 years agoCorrectly print `Lk' arguments in -Tascii. Issue raised by Aldis Berzoja.
Kristaps Dzonsons [Mon, 9 Aug 2010 00:00:37 +0000 (00:00 +0000)]
Correctly print `Lk' arguments in -Tascii.  Issue raised by Aldis Berzoja.
Behaviour ok'd by schwarze@.

14 years agosimplify the code copying the macro name, and sync the
Ingo Schwarze [Sun, 8 Aug 2010 14:51:32 +0000 (14:51 +0000)]
simplify the code copying the macro name, and sync the
accompagnying comment between man_pmacro() and mdoc_pmacro();
ok'd by kristaps@ together with main.c rev. 1.102

14 years agoMake sure we really throw away non-ASCII characters.
Ingo Schwarze [Sun, 8 Aug 2010 14:45:59 +0000 (14:45 +0000)]
Make sure we really throw away non-ASCII characters.
For example, on OpenBSD without locale settings,
isgraph(3) returns true for some eight-bit characters.
ok kristaps@

14 years agoClean out the isgraph() checks in mdoc.c and man.c. These code paths
Kristaps Dzonsons [Sat, 7 Aug 2010 20:57:33 +0000 (20:57 +0000)]
Clean out the isgraph() checks in mdoc.c and man.c.  These code paths
were never taken since main.c begin skipping over unrecognisable
characters, so they were noops.

14 years ago"Groff allows the initial macro on a line to be delimited by a space of
Kristaps Dzonsons [Sat, 7 Aug 2010 20:33:55 +0000 (20:33 +0000)]
"Groff allows the initial macro on a line to be delimited by a space of
by a tab; so allow the tab in mandoc, too."  Original problem noted by
schwarze@.  Sync with OpenBSD.

14 years agoAdd TODO noted by Alex Kozlov.
Kristaps Dzonsons [Sat, 7 Aug 2010 17:52:36 +0000 (17:52 +0000)]
Add TODO noted by Alex Kozlov.

14 years agoRemove mandoc.1 compatibility notes that are no longer relevant.
Kristaps Dzonsons [Sat, 7 Aug 2010 17:46:39 +0000 (17:46 +0000)]
Remove mandoc.1 compatibility notes that are no longer relevant.

14 years agosame as mdoc_term.c rev. 1.180:
Ingo Schwarze [Sat, 7 Aug 2010 17:20:17 +0000 (17:20 +0000)]
same as mdoc_term.c rev. 1.180:
preserve blank lines at the end of .Bd -literal
patch from kristaps@, who asked me to commit this

14 years agomerge from OpenBSD mdoc_term.c rev. 1.100:
Ingo Schwarze [Sat, 7 Aug 2010 17:11:17 +0000 (17:11 +0000)]
merge from OpenBSD mdoc_term.c rev. 1.100:
preserve blank lines in .Bd -literal,
both in the middle and at the end of the display
ok kristaps@

14 years agoRemoved cross-reference to groff(1) in favour of simply mentioning GNU
Kristaps Dzonsons [Sat, 7 Aug 2010 10:31:32 +0000 (10:31 +0000)]
Removed cross-reference to groff(1) in favour of simply mentioning GNU
troff.  This removes the last groff(1) `Xr'.

14 years agoAdded serial comma.
Kristaps Dzonsons [Sat, 7 Aug 2010 10:26:07 +0000 (10:26 +0000)]
Added serial comma.

Put "remarks" for `%C' into COMPATIBILITY.

14 years ago`In' comes before `Vt' in function example of SYNOPSIS.
Kristaps Dzonsons [Sat, 7 Aug 2010 10:18:36 +0000 (10:18 +0000)]
`In' comes before `Vt' in function example of SYNOPSIS.

14 years agoClarify that predefined strings aren't groff-isms, they're troff-isms.
Kristaps Dzonsons [Sat, 7 Aug 2010 09:56:12 +0000 (09:56 +0000)]
Clarify that predefined strings aren't groff-isms, they're troff-isms.

14 years agotweaks from jmc@:
Ingo Schwarze [Fri, 6 Aug 2010 17:09:58 +0000 (17:09 +0000)]
tweaks from jmc@:
* correct a few obvious mistakes
* adopt some of jmc@'s recent changes to man(7)
* cut down just a little on the awful tendency
  to stick a hyphen between two words.

14 years agomerge from OpenBSD:
Ingo Schwarze [Fri, 6 Aug 2010 17:07:11 +0000 (17:07 +0000)]
merge from OpenBSD:
- HISTORY is interesting even when there are STANDARDS
- more precise instructions what to put into AUTHORS
- add the version argument to the mdoc(7) .Os macro

14 years agoIMPORTANT FIX: add missing braces around alloc failure conditional in
Kristaps Dzonsons [Fri, 6 Aug 2010 16:07:35 +0000 (16:07 +0000)]
IMPORTANT FIX: add missing braces around alloc failure conditional in
fuction-isation of PS_GROWBUF.  Obviously the original commit was never
actually tested, as -Tps and -Tpdf errored out immediately.

14 years agoTurn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it
Joerg Sonnenberger [Sun, 1 Aug 2010 15:46:18 +0000 (15:46 +0000)]
Turn the non-trivial PS_GROWBUF macro into a function. Don't use MAX, it
doesn't exist in the default namespace on Solaris.

14 years agoSync to OpenBSD: add missing Copyright years.
Ingo Schwarze [Sat, 31 Jul 2010 23:52:58 +0000 (23:52 +0000)]
Sync to OpenBSD: add missing Copyright years.
I checked that substantial changes were committed
to these files during these years.

14 years agoDon't crash for the following test case as reported by Jordan Gordeev:
Joerg Sonnenberger [Fri, 30 Jul 2010 17:14:09 +0000 (17:14 +0000)]
Don't crash for the following test case as reported by Jordan Gordeev:
.Bl -tag
.It
foo
...

14 years agoUse 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.
Joerg Sonnenberger [Thu, 29 Jul 2010 22:00:39 +0000 (22:00 +0000)]
Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.

14 years agoAdd PDF files to www. We also show text and ps, just to show off. VERSION_1_10_5
Kristaps Dzonsons [Tue, 27 Jul 2010 20:16:44 +0000 (20:16 +0000)]
Add PDF files to www.  We also show text and ps, just to show off.

14 years agoGet version bits in: 1.10.5.
Kristaps Dzonsons [Tue, 27 Jul 2010 20:02:52 +0000 (20:02 +0000)]
Get version bits in: 1.10.5.

14 years agoNo-op to shut up lint.
Kristaps Dzonsons [Tue, 27 Jul 2010 19:56:50 +0000 (19:56 +0000)]
No-op to shut up lint.

14 years agoFix `ds' handling. This was stripping characters from "val", when the
Kristaps Dzonsons [Tue, 27 Jul 2010 13:16:00 +0000 (13:16 +0000)]
Fix `ds' handling.  This was stripping characters from "val", when the
syntax of `ds' is such that ALL text following the first
non-space/non-double-quote is part of the value.  This also fixes the
warning of *(string++) = NULL report by kristaps@ and joerg@.

14 years agoNit-picking style of www page.
Kristaps Dzonsons [Tue, 27 Jul 2010 08:50:16 +0000 (08:50 +0000)]
Nit-picking style of www page.

14 years agoFill in more version notes.
Kristaps Dzonsons [Tue, 27 Jul 2010 08:48:21 +0000 (08:48 +0000)]
Fill in more version notes.

14 years agoUpdate TODO to note that %A needs "and" before final author and that
Kristaps Dzonsons [Tue, 27 Jul 2010 08:46:30 +0000 (08:46 +0000)]
Update TODO to note that %A needs "and" before final author and that
joerg@ has some tbl(1) patches lying around that need merging.

14 years agoRemoved boot_config.8 breakage, which was fixed by the last commit of
Kristaps Dzonsons [Tue, 27 Jul 2010 08:39:36 +0000 (08:39 +0000)]
Removed boot_config.8 breakage, which was fixed by the last commit of
`Bd -literal' and `Bd -unfilled' unbreakage.

14 years agoFix how `Bd -unfilled' and `Bd -literal' break lines. This unbreaks
Kristaps Dzonsons [Tue, 27 Jul 2010 08:38:04 +0000 (08:38 +0000)]
Fix how `Bd -unfilled' and `Bd -literal' break lines.  This unbreaks
displays to work as old groff shows them; however, new groff still does
some fancy shit.

14 years ago`Ad' is supposed to underline. Found whilst trolling through manuals.
Kristaps Dzonsons [Mon, 26 Jul 2010 22:35:59 +0000 (22:35 +0000)]
`Ad' is supposed to underline.  Found whilst trolling through manuals.

14 years agoMake `Sm' start no-spacing after the first output word. Fix in both
Kristaps Dzonsons [Mon, 26 Jul 2010 22:26:05 +0000 (22:26 +0000)]
Make `Sm' start no-spacing after the first output word.  Fix in both
-T[x]html and -T{pdf,ps,ascii}.  Reported by Jason McIntyre.

14 years agoClean up some tight spots in mandoc's default mode: pessimistically
Kristaps Dzonsons [Mon, 26 Jul 2010 21:58:41 +0000 (21:58 +0000)]
Clean up some tight spots in mandoc's default mode: pessimistically
pre-allocate the output buffer for words and in-line the buffera()
function, which was only called in one place anyway.

14 years agoRemove asciisz from chars.in. It frees up a nice chunk of memory and at
Kristaps Dzonsons [Mon, 26 Jul 2010 13:59:00 +0000 (13:59 +0000)]
Remove asciisz from chars.in.  It frees up a nice chunk of memory and at
the overhead of running strlen() for ASCII strings (yes, I benchmarked
this running mandoc_char(7) as input again and again with
hundredth-second penalties... on my slow-ass alpha).

14 years agoNote that `Dd' can be empty. This found following a thread on discuss@
Kristaps Dzonsons [Mon, 26 Jul 2010 13:45:49 +0000 (13:45 +0000)]
Note that `Dd' can be empty.  This found following a thread on discuss@
started by Sascha Wildner, 07/25/2010 06:30 AM.

14 years agoMerge schwarze@'s pass over mdoc.7. Fixed small new-sentence-new-line
Kristaps Dzonsons [Mon, 26 Jul 2010 12:51:56 +0000 (12:51 +0000)]
Merge schwarze@'s pass over mdoc.7.  Fixed small new-sentence-new-line
nit noted by Jason McIntyre.

"your diff looks ok" (Jason McIntyre)

14 years agoFix chars.in fall-through to ASCII mode. This bug only affected
Kristaps Dzonsons [Mon, 26 Jul 2010 10:20:06 +0000 (10:20 +0000)]
Fix chars.in fall-through to ASCII mode.  This bug only affected
-T[x]html.

14 years agoNote -Tpdf in www.
Kristaps Dzonsons [Mon, 26 Jul 2010 10:00:15 +0000 (10:00 +0000)]
Note -Tpdf in www.

14 years agoMerge Jason McIntyre's corrections to man.7.
Kristaps Dzonsons [Mon, 26 Jul 2010 10:00:03 +0000 (10:00 +0000)]
Merge Jason McIntyre's corrections to man.7.

"urgle": Jason McIntyre.  "This is all ok" schwarze@.

14 years agoAvoid running the "width" termp callback for each whitespace.
Kristaps Dzonsons [Sun, 25 Jul 2010 22:56:47 +0000 (22:56 +0000)]
Avoid running the "width" termp callback for each whitespace.

14 years agoFully-working -Tpdf: xref table is now generated. This works for both
Kristaps Dzonsons [Sun, 25 Jul 2010 22:15:07 +0000 (22:15 +0000)]
Fully-working -Tpdf: xref table is now generated.  This works for both
single and multiple-manual mode (e.g., mandoc -Tpdf foo.1 bar.1).

14 years agoMake PDF sections contiguous.
Kristaps Dzonsons [Sun, 25 Jul 2010 19:37:38 +0000 (19:37 +0000)]
Make PDF sections contiguous.

14 years agoEnsure that isalnum is called with unsigned char argument.
Joerg Sonnenberger [Sun, 25 Jul 2010 19:05:59 +0000 (19:05 +0000)]
Ensure that isalnum is called with unsigned char argument.

14 years agolist two additional issues
Ingo Schwarze [Sun, 25 Jul 2010 18:22:18 +0000 (18:22 +0000)]
list two additional issues

14 years agoInitial PDF shim over PS. This produces working PDF output with -Tpdf.
Kristaps Dzonsons [Sun, 25 Jul 2010 11:44:31 +0000 (11:44 +0000)]
Initial PDF shim over PS.  This produces working PDF output with -Tpdf.
It's currently missing the xref table, so you'll get a warning in most
PDF viewers).  It also produces lots of redundant output, which will go
away once I get a better handle on the PDF spec.  The code doesn't
really touch any existing functionality; it's a bunch of conditionals
atop the -Tps (term_ps.c) implementation.  I'm checking it in now to
have it exist and be auditable.  It needs clean-up, polish, and general
care (and xref!).

14 years agoCollapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c. VERSION_1_10_5_PREPDF
Kristaps Dzonsons [Fri, 23 Jul 2010 13:22:35 +0000 (13:22 +0000)]
Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.

14 years agoEnable literal contexts (Vb/nf) in -T[x]html -man. This requires that a
Kristaps Dzonsons [Fri, 23 Jul 2010 12:27:27 +0000 (12:27 +0000)]
Enable literal contexts (Vb/nf) in -T[x]html -man.  This requires that a
new struct pass down in the call-tree (as also in man_term.c).

Also add a line-break for `in', which isn't otherwise supported (yet).

Now -Thtml -man cvs.1 for GNU's cvs.1 isn't as ugly.

14 years agoAdd support for `Sm' in -T[x]html -mdoc.
Kristaps Dzonsons [Fri, 23 Jul 2010 00:08:57 +0000 (00:08 +0000)]
Add support for `Sm' in -T[x]html -mdoc.

14 years agoFix broken compilation, hopefully before anybody notices.
Kristaps Dzonsons [Thu, 22 Jul 2010 23:53:54 +0000 (23:53 +0000)]
Fix broken compilation, hopefully before anybody notices.

14 years agoAdded `in' macro support for -man -Tascii. This is not yet supported in
Kristaps Dzonsons [Thu, 22 Jul 2010 23:03:15 +0000 (23:03 +0000)]
Added `in' macro support for -man -Tascii.  This is not yet supported in
-Thtml (I'm surprised to note that neither is LITERAL mode).

14 years agoStart putting in release notes. A record is good because this release
Kristaps Dzonsons [Thu, 22 Jul 2010 14:30:06 +0000 (14:30 +0000)]
Start putting in release notes.  A record is good because this release
will have lots of small, incremental improvements.

14 years agoAccept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).
Kristaps Dzonsons [Thu, 22 Jul 2010 14:03:50 +0000 (14:03 +0000)]
Accept "\s0" (i.e., properly ignore it).  Found in the wild (e.g., gfdl.7).

14 years agoBring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc's
Kristaps Dzonsons [Thu, 22 Jul 2010 13:47:50 +0000 (13:47 +0000)]
Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc's
is handled: correctly.  This removes superfluous line breaks in many
-man manuals.

14 years agoHave `nf' and `fi' flush lines. This is necessary or the LITERAL will
Kristaps Dzonsons [Thu, 22 Jul 2010 13:36:25 +0000 (13:36 +0000)]
Have `nf' and `fi' flush lines.  This is necessary or the LITERAL will
be meaningless when invoked within a non-flushing context.  This based
on a formatting bug report submitted by Jonathon Gray (jsg@) via
Christian Weisgerber (naddy@).

14 years agoIn the SYNOPSIS, .Nm at the beginning of an input line starts
Ingo Schwarze [Wed, 21 Jul 2010 21:55:33 +0000 (21:55 +0000)]
In the SYNOPSIS, .Nm at the beginning of an input line starts
an .Nm block, and gets special handling (new line, indentation).
But .Nm in the middle of a line is just a normal in-line element,
so make sure it does NOT get the special handling.
Partly fixes the test(1) SYNOPSIS; indentation after "[" is still
excessive, which is an unrelated and more difficult issue.
Reminded of the problem by jmc@;
OK kristaps@.

14 years agoAccomodate for groff's crappy behaviour wherein an unrecognised
Kristaps Dzonsons [Wed, 21 Jul 2010 20:35:03 +0000 (20:35 +0000)]
Accomodate for groff's crappy behaviour wherein an unrecognised
single-character escape (and ONLY this type of escape) will map back
into itself:

       "If a backslash is followed by a character that does not
constitute a defined escape sequence the backslash is silently
        ignored and the  character maps to itself."

(From groff.7.)

Found by Jason McIntyre.

14 years agoClarified mailing list purposes.
Kristaps Dzonsons [Wed, 21 Jul 2010 10:10:24 +0000 (10:10 +0000)]
Clarified mailing list purposes.

14 years agoTidy up the www page.
Kristaps Dzonsons [Wed, 21 Jul 2010 09:59:52 +0000 (09:59 +0000)]
Tidy up the www page.

14 years agoNit-picking assign in decl.
Kristaps Dzonsons [Wed, 21 Jul 2010 09:36:41 +0000 (09:36 +0000)]
Nit-picking assign in decl.

14 years agoLint-fixes (NetBSD).
Kristaps Dzonsons [Wed, 21 Jul 2010 09:15:48 +0000 (09:15 +0000)]
Lint-fixes (NetBSD).

14 years agoFinally make mdoc argv CPP-defines into a proper enum.
Kristaps Dzonsons [Wed, 21 Jul 2010 09:08:26 +0000 (09:08 +0000)]
Finally make mdoc argv CPP-defines into a proper enum.

14 years agoThe "wx" value is quite small, so use a u_short instead of a size_t.
Kristaps Dzonsons [Wed, 21 Jul 2010 08:24:39 +0000 (08:24 +0000)]
The "wx" value is quite small, so use a u_short instead of a size_t.

14 years agoStrip non-graphable input characters from input. The manuals
Kristaps Dzonsons [Tue, 20 Jul 2010 14:56:42 +0000 (14:56 +0000)]
Strip non-graphable input characters from input.  The manuals
specifically say that this is not allowed, and were it allowed, output
would be inconsistent across output media (-Tps will puke,
non-your-charset terminals will puke, etc.).

With this done, simplify check_text() to only check escapes and for
tabs.  Add in a new tab warning, too.

14 years agoUse floating-point -Tps "moveto" arguments to smooth out column and row
Kristaps Dzonsons [Tue, 20 Jul 2010 10:56:03 +0000 (10:56 +0000)]
Use floating-point -Tps "moveto" arguments to smooth out column and row
misalignments.

14 years agosync to OpenBSD:
Ingo Schwarze [Mon, 19 Jul 2010 23:21:39 +0000 (23:21 +0000)]
sync to OpenBSD:
* briefly mention the HISTORY of the man(7) language
* update the copyright notice
* improve the wording in a few places
* fix a couple of typos
including two suggestions from J.C. Roberts
feedback and ok jmc@, ok sobrado@ and kristaps@

14 years agoAll macros in mdoc.7 are now documented.
Kristaps Dzonsons [Mon, 19 Jul 2010 21:59:48 +0000 (21:59 +0000)]
All macros in mdoc.7 are now documented.

14 years agoFinished document -mdoc macros. Note `br' and `sp' remain.
Kristaps Dzonsons [Mon, 19 Jul 2010 15:43:10 +0000 (15:43 +0000)]
Finished document -mdoc macros.  Note `br' and `sp' remain.

Noted in arch.in and st.in that mdoc.7 must be updated if entries are
added.

14 years agoAdded documentation for several more macros. Only a few remaining!
Kristaps Dzonsons [Mon, 19 Jul 2010 15:28:11 +0000 (15:28 +0000)]
Added documentation for several more macros.  Only a few remaining!

Applied "new-sentence, new-line" here and there.

Refer to "whitespace", not "white-space".

Remove long-commented-out CAVEATS, all of which have been addressed or
at least discussed to some extent or another.

14 years agoRemove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't
Kristaps Dzonsons [Mon, 19 Jul 2010 11:11:54 +0000 (11:11 +0000)]
Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't
be converted into a symbol.

The `Pp' issue has also been fixed.

14 years agoFix spurrious newline emitted by `Pp' when specified before or after
Kristaps Dzonsons [Mon, 19 Jul 2010 11:06:31 +0000 (11:06 +0000)]
Fix spurrious newline emitted by `Pp' when specified before or after
`Sh'/`Ss'.  Reported by Jason McIntyre.

14 years agoChanged Unicode codepoint of left-arrow right-arrow to be the regular
Kristaps Dzonsons [Mon, 19 Jul 2010 10:49:30 +0000 (10:49 +0000)]
Changed Unicode codepoint of left-arrow right-arrow to be the regular
ASCII symbols.

14 years agoNote discarding of \m, \M, and \s in COMPATIBILITY sections.
Kristaps Dzonsons [Mon, 19 Jul 2010 10:48:36 +0000 (10:48 +0000)]
Note discarding of \m, \M, and \s in COMPATIBILITY sections.

14 years agoRemove \s TODO: these are intelligently ignored along with \m and \M.
Kristaps Dzonsons [Mon, 19 Jul 2010 09:21:58 +0000 (09:21 +0000)]
Remove \s TODO: these are intelligently ignored along with \m and \M.

14 years agoRemoved \s documentation, as we (1) never supported it, and (2) never
Kristaps Dzonsons [Mon, 19 Jul 2010 09:19:22 +0000 (09:19 +0000)]
Removed \s documentation, as we (1) never supported it, and (2) never
will.

Also whack the dot-separator from the embedded man.7 manual.

14 years agoDouble-up DECO_RESERVED switch branch for colours.
Kristaps Dzonsons [Mon, 19 Jul 2010 07:53:40 +0000 (07:53 +0000)]
Double-up DECO_RESERVED switch branch for colours.