BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 23 Feb 1983 13:55:10 +0000 (05:55 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 23 Feb 1983 13:55:10 +0000 (05:55 -0800)
Work on file usr/man/mano/cxref.1
Work on file usr/man/man1/leave.1

Synthesized-from: CSRG/cd1/4.2

usr/man/man1/leave.1 [new file with mode: 0644]
usr/man/mano/cxref.1 [new file with mode: 0644]

diff --git a/usr/man/man1/leave.1 b/usr/man/man1/leave.1
new file mode 100644 (file)
index 0000000..8ad6ca0
--- /dev/null
@@ -0,0 +1,43 @@
+.TH LEAVE 1
+.UC
+.SH NAME
+leave \- remind you when you have to leave
+.SH SYNOPSIS
+.B leave
+[ hhmm ]
+.SH DESCRIPTION
+.I Leave
+waits until the specified time, then reminds you that you
+have to leave.
+You are reminded 5 minutes and 1 minute before the actual
+time, at the time, and every minute thereafter.
+When you log off,
+.I leave
+exits just before it would have
+printed the next message.
+.PP
+The time of day is in the form hhmm where hh is a time in
+hours (on a 12 or 24 hour clock).
+All times are converted to a 12 hour clock, and assumed to
+be in the next 12 hours.
+.PP
+If no argument is given,
+.I leave
+prompts with "When do you
+have to leave?". A reply of newline causes
+.I leave
+to exit,
+otherwise the reply is assumed to be a time.
+This form is suitable for inclusion in a
+.I .login
+or
+.I .profile.
+.PP
+Leave ignores interrupts, quits, and terminates.
+To get rid of it you should either log off or use ``kill \-9''
+giving its process id.
+.SH SEE ALSO
+calendar(1)
+.SH AUTHOR
+Mark Horton
+.SH BUGS
diff --git a/usr/man/mano/cxref.1 b/usr/man/mano/cxref.1
new file mode 100644 (file)
index 0000000..f031c0f
--- /dev/null
@@ -0,0 +1,2 @@
+.pl 1
+The ``cxref'' command is obsolete.  Use ``ctags -x'' instead.