confusing terms - Mailing list pgsql-docs

From PG Doc comments form
Subject confusing terms
Date
Msg-id 153595903271.31913.5283426348521619234@wrigleys.postgresql.org
Whole thread Raw
Responses Re: confusing terms  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/role-membership.html
Description:

https://www.postgresql.org/docs/10/static/role-membership.html

it says

"Once the group role exists, you can add and remove members using the GRANT
and REVOKE commands:

GRANT group_role TO role1, ... ;
REVOKE group_role FROM role1, ... ;"

how can you add members to a newly created group role using the above
command? shouldn't it be GRANT group_role TO user1 ??

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AT TIME ZONE correction
Next
From: PG Doc comments form
Date:
Subject: K.I.S.S.