diff options
Diffstat (limited to 'usr.bin/lock/lock.1')
-rw-r--r-- | usr.bin/lock/lock.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index 00883ca1ab1..63145c38e65 100644 --- a/usr.bin/lock/lock.1 +++ b/usr.bin/lock/lock.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lock.1,v 1.8 1999/10/17 20:24:34 aaron Exp $ +.\" $OpenBSD: lock.1,v 1.9 2000/03/08 03:11:31 aaron Exp $ .\" $NetBSD: lock.1,v 1.4 1994/12/22 01:16:21 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -57,13 +57,19 @@ with the appropriate privileges. The options are as follows: .Bl -tag -width Fl .It Fl n -Don't use a timeout value. Terminal will be locked forever. +Don't use a timeout value. +Terminal will be locked forever. .It Fl p A password is not requested, instead the user's current login password is used. If the user has an S/Key key, they may also use it -to unlock the terminal. To do this the user should enter "s/key" -at the unlock "Key:" prompt. The user will then be issued an S/Key +to unlock the terminal. +To do this the user should enter +.Qq s/key +at the unlock +.Dq Key: +prompt. +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 t Ar timeout |