diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index d3f86c1c34..67b68195a8 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ - + Documentation @@ -51,8 +51,8 @@ languages are applications of the Standard Generalized Markup Language, SGML, which is essentially a language for describing other languages. In what - follows, the terms DocBook and SGML are both used, but technically - they are not interchangeable. + follows, the terms DocBook and SGML are both + used, but technically they are not interchangeable. @@ -1017,13 +1017,13 @@ End: The PostgreSQL distribution includes a parsed DTD definitions file reference.ced. - You may find that when using PSGML, a comfortable way of working - with these separate files of book parts is to insert a proper - DOCTYPE declaration while you're editing them. - If you are working on this source, for instance, it is an - appendix chapter, so you would specify the document as an - appendix instance of a DocBook document by making - the first line look like this: + You may find that when using PSGML, a + comfortable way of working with these separate files of book + parts is to insert a proper DOCTYPE + declaration while you're editing them. If you are working on + this source, for instance, it is an appendix chapter, so you + would specify the document as an appendix instance + of a DocBook document by making the first line look like this: <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN"> @@ -1041,8 +1041,8 @@ End: Other Emacs modes - GNU Emacs ships with a different SGML - mode, which is not quite as powerful as + GNU Emacs ships with a different + SGML mode, which is not quite as powerful as PSGML, but it's less confusing and lighter weight. Also, it offers syntax highlighting (font lock), which can be very helpful. diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index f2c422ae71..10601ab3dc 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -1,5 +1,5 @@ @@ -23,8 +23,8 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex - For Emacs, add the following (or something similar) - to your ~/.emacs + For Emacs, add the following (or + something similar) to your ~/.emacs initialization file: @@ -56,7 +56,7 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex set tabstop=4 - or equivalently from within vi, try + or equivalently from within vi, try :set ts=4 @@ -423,7 +423,7 @@ write Use lower case for message wording, including the first letter of a primary error message. Use upper case for SQL commands and key words if - they appear in the message. + they appear in the message. @@ -497,7 +497,8 @@ and - Rationale: Else no one will know what foo.bar.baz is. + Rationale: Otherwise no one will know what foo.bar.baz + refers to.