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 PostgreSQL documentation
--> -->
@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname> <refname>ALTER DOMAIN</refname>
ALTER DOMAIN
</refname>
<refpurpose> <refpurpose>
change the definition of a domain change the definition of a domain
</refpurpose> </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 PostgreSQL documentation
--> -->
@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname> <refname>ALTER SEQUENCE</refname>
ALTER SEQUENCE
</refname>
<refpurpose> <refpurpose>
change the definition of a sequence generator change the definition of a sequence generator
</refpurpose> </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 PostgreSQL documentation
--> -->
@ -10,9 +10,7 @@ PostgreSQL documentation
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname> <refname>ALTER TYPE</refname>
ALTER TYPE
</refname>
<refpurpose> <refpurpose>
change the definition of a type change the definition of a type
</refpurpose> </refpurpose>