From 34975825816b7911fcdc026fcbf62546c758043b Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Fri, 9 May 2014 15:19:42 +0100 Subject: [PATCH] Fix grammar and value errors in cron documentation --- library/system/cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/system/cron b/library/system/cron index 32e7e872f0..c435d0015f 100644 --- a/library/system/cron +++ b/library/system/cron @@ -47,7 +47,7 @@ options: default: null user: description: - - The specific user who's crontab should be modified. + - The specific user whose crontab should be modified. required: false default: root job: @@ -95,7 +95,7 @@ options: default: "*" weekday: description: - - Day of the week that the job should run ( 0-7 for Sunday - Saturday, *, etc ) + - Day of the week that the job should run ( 0-6 for Sunday-Saturday, *, etc ) required: false default: "*" aliases: [ "dow" ]