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/createlang.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/src/sgml/ref/createlang.sgml') 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 -- cgit v1.2.3