From: Marcela Mašláňová Date: Mon, 2 Jul 2012 07:02:23 +0000 (+0200) Subject: Fix typo in man page. X-Git-Tag: cronie1.4.9~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4a55b5b4cfd66a3e0a28aac2334b808866a7ecc;p=cronie Fix typo in man page. rhbz#836292 Thanks to: Dave Allan --- diff --git a/man/crontab.5 b/man/crontab.5 index 98f103d..ef13405 100644 --- a/man/crontab.5 +++ b/man/crontab.5 @@ -35,7 +35,7 @@ their own crontabs, eliminating the need for explicitly running as part of a cron command. .PP Blank lines, leading spaces, and tabs are ignored. Lines whose first -non-white space character is a pound-sign (#) are comments, and are note processed. +non-white space character is a pound-sign (#) are comments, and are not processed. Note that comments are not allowed on the same line as cron commands, since they are considered a part of the command. Similarly, comments are not allowed on the same line as environment variable settings.