=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/chpass/chpass.1,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/chpass/chpass.1 2001/08/15 20:47:53 1.23 --- src/usr.bin/chpass/chpass.1 2001/08/16 19:22:55 1.24 *************** *** 1,4 **** ! .\" $OpenBSD: chpass.1,v 1.23 2001/08/15 20:47:53 millert Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: chpass.1,v 1.24 2001/08/16 19:22:55 millert Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 *************** *** 58,64 **** .Pp Only the information that the user is allowed to change is displayed. .Pp ! If YP in enabled change requests are first tried in the local database, and then in the YP database, if there was no entry to change locally. .Pp .Nm chfn --- 58,64 ---- .Pp Only the information that the user is allowed to change is displayed. .Pp ! If YP is enabled change requests are first tried in the local database, and then in the YP database, if there was no entry to change locally. .Pp .Nm chfn *************** *** 176,185 **** .Pp The .Ar class ! field is currently unused. ! In the near future it will be a key to a ! .Xr termcap 5 ! style database of user attributes. .Pp The user's .Ar home directory --- 176,187 ---- .Pp The .Ar class ! field specifies a key in the ! .Xr login.conf 5 ! database of login class attributes. ! If empty, the ! .Dq default ! record is used. .Pp The user's .Ar home directory *************** *** 257,262 **** --- 259,265 ---- .Xr login 1 , .Xr passwd 1 , .Xr getusershell 3 , + .Xr login.conf 5 , .Xr passwd 5 , .Xr pwd_mkdb 8 , .Xr vipw 8