summaryrefslogtreecommitdiff
path: root/usr.sbin/user
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-01-31 21:54:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-01-31 21:54:41 +0000
commit66d292730555e72c25c9d9843e087348129eb506 (patch)
treece538866ae26e0f6750bcc28d20a2f85f4e8aa32 /usr.sbin/user
parentfaed948523c25a769c424e47bc0c46e73945b594 (diff)
typos;
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@
Diffstat (limited to 'usr.sbin/user')
-rw-r--r--usr.sbin/user/groupmod.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/user/groupmod.8 b/usr.sbin/user/groupmod.8
index 6beb87bc3c3..5977507bb45 100644
--- a/usr.sbin/user/groupmod.8
+++ b/usr.sbin/user/groupmod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: groupmod.8,v 1.9 2002/11/22 04:38:54 millert Exp $
+.\" $OpenBSD: groupmod.8,v 1.10 2003/01/31 21:54:40 jmc Exp $
.\" $NetBSD: groupmod.8,v 1.5 2000/10/03 19:32:23 bjh21 Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -51,7 +51,7 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl g Ar gid
gives the numeric group identifier to be used for the new group.
-.It Fl n Ar new-group-name
+.It Fl n Ar newname
gives the new name which the group shall have.
.It Fl o
allow the new group to have a gid which is already in use for another group.
@@ -64,8 +64,8 @@ The
utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr group 5 ,
-.Xr groupdel 8 ,
.Xr groupadd 8 ,
+.Xr groupdel 8 ,
.Xr groupinfo 8 ,
.Xr user 8
.Sh HISTORY