diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-07-30 21:25:50 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-07-30 21:25:50 +0000 |
commit | 4c8ac2ce8106c3a811a74a0e074caa99ad9de0c1 (patch) | |
tree | 43e89c6c4a504c9933b82f34165959f08911cc62 /en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml | |
parent | ca138ea9df5bbfd345dea61fe837bd4dbc7f5edc (diff) | |
download | doc-4c8ac2ce8106c3a811a74a0e074caa99ad9de0c1.tar.gz doc-4c8ac2ce8106c3a811a74a0e074caa99ad9de0c1.zip |
Add a link to a page which goes in to much more detail about possible
errors from nsgmls(1).
Notes
Notes:
svn path=/head/; revision=5285
Diffstat (limited to 'en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml')
-rw-r--r-- | en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml b/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml index 213fe4aee3..c3b2c4d80e 100644 --- a/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml +++ b/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml @@ -27,7 +27,7 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $Id: chapter.sgml,v 1.6 1999-07-30 20:50:59 nik Exp $ + $Id: chapter.sgml,v 1.7 1999-07-30 21:25:50 nik Exp $ --> <chapter id="sgml-primer"> @@ -492,6 +492,13 @@ nsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen> </tgroup> </informaltable> + <para><ulink + url="http://www.cs.duke.edu/~dsb/kgv-faq/errors.html">More + information about errors from &man.nsgmls.1;</ulink> is + available in the <ulink + url="http://www.cs.duke.edu/~dsb/kgv-faq/">Unofficial 'Kindler, + Gentler HTML Validator' FAQ</ulink>.</para> + <para>Simply omitting the <sgmltag>title</sgmltag> tags has generated 2 different errors.</para> |