]> granicus.if.org Git - cronie/commitdiff
Fix typo in man pages.
authormmaslano <mmaslano@redhat.com>
Fri, 17 Aug 2007 13:17:11 +0000 (15:17 +0200)
committermmaslano <mmaslano@redhat.com>
Fri, 24 Aug 2007 13:06:00 +0000 (15:06 +0200)
cron.8

diff --git a/cron.8 b/cron.8
index 7bc5a22e60655bb91b7ca3fd0762028d7c9521b7..0c3860f154f51ae1057fa055d63b016edadc5f1a 100644 (file)
--- a/cron.8
+++ b/cron.8
@@ -19,7 +19,7 @@
 .\"
 .\" $Id: cron.8,v 1.8 2004/01/23 19:03:32 vixie Exp $
 .\" 
-.TH CRON 8 "10 January 1996""
+.TH CRON "8" "10 January 1996" "Linux Programmer's Manual"
 .UC 4
 .SH NAME
 cron \- daemon to execute scheduled commands (ISC Cron V4.1)
@@ -32,10 +32,10 @@ cron \- daemon to execute scheduled commands (ISC Cron V4.1)
 .RB [ \-m <mail command> ]
 .SH DESCRIPTION
 .I Cron
-should be started from /etc/rc or /etc/rc.local.  It will return immediately,
-so you don't need to start it with '&'.  The \-n option changes this default
-behavior causing it to run in the foreground.  This can be useful when 
-starting it out of init.
+should be started from /etc/rc.d/rc or /etc/rc.d/rc.local.  It will return 
+immediately, so you don't need to start it with '&'.  The \-n option changes 
+this default behavior causing it to run in the foreground.  This can be 
+useful when starting it out of init.
 .PP
 .I Cron
 searches /var/spool/cron for crontab files which are named after accounts in
@@ -91,7 +91,7 @@ the clock or timezone, and the new time is used immediately.
 .SS PAM Access Control
 On Red Hat systems, crond now supports access control with PAM - see 
 .IR pam (8) .
-A PAM configuration file for crond is installed in /etc/pam.d/crond .
+A PAM configuration file for crond is installed in /etc/pam.d/crond.
 crond loads the PAM environment from the pam_env module, but these
 can be overriden by settings in the crontab file.
 .SH SIGNALS