diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-15 06:40:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-15 06:40:16 +0000 |
commit | 7292f7ad65633848de2da67302fa2729e6b32dae (patch) | |
tree | 67904ad36bbe1effc8a7dc9d2c0fc6eb90c239f0 /usr.sbin/user/usermgmt.conf.5 | |
parent | 0c5b29877b2f3704f5cb0d6c66c9ac14ede8714f (diff) |
small mdoc fixes;
ok millert@
Diffstat (limited to 'usr.sbin/user/usermgmt.conf.5')
-rw-r--r-- | usr.sbin/user/usermgmt.conf.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/user/usermgmt.conf.5 b/usr.sbin/user/usermgmt.conf.5 index 6d449f71707..a171453d878 100644 --- a/usr.sbin/user/usermgmt.conf.5 +++ b/usr.sbin/user/usermgmt.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usermgmt.conf.5,v 1.1 2003/06/08 23:05:10 millert Exp $ +.\" $OpenBSD: usermgmt.conf.5,v 1.2 2003/06/15 06:40:15 jmc Exp $ .\" $NetBSD: usermgmt.conf.5,v 1.3 2002/10/02 13:49:11 grant Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -82,11 +82,12 @@ A value of 0 can be used to disable this feature. sets the default primary group for new users. If this is .Ql =uid , -then a uid and gid will be picked which are both unique +then a UID and GID will be picked which are both unique and the same, and a line added to .Pa /etc/group -to describe the new group. It has the format: -.br +to describe the new group. +It has the format: +.Pp .Bd -ragged -offset indent -compact .Ic group .Ar gid | name | Li =uid @@ -107,7 +108,7 @@ or a non-zero number, then the user login information will be preserved when removing a user with .Xr userdel 8 . .It Ic range -specifies the uid boundaries for new users. +specifies the UID boundaries for new users. If unspecified, the default is .Dq 1000..60000 . It has the format: |