From owner-freebsd-doc Sat Sep 2 16:42:30 1995 Return-Path: doc-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA11563 for doc-outgoing; Sat, 2 Sep 1995 16:42:30 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id QAA11536 for ; Sat, 2 Sep 1995 16:42:26 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id BAA20296 ; Sun, 3 Sep 1995 01:42:23 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id BAA00963 ; Sun, 3 Sep 1995 01:42:22 +0200 Received: (from roberto@localhost) by keltia.frmug.fr.net (8.7.Beta.11/keltia-uucp-2.4) id XAA06723; Sat, 2 Sep 1995 23:56:57 +0200 (MET DST) From: Ollivier Robert Message-Id: <199509022156.XAA06723@keltia.frmug.fr.net> Subject: Re:
tag in sgml documents To: jfieber@indiana.edu (John Fieber) Date: Sat, 2 Sep 1995 23:56:56 +0200 (MET DST) Cc: doc@freebsd.org Reply-To: roberto@Keltia.Freenix.FR (Ollivier Robert) In-Reply-To: <199508291512.KAA12268@fieber-john.campusview.indiana.edu> from "John Fieber" at Aug 29, 95 10:12:47 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1022 X-Mailer: ELM [version 2.4 PL24 ME7a] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: doc-owner@freebsd.org Precedence: bulk It seems that John Fieber said: > As such, even though it is valid SGML to omit the >
...
tags following a tag, do *not* omit > them. Furthermore, the close tag (
) must be on the same > line as the open tag (
). 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 @@ + ".NH 5+\\n(il" + - ".ds h " - + "\\*h\n" + + ".ds h " + + "\\*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

+ ".Pp" +

@@ -366,7 +367,7 @@ "\\fI<" ">\\fR" - "[NAME] (\\fC[URL]\\fR)" + "[NAME] " "``[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