12345678910111213141516171819202122232425262728293031 |
- $OpenBSD: patch-anacron_8,v 1.2 2013/06/04 13:47:09 giovanni Exp $
- --- anacron.8.orig Sun Dec 9 10:09:32 2007
- +++ anacron.8 Tue Jun 4 12:26:36 2013
- @@ -18,7 +18,7 @@ to control daily, weekly, and monthly jobs that are
- usually controlled by \fBcron\fR.
- .PP
- When executed, Anacron reads a list of jobs from a configuration file, normally
- -.I /etc/anacrontab
- +.I %%SYSCONFDIR%%/anacrontab
- (see \fBanacrontab(5)\fR). This file
- contains the list of jobs that Anacron controls. Each
- job entry specifies a period in days,
- @@ -84,7 +84,7 @@ previous one finished.
- .TP
- .B -n
- Run jobs now. Ignore the delay specifications in the
- -.I /etc/anacrontab
- +.I %%SYSCONFDIR%%/anacrontab
- file. This options implies \fB-s\fR.
- .TP
- .B -d
- @@ -117,7 +117,7 @@ file. See
- for more information.
- .SH FILES
- .TP
- -.I /etc/anacrontab
- +.I %%SYSCONFDIR%%/anacrontab
- Contains specifications of jobs. See \fBanacrontab(5)\fR for a complete
- description.
- .TP
|