aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-07-24 13:17:44 +0000
committerBruce Momjian <bruce@momjian.us>2000-07-24 13:17:44 +0000
commitf28ec8c5af7ff14b1866ab1af886a430d13d3005 (patch)
treec67ebb0a51184d67341c2ac3b345f49188a48185
parent93802c88bb4bf55350ec479453648fdc3f1bf643 (diff)
downloadpostgresql-f28ec8c5af7ff14b1866ab1af886a430d13d3005.tar.gz
postgresql-f28ec8c5af7ff14b1866ab1af886a430d13d3005.zip
more doc cleanups
-rw-r--r--doc/src/sgml/ref/alter_group.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_group.sgml b/doc/src/sgml/ref/alter_group.sgml
index 6fb399c1530..5403847888b 100644
--- a/doc/src/sgml/ref/alter_group.sgml
+++ b/doc/src/sgml/ref/alter_group.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.2 2000/07/22 02:39:10 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.3 2000/07/24 13:17:44 momjian Exp $
Postgres documentation
-->
@@ -91,8 +91,8 @@ ALTER GROUP <replaceable class="PARAMETER">name</replaceable> DROP USER <replace
Description
</title>
<para>
- <command>ALTER GROUP</command> is used to change add users to a group or
- remove them from a group. Only database superusers can use this command.
+ <command>ALTER GROUP</command> is used to add or remove users from a
+ group. Only database superusers can use this command.
Adding a user to a group does not create the user. Similarly, removing
a user from a group does not drop the user itself.
</para>