diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-11-12 17:46:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-11-12 17:46:41 +0000 |
commit | 27282d39d4595d6009250e12c842e9eefc37453a (patch) | |
tree | 17c9b3e64a29eb4f59e0cc167501e8ac04369cff | |
parent | fd7bf5dc355e53637a6478d1d85a4f174fbcfa1d (diff) |
Remove SIGNALS section now that the non-syslog code has been removed.
-rw-r--r-- | usr.sbin/cron/cron.8 | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8 index d87b18a5d7f..175da708ba0 100644 --- a/usr.sbin/cron/cron.8 +++ b/usr.sbin/cron/cron.8 @@ -17,9 +17,9 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $OpenBSD: cron.8,v 1.32 2015/01/23 01:01:06 tedu Exp $ +.\" $OpenBSD: cron.8,v 1.33 2015/11/12 17:46:40 millert Exp $ .\" -.Dd $Mdocdate: January 23 2015 $ +.Dd $Mdocdate: November 12 2015 $ .Dt CRON 8 .Os .Sh NAME @@ -128,20 +128,6 @@ The .Fl n option disables this behavior and causes it to run in the foreground. .El -.Sh SIGNALS -.Bl -tag -width Ds -.It Dv SIGHUP -causes -.Nm -to close and reopen its log file. -This is useful in scripts which rotate and age log files. -On -.Ox -this has no effect because -.Nm cron -logs via -.Xr syslog 3 . -.El .Sh FILES .Bl -tag -width "/var/cron/tabs/.sock" -compact .It Pa /etc/crontab |