It seems that John Fieber said:
> As such, even though it is valid SGML to omit the
> <header>...</header> tags following a <sect> tag, do *not* omit
> them. Furthermore, the close tag (</header>) must be on the same
> line as the open tag (<header>).
By using the following patch, I've more or less removed this limitation for
nroff output. Could you please review it John ? The second one put URL in
the accepted form in Usenet.
--- nroff.mapping.old Thu May 11 19:04:18 1995
+++ nroff.mapping Thu Aug 10 21:18:52 1995
@@ -284,12 +284,12 @@
<sect4> + ".NH 5+\\n(il" +
</sect4>
-<heading> ".ds h "
-</heading> + "\\*h\n"
+<heading> + ".ds h " +
+</heading> "\\*h\n"
".XS \\n%\n"
"\\*(SN \\*h\n"
".XE\n"
- ".nr h 1\n" % set heading flag to true
+ ".nr h 1\n" % set heading flag to true
<p> + ".Pp" +
</p>
@@ -366,7 +367,7 @@
<cparam> "\\fI<"
</cparam> ">\\fR"
-<url> "[NAME] (\\fC[URL]\\fR)"
+<url> "[NAME] <URL:\\fC[URL]\\fR>"
</url>
<ref> "``[NAME]''"
--
Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net
FreeBSD keltia 2.2-CURRENT #16: Tue Aug 22 01:54:17 MET DST 1995