Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 00:14:50 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        doc@freebsd.org
Subject:   Fixing &entity stuff in doc/
Message-ID:  <20020326221449.GD17467@hades.hell.gr>

next in thread | raw e-mail | index | archive | help
I've run the following to a fairly recent copy of the doc tree:

	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$'
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\
	  grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'

Saved the output to a file, and started fixing entities that did not end
with the usual ';' character.  I'm running a full doc build now with:

	% make FORMATS="html-split"

but, just in case you have comments to make, the patch is available at
<http://people.FreeBSD.org/~keramida/diff/entities.diff>.  Anyone with more
sgml-foo than me that can enlighten me why "make lint" doesn't catch these
(admittedly minor) sgml typos?

Giorgos Keramidas                       FreeBSD Documentation Project
keramida@{freebsd.org,ceid.upatras.gr}  http://www.FreeBSD.org/docproj/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020326221449.GD17467>