diff options
author | dd <dd@FreeBSD.org> | 2002-07-10 04:05:33 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-07-10 04:05:33 +0000 |
commit | e0d563743c40743e1889ec27beb059dbdd1b44f9 (patch) | |
tree | 7536c69a29d535316022107573a30f3920fa6418 /usr.bin/lock | |
parent | d18ad3c4321cfe7cad9b3b08186e75908fbb6f2f (diff) | |
download | FreeBSD-src-e0d563743c40743e1889ec27beb059dbdd1b44f9.zip FreeBSD-src-e0d563743c40743e1889ec27beb059dbdd1b44f9.tar.gz |
Correct a comment: Typing in the root password at the "Key:" prompt
doesn't (and shouldn't) work.
Diffstat (limited to 'usr.bin/lock')
-rw-r--r-- | usr.bin/lock/lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index a85b605..61d12e0 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -49,8 +49,8 @@ static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; __FBSDID("$FreeBSD$"); /* - * Lock a terminal up until the given key is entered, until the root - * password is entered, or the given interval times out. + * Lock a terminal up until the given key is entered or the given + * interval times out. * * Timeout interval is by default TIMEOUT, it can be changed with * an argument of the form -time where time is in minutes |