From 3d5aef34e68adbed9db0144270b5f40c79f8e286 Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Wed, 11 Jul 2001 12:47:34 +0000 Subject: since Feb'99 uid_end is 2147483647, not 32000. millert@ ok --- usr.sbin/adduser/adduser.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index 02855811f30..9ea23f1d2cf 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adduser.8,v 1.21 2001/04/09 18:31:36 deraadt Exp $ +.\" $OpenBSD: adduser.8,v 1.22 2001/07/11 12:47:33 mpech Exp $ .\" .\" Copyright (c) 1995-1996 Wolfram Schneider . Berlin. .\" All rights reserved. @@ -244,7 +244,7 @@ The default value is 1000 or as configured in the configuration file. This value is the end of the range where free UID values are searched for. This value must be more than the value of uid_start. -The default value is 32000 or as configured in the configuration file. +The default value is 2147483647 or as configured in the configuration file. .It Sy gid/login group This value is generated automatically, but can be specified at the discretion of the person invoking the program. -- cgit v1.2.3