diff options
author | Bruce Momjian | 2005-02-19 04:39:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-02-19 04:39:52 +0000 |
commit | 2abe40aac7dcbd93ff283201e7a2d2720124c28b (patch) | |
tree | 54414cb682249f02ac9fa655932201e0197b1341 /doc/src | |
parent | eea1ef2c857c9b6a2ae357f3c7e41b4b9674e541 (diff) |
Fix typo in SGML.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/docguide.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 8a93b446b7a..c6a51cf946e 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.52 2005/02/19 04:34:17 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.53 2005/02/19 04:39:52 momjian Exp $ --> <appendix id="docguide"> <title>Documentation</title> @@ -66,7 +66,7 @@ site</ulink> has good introductory and reference documentation and a complete O'Reilly book for your online reading pleasure. The <ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html"> - NewbieDoc Docbook Guide<</ulink> is very helpful for beginners. + NewbieDoc Docbook Guide</ulink> is very helpful for beginners. The <ulink url="http://www.freebsd.org/docproj/docproj.html">FreeBSD Documentation Project</ulink> also uses DocBook and has some good information, including a number of style guidelines that might be |