Page MenuHomeFreeBSD

at(1): Fix location of system crontab
ClosedPublic

Authored by debdrup on Jul 17 2020, 5:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 3:57 PM
Unknown Object (File)
Sun, Oct 5, 1:55 PM
Unknown Object (File)
Tue, Sep 23, 11:10 PM
Unknown Object (File)
Sun, Sep 21, 11:13 PM
Unknown Object (File)
Sun, Sep 21, 8:36 PM
Unknown Object (File)
Fri, Sep 19, 12:19 AM
Unknown Object (File)
Thu, Sep 18, 6:16 PM
Unknown Object (File)
Thu, Sep 18, 1:24 PM

Details

Summary

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
Reported by: yoitsmeremember+fbsd at gmail.com

Test Plan

Tested with mandoc

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Wordsmith the sentente to match behaviour described in r318443

pauamma_gundo.com added inline comments.
usr.bin/at/at.man
216 ↗(On Diff #74584)

Since you're touching that line anyway, maybe s/finer granularity/shorter interval/ at the same time?

debdrup added inline comments.
usr.bin/at/at.man
216 ↗(On Diff #74584)

It's not just a shorter interval that 'at' offers, it can be at 4 minutes 42 seconds or 5 minutes 42 seconds - so finer granularity is the correct wording.

This revision is now accepted and ready to land.Jul 17 2020, 8:41 PM
This revision was automatically updated to reflect the committed changes.