=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lock/lock.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/lock/lock.1 2003/06/10 09:12:10 1.13 --- src/usr.bin/lock/lock.1 2005/07/14 14:42:28 1.14 *************** *** 1,4 **** ! .\" $OpenBSD: lock.1,v 1.13 2003/06/10 09:12:10 jmc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: lock.1,v 1.14 2005/07/14 14:42:28 jmc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 37,44 **** .Nd reserve a terminal .Sh SYNOPSIS .Nm lock ! .Op Fl n ! .Op Fl p .Op Fl a Ar style .Op Fl t Ar timeout .Sh DESCRIPTION --- 37,43 ---- .Nd reserve a terminal .Sh SYNOPSIS .Nm lock ! .Op Fl np .Op Fl a Ar style .Op Fl t Ar timeout .Sh DESCRIPTION *************** *** 52,57 **** --- 51,69 ---- .Pp The options are as follows: .Bl -tag -width Ds + .It Fl a Ar style + The specified BSD Authentication login + .Ar style + (as specified in + .Pa /etc/login.conf ) + will be used to authenticate the user. + If the particular + .Ar style + requires a challenge/response handshake or a special prompt, the + user may enter the name of the + .Ar style + to get the standard prompt for that + .Ar style . .It Fl n Don't use a timeout value. Terminal will be locked forever. *************** *** 67,85 **** The user will then be issued an S/Key challenge to which they may respond with a six-word S/Key one-time password. - .It Fl a Ar style - The specified BSD Authentication login - .Ar style - (as specified in - .Pa /etc/login.conf ) - will be used to authenticate the user. - If the particular - .Ar style - requires a challenge/response handshake or a special prompt, the - user may enter the name of the - .Ar style - to get the standard prompt for that - .Ar style . .It Fl t Ar timeout The time limit (default 15 minutes) is changed to .Ar timeout --- 79,84 ----