Fix markup for docbook2man man page generation.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: a4ac2f458e8cb76177254f4bd7bbd885991379af
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1999-07-06T17:16:42Z
Releases: 7.1.1
Fix markup for docbook2man man page generation.
No big deal; fixed lots of other markup at the same time.
Bigest change: make sure there is no whitespace
 in front of <term> contents.
This will probably help the other output types too.

Files

PathChange+/−
doc/src/sgml/ref/abort.sgml modified +137 −120
doc/src/sgml/ref/alter_table.sgml modified +302 −290
doc/src/sgml/ref/alter_user.sgml modified +195 −201
doc/src/sgml/ref/begin.sgml modified +7 −7
doc/src/sgml/ref/close.sgml modified +112 −113
doc/src/sgml/ref/cluster.sgml modified +208 −215
doc/src/sgml/ref/commit.sgml modified +7 −7
doc/src/sgml/ref/copy.sgml modified +177 −186
doc/src/sgml/ref/create_aggregate.sgml modified +210 −230
doc/src/sgml/ref/create_database.sgml modified +153 −155
doc/src/sgml/ref/createdb.sgml modified +271 −263
doc/src/sgml/ref/create_function.sgml modified +59 −68
doc/src/sgml/ref/create_index.sgml modified +201 −214
doc/src/sgml/ref/create_language.sgml modified +210 −217
doc/src/sgml/ref/create_operator.sgml modified +191 −208
doc/src/sgml/ref/create_rule.sgml modified +191 −196
doc/src/sgml/ref/create_sequence.sgml modified +242 −255
doc/src/sgml/ref/create_table_as.sgml modified +22 −27
doc/src/sgml/ref/create_table.sgml modified +631 −703
doc/src/sgml/ref/create_trigger.sgml modified +159 −162
doc/src/sgml/ref/create_type.sgml modified +211 −231
doc/src/sgml/ref/create_user.sgml modified +46 −58
doc/src/sgml/ref/createuser.sgml modified +284 −282
doc/src/sgml/ref/create_view.sgml modified +190 −208
doc/src/sgml/ref/declare.sgml modified +216 −227
doc/src/sgml/ref/delete.sgml modified +134 −136
doc/src/sgml/ref/destroydb.sgml modified +266 −258
doc/src/sgml/ref/destroyuser.sgml modified +242 −232
doc/src/sgml/ref/drop_aggregate.sgml modified +130 −134
doc/src/sgml/ref/drop_database.sgml modified +115 −117
doc/src/sgml/ref/drop_function.sgml modified +133 −139
doc/src/sgml/ref/drop_index.sgml modified +122 −123
doc/src/sgml/ref/drop_language.sgml modified +123 −125
doc/src/sgml/ref/drop_operator.sgml modified +161 −164
doc/src/sgml/ref/drop_rule.sgml modified +124 −126
doc/src/sgml/ref/drop_sequence.sgml modified +114 −116
doc/src/sgml/ref/drop_table.sgml modified +115 −116
doc/src/sgml/ref/drop_trigger.sgml modified +123 −145
doc/src/sgml/ref/drop_type.sgml modified +128 −130
doc/src/sgml/ref/drop_user.sgml modified +114 −116
doc/src/sgml/ref/drop_view.sgml modified +143 −149
doc/src/sgml/ref/explain.sgml modified +154 −160
doc/src/sgml/ref/fetch.sgml modified +335 −355
doc/src/sgml/ref/grant.sgml modified +447 −484
doc/src/sgml/ref/initdb.sgml modified +304 −302
doc/src/sgml/ref/initlocation.sgml modified +227 −222
doc/src/sgml/ref/insert.sgml modified +228 −230
doc/src/sgml/ref/listen.sgml modified +197 −183
doc/src/sgml/ref/load.sgml modified +188 −175
doc/src/sgml/ref/lock.sgml modified +55 −64
doc/src/sgml/ref/move.sgml modified +133 −119
doc/src/sgml/ref/notify.sgml modified +245 −231
doc/src/sgml/ref/pgaccess-ref.sgml modified +56 −39
doc/src/sgml/ref/pgadmin-ref.sgml modified +56 −39
doc/src/sgml/ref/pg_dumpall.sgml modified +303 −310
doc/src/sgml/ref/pg_dump.sgml modified +389 −416
doc/src/sgml/ref/pg_upgrade.sgml modified +125 −56
doc/src/sgml/ref/postgres-ref.sgml modified +24 −66
doc/src/sgml/ref/postmaster.sgml modified +19 −39
doc/src/sgml/ref/psql-ref.sgml modified +72 −196
doc/src/sgml/ref/reset.sgml modified +11 −8
doc/src/sgml/ref/revoke.sgml modified +78 −91
doc/src/sgml/ref/rollback.sgml modified +13 −13