sbase/cron.1

24 lines
341 B
Groff
Raw Permalink Normal View History

.Dd 2015-10-08
.Dt CRON 1
.Os sbase
2014-12-16 06:03:15 -05:00
.Sh NAME
.Nm cron
.Nd clock daemon
.Sh SYNOPSIS
.Nm
2014-12-16 06:03:15 -05:00
.Op Fl f Ar file
.Op Fl n
.Sh DESCRIPTION
.Nm
schedules commands to be run at specified dates and times.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl f Ar file
Use the specified
.Ar file
instead of the default
2015-02-06 09:43:23 -05:00
.Pa /etc/crontab .
2014-12-16 06:03:15 -05:00
.It Fl n
Do not daemonize.
.El