]> granicus.if.org Git - cronie/commitdiff
Re-add missing option into man and fix some typos.
authorMarcela Mašláňová <mmaslano@redhat.com>
Tue, 26 Oct 2010 08:19:33 +0000 (10:19 +0200)
committerMarcela Mašláňová <mmaslano@redhat.com>
Tue, 26 Oct 2010 08:19:33 +0000 (10:19 +0200)
Thanks to Colin Dean.

man/cron.8
man/crontab.1

index 5b6dbe32be25190594c2c351c8368ca7d8c5011f..73a368174b9dc523704272cafe1b3380389139a1 100644 (file)
@@ -27,7 +27,7 @@
 crond \- daemon to execute scheduled commands
 .SH SYNOPSIS
 .B crond
-.RB [ -n " | " -p " | " -s " | " -m \fP\fI<mail command>\fP ]
+.RB [ -n " | " -p " | " -s " | " -c " | " -m \fP\fI<mail command>\fP ]
 
 .B crond
 .B -x 
@@ -147,6 +147,9 @@ Allows
 .I Cron
 to accept any user set crontables.
 .TP
+.B "\-c"
+This option enables clustering support, as described below.
+.TP
 .B "\-s"
 This option will direct 
 .I Cron
index 45b86f744b2aa616decb9a463dfec3af9b86a256..4519078dcf23bdf3013aa04d1ca4c63fb74ecfe7 100644 (file)
@@ -34,7 +34,7 @@ crontab \- maintains crontab files for individual users
 .RB [ -u
 .IR user ]
 .RB [ -l " | " -r " | " -e ]\ [ -i ]
-.RB [ -s ]
+.RB [ -c ]
 .br
 .B crontab
 .BR -n\ [
@@ -139,7 +139,7 @@ This option is relevant only if
 was started with the \fB-c\fP option, to enable clustering support.  It is
 used to set the host in the cluster which should run the jobs specified in the
 crontab files in the 
-.I /var/spool/cron\
+.I /var/spool/cron
 directory.
 If a hostname is supplied, the host whose hostname returned by
 .BR gethostname(2)