Remove unnecessary whitespace in refname elements. This confuses the

man page tools.
This commit is contained in:
Peter Eisentraut 2008-11-12 15:53:34 +00:00
parent 2655ec1f2c
commit 18eeacc463
3 changed files with 6 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.22 2007/05/11 20:16:32 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.23 2008/11/12 15:53:34 petere Exp $
PostgreSQL documentation
-->
@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta>
<refnamediv>
<refname>
ALTER DOMAIN
</refname>
<refname>ALTER DOMAIN</refname>
<refpurpose>
change the definition of a domain
</refpurpose>

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.22 2008/06/15 01:25:53 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_sequence.sgml,v 1.23 2008/11/12 15:53:34 petere Exp $
PostgreSQL documentation
-->
@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta>
<refnamediv>
<refname>
ALTER SEQUENCE
</refname>
<refname>ALTER SEQUENCE</refname>
<refpurpose>
change the definition of a sequence generator
</refpurpose>

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_type.sgml,v 1.5 2008/03/19 18:38:29 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_type.sgml,v 1.6 2008/11/12 15:53:34 petere Exp $
PostgreSQL documentation
-->
@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta>
<refnamediv>
<refname>
ALTER TYPE
</refname>
<refname>ALTER TYPE</refname>
<refpurpose>
change the definition of a type
</refpurpose>