CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2019/07/19 12:32:19
Modified files: usr.bin/lock : lock.c lock.1 Log message: lock(1): remove default timeout It makes little sense from a security standpoint to unlock the terminal and expose the user's session after fifteen minutes by default. Default behavior is now to reserve the terminal forever. Add instructions to the manpage to help the user employ the -t timeout option more safely. Manpage greatly improved by jmc@; bug(s) caught by millert@; with input from claudio@. ok millert@