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.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27860dba39f3467bdcac6f91a8ca798b009f079;p=thirdparty%2Fpostgresql.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 f9b4c7a8c08..56683203d0c 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 eef50e2e465..e21b64bf8a7 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 f455b564319..6ff13232450 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 6eaa950c1e3..196f08fa5f6 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 dcc34fb61a9..05ba8b66e16 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 c6f576772e5..308508f62b4 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