]> granicus.if.org Git - postgresql/commit
Fix indentation of verbatim block elements
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Jul 2010 19:34:41 +0000 (19:34 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Jul 2010 19:34:41 +0000 (19:34 +0000)
commit66424a284879b5e0d456a1c7c1ec06b0b918a798
treeec11d97b4bb1c04fc1ace6920fb1f38d612342eb
parent984d56b80f5a945db2bfa80499b5ed913848242b
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.
55 files changed:
doc/src/sgml/auto-explain.sgml
doc/src/sgml/citext.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/config.sgml
doc/src/sgml/cube.sgml
doc/src/sgml/datatype.sgml
doc/src/sgml/dblink.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/dict-xsyn.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/func.sgml
doc/src/sgml/fuzzystrmatch.sgml
doc/src/sgml/hstore.sgml
doc/src/sgml/indexam.sgml
doc/src/sgml/install-win32.sgml
doc/src/sgml/intagg.sgml
doc/src/sgml/intarray.sgml
doc/src/sgml/isn.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/lo.sgml
doc/src/sgml/ltree.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/oid2name.sgml
doc/src/sgml/pageinspect.sgml
doc/src/sgml/pgarchivecleanup.sgml
doc/src/sgml/pgbench.sgml
doc/src/sgml/pgbuffercache.sgml
doc/src/sgml/pgcrypto.sgml
doc/src/sgml/pgfreespacemap.sgml
doc/src/sgml/pgrowlocks.sgml
doc/src/sgml/pgstandby.sgml
doc/src/sgml/pgstatstatements.sgml
doc/src/sgml/pgstattuple.sgml
doc/src/sgml/pgtrgm.sgml
doc/src/sgml/plperl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/ref/alter_domain.sgml
doc/src/sgml/ref/alter_sequence.sgml
doc/src/sgml/ref/alter_type.sgml
doc/src/sgml/ref/create_index.sgml
doc/src/sgml/ref/grant.sgml
doc/src/sgml/release-8.1.sgml
doc/src/sgml/release-old.sgml
doc/src/sgml/seg.sgml
doc/src/sgml/sql.sgml
doc/src/sgml/sslinfo.sgml
doc/src/sgml/stylesheet.css
doc/src/sgml/tablefunc.sgml
doc/src/sgml/textsearch.sgml
doc/src/sgml/unaccent.sgml
doc/src/sgml/uuid-ossp.sgml
doc/src/sgml/vacuumlo.sgml
doc/src/sgml/xaggr.sgml
doc/src/sgml/xfunc.sgml
doc/src/sgml/xml2.sgml