From owner-freebsd-doc Fri Nov 2 13:51:53 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id EDFF937B40B for ; Fri, 2 Nov 2001 13:51:46 -0800 (PST) Received: from hades.hell.gr (patr530-b043.otenet.gr [195.167.121.171]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id fA2Lph217343; Fri, 2 Nov 2001 23:51:43 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id fA2KMqX38445; Fri, 2 Nov 2001 20:22:52 GMT (envelope-from charon@labs.gr) Date: Fri, 2 Nov 2001 20:22:51 +0000 From: Giorgos Keramidas To: Michael Lucas Cc: doc@freebsd.org Subject: Re: request for help with doc patch Message-ID: <20011102202251.B37911@hades.hell.gr> References: <20011102100512.A77880@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011102100512.A77880@blackhelicopters.org> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Nov 02, 2001 at 10:05:12AM -0500, Michael Lucas wrote: > > The problem is that in the generated HTML's "Use" section, the > tags are visible. Would anyone care to give me a hint? > > + > + Panic: cannot mount root > + ]]> Do you absolutely have to use here? CDATA is exactly this, `character data' that the SGML tools will leave untouched. If you don't want to appear in the output, don't put it in CDATA :) Something like: Panic: cannot mount root ]]> -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message