]> granicus.if.org Git - cronie/commitdiff
Add crond.8 (the same as cron.8) manual page
authormmaslano <mmaslano@redhat.com>
Fri, 24 Aug 2007 11:36:22 +0000 (13:36 +0200)
committerTomas Janousek <tomi@nomi.cz>
Mon, 27 Aug 2007 14:03:55 +0000 (16:03 +0200)
and other man pages were updated.

man/crond.8.in [new file with mode: 0644]
man/crontab.1.in
man/crontab.5.in

diff --git a/man/crond.8.in b/man/crond.8.in
new file mode 100644 (file)
index 0000000..07b55e4
--- /dev/null
@@ -0,0 +1 @@
+man 8 cron
\ No newline at end of file
index ad087eb5464e3ee4118f44120f36c4042d10c44e..49644974e9727edc72b1bee0d3f23734e648606b 100644 (file)
@@ -19,7 +19,7 @@
 .\"
 .\" $Id: crontab.1,v 1.7 2004/01/23 19:03:32 vixie Exp $
 .\"
-.TH CRONTAB 1 "16 January 2007"
+.TH CRONTAB 1 "27 July 2007"
 .UC 4
 .SH NAME
 crontab \- maintain crontab files for individual users (ISC Cron V4.1)
@@ -44,7 +44,13 @@ daemon in ISC Cron.  Each user can have their own crontab, and though these are
 more crontabs - for each range. For more see
 .BR selinux (8).
 .PP
-If the
+The cron jobs could be allow or disallow for different users. For classical
+crontab there exists
+.I cron.allow
+and
+.I cron.deny
+files.
+If
 .I cron.allow
 file exists, then you must be listed therein in order to be allowed to use
 this command.  If the
@@ -55,11 +61,16 @@ file does exist, then you must \fInot\fR be listed in the
 .I cron.deny
 file in order to use this command.  If neither of these files exists,
 only the super user will be allowed to use this command.
+The second option is using PAM authentication, where you set up users,
+which could or couldn't use
+.I crontab
+and \fBalso\fR system cron jobs from
+/etc/cron.d/.
 .PP
 .SH "OPTIONS"
 .TP
 .B "\-u"
-It specifies the name of the user whose crontab is to be tweaked.  If this option 
+Append the name of the user whose crontab is to be tweaked.  If this option 
 is not given,
 .I crontab
 examines "your" crontab, i.e., the crontab of the person executing the
index a401def63a42ddacc7be0d3f4f80550952a6f272..83b8289b3d6336618495d6dd068c4c2ab6cba41f 100644 (file)
@@ -19,7 +19,7 @@
 .\"
 .\" $Id: crontab.5,v 1.6 2004/01/23 19:03:33 vixie Exp $
 .\" 
-.TH CRONTAB 5 "16 January 2007"
+.TH CRONTAB 5 "27 July 2007"
 .UC 4
 .SH NAME
 crontab \- tables for driving cron (ISC Cron V4.1)
@@ -226,7 +226,7 @@ crontab -e
 # write in crontab file
 MLS_LEVEL=SystemHigh
 0-59 * * * * id -Z > /tmp/SystemHigh/crontest
-Now if I log in as a normal user it can't work, because /tmp/SystemHigh is
+When I log in as a normal user, it can't work, because \fI/tmp/SystemHigh\fR is
 higher than my level.
 .fi
 .SH FILES