Skip to content

Commit 4d7af98

Browse files
committed
Patch NAME section of reference pages.
1 parent 1b5cffa commit 4d7af98

8 files changed

+16
-16
lines changed

doc/src/sgml/ref/alter_group.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.3 2000/07/24 13:17:44 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.4 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
ALTER GROUP
1616
</refname>
1717
<refpurpose>
18-
Add users to a group, remove users from a group
18+
Add users to a group; remove users from a group
1919
</refpurpose>
2020
</refnamediv>
2121
<refsynopsisdiv>

doc/src/sgml/ref/drop_rule.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v 1.8 2000/10/22 23:32:38 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v 1.9 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
DROP RULE
1616
</refname>
1717
<refpurpose>
18-
Removes existing rules from the database
18+
Removes rules from the database
1919
</refpurpose>
2020
</refnamediv>
2121
<refsynopsisdiv>

doc/src/sgml/ref/drop_sequence.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.8 2000/10/22 23:32:38 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.9 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
DROP SEQUENCE
1616
</refname>
1717
<refpurpose>
18-
Removes existing sequences from a database
18+
Removes sequences from a database
1919
</refpurpose>
2020
</refnamediv>
2121
<refsynopsisdiv>

doc/src/sgml/ref/drop_table.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.9 2000/10/22 23:32:38 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.10 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
DROP TABLE
1616
</refname>
1717
<refpurpose>
18-
Removes existing tables from a database
18+
Removes tables from a database
1919
</refpurpose>
2020
</refnamediv>
2121
<refsynopsisdiv>

doc/src/sgml/ref/drop_view.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.8 2000/10/22 23:32:38 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.9 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -15,7 +15,7 @@ Postgres documentation
1515
DROP VIEW
1616
</refname>
1717
<refpurpose>
18-
Removes existing views from a database
18+
Removes views from the database
1919
</refpurpose>
2020
</refnamediv>
2121
<refsynopsisdiv>

doc/src/sgml/ref/dropdb.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.9 2000/12/25 23:15:26 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.10 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -16,7 +16,7 @@ Postgres documentation
1616

1717
<refnamediv>
1818
<refname>dropdb</refname>
19-
<refpurpose>Remove an existing <productname>Postgres</productname> database</refpurpose>
19+
<refpurpose>Removes a <productname>Postgres</productname> database</refpurpose>
2020
</refnamediv>
2121

2222
<refsynopsisdiv>

doc/src/sgml/ref/droplang.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.10 2001/05/09 22:08:18 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.11 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -16,7 +16,7 @@ Postgres documentation
1616

1717
<refnamediv>
1818
<refname id="droplang">droplang</refname>
19-
<refpurpose>Remove a programming language from a <productname>Postgres</productname> database</refpurpose>
19+
<refpurpose>Removes a programming language from a <productname>Postgres</productname> database</refpurpose>
2020
</refnamediv>
2121

2222
<refsynopsisdiv>

doc/src/sgml/ref/dropuser.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.11 2001/01/13 23:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.12 2001/08/13 15:24:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -16,7 +16,7 @@ Postgres documentation
1616

1717
<refnamediv>
1818
<refname>dropuser</refname>
19-
<refpurpose>Drops (removes) a <productname>Postgres</productname> user</refpurpose>
19+
<refpurpose>Removes a <productname>Postgres</productname> user</refpurpose>
2020
</refnamediv>
2121

2222
<refsynopsisdiv>

0 commit comments

Comments
 (0)