From 7fc5ac8297cb8f04d0406219e71997e2977506a6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 12 Nov 2008 15:53:34 +0000 Subject: [PATCH] Remove unnecessary whitespace in refname elements. This confuses the man page tools. --- doc/src/sgml/ref/alter_domain.sgml | 4 +--- doc/src/sgml/ref/alter_sequence.sgml | 4 +--- doc/src/sgml/ref/alter_type.sgml | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/ref/alter_domain.sgml b/doc/src/sgml/ref/alter_domain.sgml index c37ea2634d..ca434d094c 100644 --- a/doc/src/sgml/ref/alter_domain.sgml +++ b/doc/src/sgml/ref/alter_domain.sgml @@ -10,9 +10,7 @@ PostgreSQL documentation - - ALTER DOMAIN - + ALTER DOMAIN change the definition of a domain diff --git a/doc/src/sgml/ref/alter_sequence.sgml b/doc/src/sgml/ref/alter_sequence.sgml index 190b20f14e..c6625e377f 100644 --- a/doc/src/sgml/ref/alter_sequence.sgml +++ b/doc/src/sgml/ref/alter_sequence.sgml @@ -10,9 +10,7 @@ PostgreSQL documentation - - ALTER SEQUENCE - + ALTER SEQUENCE change the definition of a sequence generator diff --git a/doc/src/sgml/ref/alter_type.sgml b/doc/src/sgml/ref/alter_type.sgml index 5a69707dd2..ec3b13bc5b 100644 --- a/doc/src/sgml/ref/alter_type.sgml +++ b/doc/src/sgml/ref/alter_type.sgml @@ -10,9 +10,7 @@ PostgreSQL documentation - - ALTER TYPE - + ALTER TYPE change the definition of a type -- 2.39.5