aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-07-10 04:05:33 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-07-10 04:05:33 +0000
commit046e2b07faa7db3a4ec6f5d066bc68793799b67a (patch)
tree7536c69a29d535316022107573a30f3920fa6418 /usr.bin
parentd80646a4a0e6aca9bfcf0261afae8f4c5d790ef6 (diff)
downloadsrc-046e2b07faa7db3a4ec6f5d066bc68793799b67a.tar.gz
src-046e2b07faa7db3a4ec6f5d066bc68793799b67a.zip
Correct a comment: Typing in the root password at the "Key:" prompt
doesn't (and shouldn't) work.
Notes
Notes: svn path=/head/; revision=99709
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lock/lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c
index a85b60558e09..61d12e0c0925 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