diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-21 16:48:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-21 16:48:04 +0000 |
commit | 40a9a5a07a86344f2f6674014e557ade9580a41e (patch) | |
tree | ec98924530a31fdebbe3e04c5997aa178127d234 /usr.sbin/user/user.8 | |
parent | 2a20d577fef65f778b381e4f97829737b52af2c6 (diff) |
put -G in the right place; from Igor Sobrado
Diffstat (limited to 'usr.sbin/user/user.8')
-rw-r--r-- | usr.sbin/user/user.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/user/user.8 b/usr.sbin/user/user.8 index 3dc95831647..7b1745f676a 100644 --- a/usr.sbin/user/user.8 +++ b/usr.sbin/user/user.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: user.8,v 1.13 2004/06/26 09:31:46 jmc Exp $ +.\" $OpenBSD: user.8,v 1.14 2007/02/21 16:48:03 jmc Exp $ .\" $NetBSD: user.8,v 1.9 2001/06/05 11:31:21 wiz Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -53,12 +53,12 @@ .Bk -words .Cm add .Op Fl mov -.Op Fl G Ar secondary-group .Op Fl b Ar base-dir .Op Fl c Ar comment .Op Fl d Ar home-dir .Op Fl e Ar expiry-time .Op Fl f Ar inactive-time +.Op Fl G Ar secondary-group .Op Fl g Ar gid/name/=uid .Op Fl k Ar skel-dir .Op Fl L Ar login-class @@ -84,11 +84,11 @@ .Bk -words .Cm mod .Op Fl mov -.Op Fl G Ar secondary-group .Op Fl c Ar comment .Op Fl d Ar home-dir .Op Fl e Ar expiry-time .Op Fl f Ar inactive-time +.Op Fl G Ar secondary-group .Op Fl g Ar gid/name/=uid .Op Fl L Ar login-class .Op Fl l Ar new-login |