diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-10 04:05:33 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-10 04:05:33 +0000 |
| commit | 046e2b07faa7db3a4ec6f5d066bc68793799b67a (patch) | |
| tree | 7536c69a29d535316022107573a30f3920fa6418 /usr.bin | |
| parent | d80646a4a0e6aca9bfcf0261afae8f4c5d790ef6 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 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 |
