more doc cleanups
authorBruce Momjian <bruce@momjian.us>
Mon, 24 Jul 2000 13:17:44 +0000 (13:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 24 Jul 2000 13:17:44 +0000 (13:17 +0000)
doc/src/sgml/ref/alter_group.sgml

index a2813edc5f7ae36e65ad7f1b62ed35a4cede89a5..cc1933089d8094dbfa1c0b22080437faedd43e9d 100644 (file)
@@ -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>