diff --git a/usr.sbin/user/group.8 b/usr.sbin/user/group.8 index 55e6fad49f6e..91a1fa82263f 100644 --- a/usr.sbin/user/group.8 +++ b/usr.sbin/user/group.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: group.8,v 1.11 2005/02/05 10:43:14 jmmv Exp $ */ +.\" $NetBSD: group.8,v 1.12 2005/02/05 15:26:50 wiz Exp $ */ .\" .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -42,7 +42,7 @@ .Cm add .Op Fl ov .Op Fl g Ar gid -.Op Fl r Ar low Ns Li .. Ns Ar high +.Op Fl r Ar lowgid Ns Li .. Ns Ar highgid .Ar group .Nm .Cm del diff --git a/usr.sbin/user/groupadd.8 b/usr.sbin/user/groupadd.8 index 9ac48ac7744a..133859e5ab2c 100644 --- a/usr.sbin/user/groupadd.8 +++ b/usr.sbin/user/groupadd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: groupadd.8,v 1.10 2005/02/05 10:43:14 jmmv Exp $ */ +.\" $NetBSD: groupadd.8,v 1.11 2005/02/05 15:26:50 wiz Exp $ */ .\" .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -41,7 +41,7 @@ .Nm .Op Fl ov .Op Fl g Ar gid -.Op Fl r Ar low Ns Li .. Ns Ar high +.Op Fl r Ar lowgid Ns Li .. Ns Ar highgid .Ar group .Sh DESCRIPTION The @@ -53,7 +53,7 @@ The options are as follows: gives the numeric group identifier to be used for the new group. .It Fl o allow the new group to have a gid which is already in use for another group. -.It Fl r Ar low Ns Li .. Ns Ar high +.It Fl r Ar lowgid Ns Li .. Ns Ar highgid sets the low and high bounds of a gid range for new groups. A new group can only be created if there are gids which can be assigned inside the range. diff --git a/usr.sbin/user/user.8 b/usr.sbin/user/user.8 index 3ba3aa135897..2ae22313ad8a 100644 --- a/usr.sbin/user/user.8 +++ b/usr.sbin/user/user.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: user.8,v 1.17 2004/01/14 09:35:33 agc Exp $ */ +.\" $NetBSD: user.8,v 1.18 2005/02/05 15:26:50 wiz Exp $ */ .\" .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -46,7 +46,7 @@ .Op Fl f Ar inactive-time .Op Fl g Ar gid/name/=uid .Op Fl L Ar login-class -.Op Fl r Ar low..high +.Op Fl r Ar lowuid..highuid .Nm .Cm add .Op Fl Smov @@ -60,7 +60,7 @@ .Op Fl k Ar skel-dir .Op Fl L Ar login-class .Op Fl p Ar password -.Op Fl r Ar low..high +.Op Fl r Ar lowuid..highuid .Op Fl s Ar shell .Op Fl u Ar uid .Ar user diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index dfff72e3c7a0..e3075c7ccc90 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: useradd.8,v 1.28 2004/01/14 09:35:33 agc Exp $ */ +.\" $NetBSD: useradd.8,v 1.29 2005/02/05 15:26:50 wiz Exp $ */ .\" .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -48,7 +48,7 @@ .Op Fl L Ar login-class .Op Fl k Ar skel-dir .Oo -.Fl r Ar low Ns Li .. Ns Ar high +.Fl r Ar lowuid Ns Li .. Ns Ar highuid .Oc .Op Fl s Ar shell .Nm @@ -65,7 +65,7 @@ .Op Fl L Ar login-class .Op Fl p Ar password .Oo -.Fl r Ar low Ns Li .. Ns Ar high +.Fl r Ar lowuid Ns Li .. Ns Ar highuid .Oc .Op Fl s Ar shell .Op Fl u Ar uid @@ -146,7 +146,7 @@ See .Xr login.conf 5 for more information on user login classes. .It Xo -.Fl r Ar low Ns Li .. Ns Ar high +.Fl r Ar lowuid Ns Li .. Ns Ar highuid .Xc sets the low and high bounds of uid ranges for new users. A new user can only be created if there are uids which can be assigned from one