From takamune@avrl.mei.co.jp Tue Apr 20 19:52:44 1999
Return-Path: <takamune@avrl.mei.co.jp>
Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102])
	by hub.freebsd.org (Postfix) with ESMTP id 8C35B14D24
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Apr 1999 19:52:42 -0700 (PDT)
	(envelope-from takamune@avrl.mei.co.jp)
Received: by bulls.mei.co.jp (8.9.1/3.7W) with ESMTP id LAA29108
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Apr 1999 11:50:14 +0900 (JST)
Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id LAA18374
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 Apr 1999 11:50:14 +0900 (JST)
Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0)
	id LAA04267; Wed, 21 Apr 1999 11:50:13 +0900
Received: by dream.avrl.mei.co.jp (8.9.3/3.6W-03/04/98-dream)
	id LAA02556; Wed, 21 Apr 1999 11:50:13 +0900 (JST)
Message-Id: <199904210250.LAA02556@dream.avrl.mei.co.jp>
Date: Wed, 21 Apr 1999 11:50:13 +0900 (JST)
From: takamune@avrl.mei.co.jp
Reply-To: takamune@avrl.mei.co.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: periodic.8 has a typo(`local_cron' is obsoleted)
X-Send-Pr-Version: 3.2

>Number:         11253
>Category:       docs
>Synopsis:       periodic.8 has a typo(`local_cron' is obsoleted)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 20 20:00:01 PDT 1999
>Closed-Date:    Fri Apr 23 13:28:44 CDT 1999
>Last-Modified:  Fri Apr 23 13:29:00 CDT 1999
>Originator:     Kazutoki TAKAMUNE
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:

src/usr.sbin/periodic/periodic.8
.\"	$Id: periodic.8,v 1.8.2.1 1999/02/14 20:06:52 jkh Exp $

>Description:

`$ man 8 periodic' shows followings.  In EXAMPLES section, the
variable name of system registry is obsoleted.

Local_cron in /etc/defaults/rc.conf and /usr/sbin/periodic was
 changed to local_periodic at Aug 19 1997.

EXAMPLES
     Additionally, the system registry will typically have a local_cron vari-
     able reading:
           local_cron="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # cron
           script dirs.

>How-To-Repeat:

$ man 8 periodic

>Fix:
--- src/usr.sbin/periodic/periodic.8.orig	Mon Feb 15 05:06:52 1999
+++ src/usr.sbin/periodic/periodic.8	Wed Apr 21 11:29:28 1999
@@ -108,9 +108,9 @@
 .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 ,

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ghelmer 
State-Changed-When: Fri Apr 23 13:28:44 CDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
