mirror of https://github.com/postgres/postgres
Remove unnecessary whitespace in refname elements. This confuses the
man page tools.
This commit is contained in:
parent
2655ec1f2c
commit
18eeacc463
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue