]> granicus.if.org Git - cronie/commitdiff
Man page syntax fixes
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 7 Nov 2015 09:25:28 +0000 (11:25 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 9 Nov 2015 12:26:58 +0000 (13:26 +0100)
man/crontab.5

index 8165cab29cbbb66f641e525470d53fba65a675e9..e152ef01267e00dffb52f3043217c4a566cda8a0 100644 (file)
@@ -100,8 +100,8 @@ aliasing and UUCP usually does not read its mail.  If
 is defined (and non-empty), it is used as the envelope sender address,
 otherwise, ``root'' is used.
 .PP
-By default, cron sends a mail using the 'Content-Type:' header of
-'text/plain' with the 'charset=' parameter set to the 'charmap/codeset'
+By default, cron sends a mail using the 'Content-Type:' header
+of 'text/plain' with the 'charset=' parameter set to the 'charmap/codeset'
 of the locale in which
 .BR crond (8)
 is started up, i.e., either the default system locale, if no LC_*
@@ -195,8 +195,8 @@ A field may contain an asterisk (*), which always stands for
 "first\-last".
 .PP
 Ranges of numbers are allowed.  Ranges are two numbers separated with a
-hyphen.  The specified range is inclusive.  For example, 8-11 for an
-'hours' entry specifies execution at hours 8, 9, 10, and 11.
+hyphen.  The specified range is inclusive.  For example, 8-11 for
+an 'hours' entry specifies execution at hours 8, 9, 10, and 11.
 .PP
 Lists are allowed.  A list is a set of numbers (or ranges) separated by
 commas.  Examples: "1,2,5,9", "0-4,8-12".