From 635de8365f0299cfa2db24c56abcfccb65d020f0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 25 Sep 2010 09:57:09 +0300 Subject: [PATCH] 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 --- doc/src/sgml/ref/clusterdb.sgml | 4 +++- doc/src/sgml/ref/createlang.sgml | 4 +++- doc/src/sgml/ref/droplang.sgml | 4 +++- doc/src/sgml/ref/pg_ctl-ref.sgml | 26 ++++++++++++++++---------- doc/src/sgml/ref/reindexdb.sgml | 8 ++++++-- doc/src/sgml/ref/vacuumdb.sgml | 4 +++- 6 files changed, 34 insertions(+), 16 deletions(-) diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 4a3a339557..f57f0b3ddd 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 5db5e6cd41..e157396de7 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 a92cd932eb..f0e2bf9594 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 7494b5debb..df3794f8cd 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 fb680ece70..ddbf0ca65f 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 43e6d5effc..b4833f1252 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 -- 2.40.0