BSD 2 development
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:00:34 +0000 (21:00 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:00:34 +0000 (21:00 -0800)
Work on file man/lock.u

Synthesized-from: 2bsd

man/lock.u [new file with mode: 0644]

diff --git a/man/lock.u b/man/lock.u
new file mode 100644 (file)
index 0000000..9f61e48
--- /dev/null
@@ -0,0 +1,15 @@
+.TH LOCK UCB 2/24/79 UCB
+.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