Skip to content
Snippets Groups Projects
Commit f0da2714 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Fix formatting of README.

Apparently github and bitbucket lack some of the more obscure RsT
rendering options.
parent c16ba650
Branches
Tags
No related merge requests found
...@@ -7,14 +7,6 @@ chkcrontab ...@@ -7,14 +7,6 @@ chkcrontab
Crontab linter Crontab linter
============== ==============
.. sidebar:: Output Description
:subtitle: Whatcha talkin bout Willis?
The output of ``chkcrontab`` is described on the `CheckCrontab`_
wiki page. A link to it appears in the output if there were any
warnings or errors. It also suggests ways to fix the reported
issues.
chkcrontab is a script to check crontab files like those in chkcrontab is a script to check crontab files like those in
``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring ``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring
errors and warn on suspect lines in a crontab file. Some valid errors and warn on suspect lines in a crontab file. Some valid
...@@ -34,6 +26,14 @@ To see sample output for a bad crontab, run the following:: ...@@ -34,6 +26,14 @@ To see sample output for a bad crontab, run the following::
See the ``./tests/test_crontab.disable`` crontab for how to disable See the ``./tests/test_crontab.disable`` crontab for how to disable
warnings and errors. warnings and errors.
Output Description
~~~~~~~~~~~~~~~~~~
The output of ``chkcrontab`` is described on the `CheckCrontab`_
wiki page. A link to it appears in the output if there were any
warnings or errors. It also suggests ways to fix the reported
issues.
Contributions Contributions
============= =============
Contributions are welcome! Please add unit tests for new features Contributions are welcome! Please add unit tests for new features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment