summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.1
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:53 +0100
committerKarel Zak2006-12-07 00:25:53 +0100
commitffc4374869b9ac10539a3c18e13b29d1b0c64484 (patch)
tree1b8054e83f7f70e8fa77499fc9246d1cc16faa15 /misc-utils/cal.1
parentImported from util-linux-2.11n tarball. (diff)
downloadkernel-qcow2-util-linux-ffc4374869b9ac10539a3c18e13b29d1b0c64484.tar.gz
kernel-qcow2-util-linux-ffc4374869b9ac10539a3c18e13b29d1b0c64484.tar.xz
kernel-qcow2-util-linux-ffc4374869b9ac10539a3c18e13b29d1b0c64484.zip
Imported from util-linux-2.11o tarball.
Diffstat (limited to 'misc-utils/cal.1')
-rw-r--r--misc-utils/cal.119
1 files changed, 13 insertions, 6 deletions
diff --git a/misc-utils/cal.1 b/misc-utils/cal.1
index d16d30500..7d5e71eb1 100644
--- a/misc-utils/cal.1
+++ b/misc-utils/cal.1
@@ -42,7 +42,7 @@
.Nd displays a calendar
.Sh SYNOPSIS
.Nm cal
-.Op Fl mjy13
+.Op Fl smjy13
.Op [ Ar month ] Ar year
.Sh DESCRIPTION
.Nm Cal
@@ -52,14 +52,15 @@ the current month is displayed.
The options are as follows:
.Bl -tag -width Ds
.It Fl 1
-Display single month output (use if cal was built with -3 as default to get
-older traditional output)
+Display single month output.
+(This is the default.)
.It Fl 3
-Display prev/current/next month output (use if cal was built with traditional
--1 as default to get newer improved output)
+Display prev/current/next month output.
+.It Fl s
+Display Sunday as the first day of the week.
+(This is the default.)
.It Fl m
Display Monday as the first day of the week.
-(The default is Sunday.)
.It Fl j
Display Julian dates (days one-based, numbered from January 1).
.It Fl y
@@ -88,3 +89,9 @@ calendar for that month is a bit unusual.
A
.Nm
command appeared in Version 6 AT&T UNIX.
+.Sh OTHER VERSIONS
+Several much more elaborate versions of this program exist,
+with support for colors, holidays, birthdays, reminders and
+appointments, etc. For example, try the cal from
+http://home.sprynet.com/~cbagwell/projects.html
+or GNU gcal.