BSD 3 development
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:09:54 +0000 (01:09 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:09:54 +0000 (01:09 -0800)
Work on file usr/man/man1/lock.1

Synthesized-from: 3bsd

usr/man/man1/lock.1 [new file with mode: 0644]

diff --git a/usr/man/man1/lock.1 b/usr/man/man1/lock.1
new file mode 100644 (file)
index 0000000..4092540
--- /dev/null
@@ -0,0 +1,17 @@
+.TH LOCK 1 2/24/79
+.UC
+.SH NAME
+lock \- reserve a terminal
+.SH SYNOPSIS
+.B lock
+.SH DESCRIPTION
+.I Lock
+requests a password from the user, then prints "LOCKED" on
+the terminal and refuses to relinquish the terminal until
+the password is repeated.  If the user forgets the password,
+he has no other recourse but to login elsewhere and kill
+the lock process.
+.SH AUTHOR
+Kurt Shoens
+.SH BUGS
+Should timeout after 15 minutes.