diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-04-23 18:26:55 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-04-23 18:26:55 +0000 |
commit | 00363a23a8b50501cf1888a5316624ec06dafc87 (patch) | |
tree | 04c772ded455f054a8e68c2e80313adbc2974391 | |
parent | aa25704686a95f78ff7e18df726ab88385eb32cb (diff) | |
download | FreeBSD-src-00363a23a8b50501cf1888a5316624ec06dafc87.zip FreeBSD-src-00363a23a8b50501cf1888a5316624ec06dafc87.tar.gz |
local_cron -> local_periodic
PR: docs/11253
-rw-r--r-- | usr.sbin/periodic/periodic.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index 19ae3af..b9a7e4e 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: periodic.8,v 1.8 1998/12/29 22:45:15 hoek Exp $ +.\" $Id: periodic.8,v 1.9 1999/02/14 20:06:02 jkh Exp $ .\" .Dd 13 August 1997 .Os FreeBSD 3.0 @@ -108,9 +108,9 @@ similar to the following example: .Dl 0 5 1 * * root periodic monthly 2>&1 .Pp Additionally, the system registry will typically have a -.Va local_cron +.Va local_periodic variable reading: -.Dl local_cron="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # cron script dirs. +.Dl local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs .Sh SEE ALSO .Xr sh 1 , .Xr crontab 5 , |