35 lines
939 B
Diff
35 lines
939 B
Diff
--- a/anacron.8
|
|
+++ b/anacron.8
|
|
@@ -18,7 +18,7 @@
|
|
usually controlled by \fBcron\fR.
|
|
.PP
|
|
When executed, Anacron reads a list of jobs from a configuration file, normally
|
|
-.I /etc/anacrontab
|
|
+.I @TERMUX_PREFIX@/etc/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 @@
|
|
.TP
|
|
.B -n
|
|
Run jobs now. Ignore the delay specifications in the
|
|
-.I /etc/anacrontab
|
|
+.I @TERMUX_PREFIX@/etc/anacrontab
|
|
file. This options implies \fB-s\fR.
|
|
.TP
|
|
.B -d
|
|
@@ -117,11 +117,11 @@
|
|
for more information.
|
|
.SH FILES
|
|
.TP
|
|
-.I /etc/anacrontab
|
|
+.I @TERMUX_PREFIX@/etc/anacrontab
|
|
Contains specifications of jobs. See \fBanacrontab(5)\fR for a complete
|
|
description.
|
|
.TP
|
|
-.I /var/spool/anacron
|
|
+.I @TERMUX_PREFIX@/var/spool/anacron
|
|
This directory is used by Anacron for storing timestamp files.
|
|
.SH "SEE ALSO"
|
|
.B anacrontab(5), cron(8), tzset(3)
|