From 7c34436e66358f5e1192037c5dd85b81b793b89d Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Fri, 7 Sep 2007 21:54:45 +0000 Subject: [PATCH] - The weekly periodic runs occur on Saturday mornings, not on Sunday mornings PR: docs/113975 Submitted by: Marian Cerny Reviewed by: keramida Approved by: re (bmah) --- usr.sbin/periodic/periodic.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index ebe320ca730c..63359308656e 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 28, 2001 +.Dd August 30, 2007 .Os .Dt PERIODIC 8 .Sh NAME @@ -48,7 +48,7 @@ Perform the standard daily periodic executable run. This usually occurs early in the morning (local time). .It Pa weekly Perform the standard weekly periodic executable run. -This usually occurs on Sunday mornings. +This usually occurs very early on Saturday mornings. .It Pa monthly Perform the standard monthly periodic executable run. This usually occurs on the first day of the month.