at(1): Fix location of at(1) crontab

With r318443, atrun was moved from /etc/crontab to /etc/cron.d/at,
but the man-page was unfortunately not updated to reflect this.

PR:		248048
Submitted by:	debdrup
Reported by:	yoitsmeremember+fbsd at gmail.com
Reviewed by:	Pau Amma <pauamma at gundo.com>
Sponsored by:	Klara Inc.
Differential Revision:	https://reviews.freebsd.org/D25709
This commit is contained in:
Allan Jude 2020-07-17 20:43:00 +00:00
parent 4fbd491ee3
commit f4cf731d1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363286

View File

@ -213,9 +213,10 @@ every five minutes.
This implies that the granularity of This implies that the granularity of
.Nm .Nm
might not be optimal for every deployment. might not be optimal for every deployment.
If a finer granularity is needed, the system crontab at If a finer granularity is desired, the
.Pa /etc/crontab .Pa /etc/cron.d/at
needs to be changed. file can be edited and will be read by the system crontab, from which
the SHELL and PATH environment variables are inherited.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width indent .Bl -tag -width indent
.It Fl q Ar queue .It Fl q Ar queue