diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-04-16 07:26:13 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2011-04-16 07:26:13 +0000 |
commit | cfb6b7c3f6b4ea3a0d3724c5524f5e930f4f0b3c (patch) | |
tree | 07db5bb39303af376a0e833bd1d0b22062584484 /usr.sbin/user/user.8 | |
parent | c1d828650981fab7a7de566a276fd9c717ed4afc (diff) |
rephrase argument to -g for consistency not only with useradd(8)
and usermod(8) but also with the notational conventions used in
other manual pages.
ok jmc@
Diffstat (limited to 'usr.sbin/user/user.8')
-rw-r--r-- | usr.sbin/user/user.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/user/user.8 b/usr.sbin/user/user.8 index 28d516dd8e9..0aee8f184fd 100644 --- a/usr.sbin/user/user.8 +++ b/usr.sbin/user/user.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: user.8,v 1.18 2010/09/03 11:22:36 jmc Exp $ +.\" $OpenBSD: user.8,v 1.19 2011/04/16 07:26:12 sobrado Exp $ .\" $NetBSD: user.8,v 1.9 2001/06/05 11:31:21 wiz Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -31,7 +31,7 @@ .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: April 16 2011 $ .Dt USER 8 .Os .Sh NAME @@ -45,7 +45,7 @@ .Op Fl b Ar base-directory .Op Fl e Ar expiry-time .Op Fl f Ar inactive-time -.Op Fl g Ar gid/name/=uid +.Op Fl g Ar gid | name | Li =uid .Op Fl L Ar login-class .Op Fl r Ar low..high .Ek @@ -59,7 +59,7 @@ .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 g Ar gid | name | Li =uid .Op Fl k Ar skel-directory .Op Fl L Ar login-class .Op Fl p Ar password @@ -89,7 +89,7 @@ .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 g Ar gid | name | Li =uid .Op Fl L Ar login-class .Op Fl l Ar new-login .Op Fl p Ar password |