From c20ad79fdbef1f52f492a7e524f6cf9c25bbf02e Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Wed, 2 May 2012 18:47:02 +0100
Subject: [PATCH] README text formatting fix.

---
 README | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 5e9031e..30084fb 100644
--- a/README
+++ b/README
@@ -1,9 +1,10 @@
-DESCRIPTION
+Crontab linter.
 
-chkcrontab.py is a script to check crontab files like those in /etc/cron.d
-and /etc/crontab.  It tries to catch glaring errors and warn on suspect
-lines in a crontab file.  Some valid lines will generate warnings.
-Certain silly yet valid crontab lines will generate errors as well.
+chkcrontab.py is a script to check crontab files like those in
+/etc/cron.d and /etc/crontab.  It tries to catch glaring errors
+and warn on suspect lines in a crontab file.  Some valid lines
+will generate warnings.  Certain silly yet valid crontab lines
+will generate errors as well.
 
 Run this by doing ./chkcrontab.py crontab_file
 
@@ -13,8 +14,8 @@ To see sample output for a bad crontab, run the following:
 
   ./chkcrontab.py ./tests/test_crontab
 
-See the ./tests/test_crontab.disable crontab for how to disable warnings
-and errors.
+See the ./tests/test_crontab.disable crontab for how to disable
+warnings and errors.
 
 CONTRIBUTIONS
 
-- 
GitLab