diff options
author | Peter Eisentraut | 2010-07-29 19:34:41 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-07-29 19:34:41 +0000 |
commit | 66424a284879b5e0d456a1c7c1ec06b0b918a798 (patch) | |
tree | ec11d97b4bb1c04fc1ace6920fb1f38d612342eb /doc/src/sgml/oid2name.sgml | |
parent | 984d56b80f5a945db2bfa80499b5ed913848242b (diff) |
Fix indentation of verbatim block elements
Block elements with verbatim formatting (literallayout, programlisting,
screen, synopsis) should be aligned at column 0 independent of the surrounding
SGML, because whitespace is significant, and indenting them creates erratic
whitespace in the output. The CSS stylesheets already take care of indenting
the output.
Assorted markup improvements to go along with it.
Diffstat (limited to 'doc/src/sgml/oid2name.sgml')
-rw-r--r-- | doc/src/sgml/oid2name.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/oid2name.sgml b/doc/src/sgml/oid2name.sgml index 5e793ce1993..f4e3ee0165f 100644 --- a/doc/src/sgml/oid2name.sgml +++ b/doc/src/sgml/oid2name.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/oid2name.sgml,v 1.8 2010/05/25 15:55:28 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/oid2name.sgml,v 1.9 2010/07/29 19:34:40 petere Exp $ --> <sect1 id="oid2name"> <title>oid2name</title> @@ -147,7 +147,7 @@ <sect2> <title>Examples</title> - <programlisting> +<screen> $ # what's in this database server, anyway? $ oid2name All databases: @@ -264,7 +264,7 @@ From database "alvherre": Filenode Table Name ---------------------- 155156 foo - </programlisting> +</screen> </sect2> <sect2> |