[BACK]Return to leave.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / leave

Annotation of src/usr.bin/leave/leave.1, Revision 1.14

1.14    ! schwarze    1: .\"    $OpenBSD: leave.1,v 1.13 2007/05/31 19:20:12 jmc Exp $
1.1       deraadt     2: .\"    $NetBSD: leave.1,v 1.5 1995/08/31 22:32:10 jtc Exp $
                      3: .\"
                      4: .\" Copyright (c) 1980, 1990, 1993
                      5: .\"    The Regents of the University of California.  All rights reserved.
                      6: .\"
                      7: .\" Redistribution and use in source and binary forms, with or without
                      8: .\" modification, are permitted provided that the following conditions
                      9: .\" are met:
                     10: .\" 1. Redistributions of source code must retain the above copyright
                     11: .\"    notice, this list of conditions and the following disclaimer.
                     12: .\" 2. Redistributions in binary form must reproduce the above copyright
                     13: .\"    notice, this list of conditions and the following disclaimer in the
                     14: .\"    documentation and/or other materials provided with the distribution.
1.11      millert    15: .\" 3. Neither the name of the University nor the names of its contributors
1.1       deraadt    16: .\"    may be used to endorse or promote products derived from this software
                     17: .\"    without specific prior written permission.
                     18: .\"
                     19: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     20: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     21: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     22: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     23: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     24: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     25: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     26: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     27: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     28: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     29: .\" SUCH DAMAGE.
                     30: .\"
                     31: .\"    @(#)leave.1     8.3 (Berkeley) 4/28/95
                     32: .\"
1.14    ! schwarze   33: .Dd $Mdocdate: May 31 2007 $
1.1       deraadt    34: .Dt LEAVE 1
                     35: .Os
                     36: .Sh NAME
                     37: .Nm leave
                     38: .Nd remind you when you have to leave
                     39: .Sh SYNOPSIS
                     40: .Nm leave
1.14    ! schwarze   41: .Op Oo Cm \&+ Oc Ns Ar hhmm
1.1       deraadt    42: .Sh DESCRIPTION
1.3       aaron      43: .Nm leave
1.1       deraadt    44: waits until the specified time, then reminds you that you
                     45: have to leave.
                     46: You are reminded 5 minutes and 1 minute before the actual
                     47: time, at the time, and every minute thereafter.
                     48: When you log off,
                     49: .Nm leave
                     50: exits just before it would have
                     51: printed the next message.
                     52: .Pp
1.5       aaron      53: The options are as follows:
1.9       aaron      54: .Bl -tag -width Ds
1.1       deraadt    55: .It Ar hhmm
                     56: The time of day is in the form
                     57: .Ar hhmm
                     58: where
                     59: .Ar hh
                     60: is a time in
                     61: hours (on a 12 or 24 hour clock), and
                     62: .Ar mm
1.3       aaron      63: in minutes.
1.12      jmc        64: In ambiguous cases, times are converted to a 12 hour clock,
1.8       espie      65: and assumed to be in the next 12 hours.
1.1       deraadt    66: .It Cm \&+
                     67: If the time is preceded by
1.6       aaron      68: .Ql + ,
1.1       deraadt    69: the alarm will go off in hours and minutes
                     70: from the current time.
                     71: .El
                     72: .Pp
                     73: If no argument is given,
                     74: .Nm leave
                     75: prompts with "When do you
1.7       aaron      76: have to leave?".
                     77: A reply of newline causes
1.1       deraadt    78: .Nm leave
                     79: to exit,
                     80: otherwise the reply is assumed to be a time.
                     81: This form is suitable for inclusion in a
                     82: .Pa .login
                     83: or
1.3       aaron      84: .Pa .profile .
1.1       deraadt    85: .Sh SEE ALSO
                     86: .Xr calendar 1
                     87: .Sh HISTORY
                     88: The
                     89: .Nm leave
                     90: command appeared in
                     91: .Bx 3.0 .