diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-31 13:11:39 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-31 13:11:39 +0000 |
commit | 33d37c13fc61e8718cb52962595c6c96fc879310 (patch) | |
tree | d4661da212c123870dc88dcd9053a4c6de3342f1 /usr.sbin/pwd_mkdb/pwd_mkdb.8 | |
parent | ccbd30815950f4f130eda21ccfb50f1603711d78 (diff) | |
download | src-33d37c13fc61e8718cb52962595c6c96fc879310.tar.gz src-33d37c13fc61e8718cb52962595c6c96fc879310.zip |
Back out previous commit. I mistook passing commentary from bde for
review.
Requested by: bde
Notes
Notes:
svn path=/head/; revision=50700
Diffstat (limited to 'usr.sbin/pwd_mkdb/pwd_mkdb.8')
-rw-r--r-- | usr.sbin/pwd_mkdb/pwd_mkdb.8 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index c3b68a294010..32233538cef7 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -149,14 +149,6 @@ style databases for the password file but depended on the calling programs to install them. The program was renamed in order that previous users of the program not be surprised by the changes in functionality. -.Pp -The -.Nm -program will produce warnings if it finds a UID or GID larger than the -historical maximum (USHRT_MAX), as these may cause problems for software -which assumes such a maximum. -Only the first such UID and the first such GID will produce a -warning. .Sh SEE ALSO .Xr chpass 1 , .Xr passwd 1 , |