diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 21:12:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-04 21:12:02 +0000 |
commit | 0388cbbdc4a701772bc922dbda666b640494329b (patch) | |
tree | f423c67bfa171e89e4c7cb39ba891a6be9332403 /usr.bin/calendar | |
parent | 443bd0ec4c173d89d8b0d06b1a2a22103954b1af (diff) |
Many improvements and general cleanup/standardization.
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r-- | usr.bin/calendar/calendar.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 607681ac6dd..ac075ee0a09 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: calendar.1,v 1.11 1999/07/04 11:53:51 aaron Exp $ +.\" $OpenBSD: calendar.1,v 1.12 2000/03/04 21:12:01 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,7 +57,7 @@ and displays lines that begin with either today's date or tomorrow's. On Fridays, events on Friday through Monday are displayed. .Pp -The following options are available: +The options are as follows: .Bl -tag -width Ds .It Fl a Process the @@ -202,6 +202,7 @@ Russian calendar .El .Sh SEE ALSO .Xr at 1 , +.Xr cal 1 , .Xr cpp 1 , .Xr mail 1 , .Xr cron 8 @@ -210,7 +211,7 @@ The .Nm program previously selected lines which had the correct date anywhere in the line. -This is no longer true: the date is only recognized when it occurs +This is no longer true: the date is only recognized when it occurs at the beginning of a line. .Sh HISTORY A |