From f27860dba39f3467bdcac6f91a8ca798b009f079 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 25 Sep 2010 09:57:09 +0300 Subject: 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/reindexdb.sgml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/reindexdb.sgml') 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 -- cgit v1.2.3