diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-11 02:02:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-11 02:02:30 +0000 |
commit | 7140250953fe3a635527817247d9e29c788213d4 (patch) | |
tree | 1f0d650835de0324be64542cb38101aa79f6164b | |
parent | b0d63b407737e45ed7744eb06f463183970eaff3 (diff) |
groupmod modifies groups, it doesn't add them
ok millert@
-rw-r--r-- | usr.sbin/user/groupmod.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/user/groupmod.8 b/usr.sbin/user/groupmod.8 index 5977507bb45..d9a3ab2f6b7 100644 --- a/usr.sbin/user/groupmod.8 +++ b/usr.sbin/user/groupmod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groupmod.8,v 1.10 2003/01/31 21:54:40 jmc Exp $ +.\" $OpenBSD: groupmod.8,v 1.11 2003/03/11 02:02:29 tedu Exp $ .\" $NetBSD: groupmod.8,v 1.5 2000/10/03 19:32:23 bjh21 Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -46,7 +46,7 @@ .Sh DESCRIPTION The .Nm -utility adds a group to the system. +utility modifies an existing group. The options are as follows: .Bl -tag -width Ds .It Fl g Ar gid |