diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-19 00:18:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-19 00:18:34 +0000 |
commit | ddc561136dd62ce00fbca344dab8c6b13d988150 (patch) | |
tree | cf96f4afb371ca5d2a7c1d417aa9540ff770ecdc /usr.sbin/cron/cron.8 | |
parent | f7fdad88a087bd97e5efb15d64273acbb87273a7 (diff) |
We handle the clock going backwards.
Diffstat (limited to 'usr.sbin/cron/cron.8')
-rw-r--r-- | usr.sbin/cron/cron.8 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8 index 59845209488..995babf8dbc 100644 --- a/usr.sbin/cron/cron.8 +++ b/usr.sbin/cron/cron.8 @@ -17,7 +17,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.\" $OpenBSD: cron.8,v 1.9 2001/02/18 19:48:31 millert Exp $ +.\" $OpenBSD: cron.8,v 1.10 2001/02/19 00:18:33 millert Exp $ .\" .Dd June 6, 1999 .Dt CRON 8 @@ -99,10 +99,6 @@ the cron daemon will close and reopen its log file. This is useful in scripts which rotate and age log files. Naturally this is not relevant if cron was built to use .Xr syslog 3 . -Sh BUGS -.Nm -will behave mysteriously if a system clock is reset backward by more than -59 seconds. Smaller steps, or steps forward, are handled correctly. .Sh SEE ALSO .Xr crontab 1 , .Xr crontab 5 |