local_cron -> local_periodic

PR:		docs/11253
This commit is contained in:
Guy Helmer 1999-04-23 18:26:55 +00:00
parent 200c501e03
commit f8c6d853b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45956

View File

@ -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 ,