From: Peter Eisentraut Date: Sat, 25 Sep 2010 06:57:09 +0000 (+0300) Subject: Fix man page markup for with multiple variants X-Git-Tag: REL9_0_1~21 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f27860dba39f3467bdcac6f91a8ca798b009f079;p=users%2Fheikki%2Fpostgres.git Fix man page markup for with multiple variants Command synopses using with multiple variants previously used to break lines between variants. The new man page toolchain introduced in 9.0 makes a mess out of that, and that markup was probably wrong all along, because is supposed to break lines within a synopsis, not between them. So fix that by using multiple elements inside . backpatched to 9.0 --- diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index f9b4c7a8c0..56683203d0 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -26,7 +26,9 @@ PostgreSQL documentation --verbose-v --table | -t table dbname - + + + clusterdb connection-option --verbose-v diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index eef50e2e46..e21b64bf8a 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -25,7 +25,9 @@ PostgreSQL documentation connection-option langname dbname - + + + createlang connection-option --list-l diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index f455b56431..6ff1323245 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -25,7 +25,9 @@ PostgreSQL documentation connection-option langname dbname - + + + droplang connection-option --list-l diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 6eaa950c1e..196f08fa5f 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -21,14 +21,14 @@ PostgreSQL documentation - pg_ctl init[db] -s -D datadir -o options - + + pg_ctl start -w @@ -39,8 +39,9 @@ PostgreSQL documentation -o options -p path -c - + + pg_ctl stop -W @@ -54,8 +55,9 @@ PostgreSQL documentation i[mmediate] - + + pg_ctl restart -w @@ -71,25 +73,29 @@ PostgreSQL documentation -o options - + + pg_ctl reload -s -D datadir - + + pg_ctl status -D datadir - + + pg_ctl kill signal_name process_id - + + pg_ctl register -N servicename @@ -99,12 +105,12 @@ PostgreSQL documentation -w -t seconds -o options - + + pg_ctl unregister -N servicename - diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index dcc34fb61a..05ba8b66e1 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -26,11 +26,15 @@ PostgreSQL documentation --table | -t table --index | -i index dbname - + + + reindexdb connection-option --all | -a - + + + reindexdb connection-option --system | -s diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index c6f576772e..308508f62b 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -32,7 +32,9 @@ PostgreSQL documentation ( column [,...] ) dbname - + + + vacuumdb connection-option --full-f