diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-23 00:10:22 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-23 00:10:22 +0000 |
| commit | e598c3138624cfea939208fa4775d81c30ad8e6f (patch) | |
| tree | 6f6ad0e5e9ee198fe1971d53bb7696214562b2fa /adduser/addgroup.8 | |
| parent | 0c9f365da25caa3b04bcfe82b70ee49aab96e619 (diff) | |
| download | pw-darwin-e598c3138624cfea939208fa4775d81c30ad8e6f.tar.gz pw-darwin-e598c3138624cfea939208fa4775d81c30ad8e6f.zip | |
Minor style fixes.
I also renamed the adduser "-quit" option to "-quiet", since
it is supposed to be the same as the -s/-silent option,
and -quit must have beena typo.
Diffstat (limited to 'adduser/addgroup.8')
| -rw-r--r-- | adduser/addgroup.8 | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/adduser/addgroup.8 b/adduser/addgroup.8 index 2ce5e65..371c40b 100644 --- a/adduser/addgroup.8 +++ b/adduser/addgroup.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: adduser.8,v 1.12 1996/08/28 17:54:13 adam Exp $ +.\" $Id: addgroup.8,v 1.1 1996/11/04 17:21:10 wosch Exp $ .Dd Oct, 30, 1996 .Dt ADDGROUP 8 @@ -34,17 +34,19 @@ .Nm .Op Fl g Ar gid .Ar group -.Op Ar user Op , Ar user,... +.Op Ar user Ns , Ns Ar user,... .Sh DESCRIPTION +The .Nm -add a group to +command adds a group to the .Xr group 5 database. -Optional +The optional .Ar user -initialized the group with group members. +is added to the group membership list. +The .Ar user -may be a comma separated list of user names. +argument may be a comma separated list of user names. If .Ar group already exists @@ -52,14 +54,14 @@ already exists add .Ar user to the -.Ar group. +.Ar group . .Sh OPTIONS .Bl -tag -width Ds .It Sy -g gid Create new group with group id .Ar gid -if possible or higher. Default gid is 1000. -This option has only affects for new groups. +if possible or the next higher id that is available. Default gid is 1000. +This option only applies to new groups. .El .Sh EXAMPLES .Pp @@ -70,7 +72,7 @@ Add group `cracau' with group identification 5000 or higher. $ addgroup foo blech,bar .Pp Add user `blech' and user `bar' to group `foo'. Create group -`foo' if not exists. +`foo' if it does not exist. .Sh SEE ALSO .Xr group 5 , .Xr adduser 8 , |
