diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-16 14:12:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-16 14:12:02 +0000 |
commit | 3b1057ce33bd8b3cc9d5f9e2eb54ba2e449a2251 (patch) | |
tree | 033cfef6d75536a0e0822c2d24b478b34d8b4580 /usr.sbin | |
parent | 63c6cac94057b456640eb8e1fbbc7cc05e312296 (diff) | |
download | src-3b1057ce33bd8b3cc9d5f9e2eb54ba2e449a2251.tar.gz src-3b1057ce33bd8b3cc9d5f9e2eb54ba2e449a2251.zip |
Document the -x debugging option.
PR: docs/33784
Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
Notes
Notes:
svn path=/head/; revision=89423
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/cron/cron.8 | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/usr.sbin/cron/cron/cron.8 b/usr.sbin/cron/cron/cron.8 index 9ac882325793..2361ebf9d2b6 100644 --- a/usr.sbin/cron/cron/cron.8 +++ b/usr.sbin/cron/cron/cron.8 @@ -27,10 +27,7 @@ .Nm .Op Fl s .Op Fl o -.Oo -.Fl x -.Ar debugflag Ns Op , Ns Ar ... -.Oc +.Op Fl x Ar debugflag Ns Op , Ns Ar ... .Sh DESCRIPTION .Nm Cron should be started from @@ -120,6 +117,30 @@ If both options and .Fl s are specified, the option specified last wins. +.It Fl x Ar debugflag Ns Op , Ns Ar ... +Enable writing of debugging information to standard output. +One or more of the following comma separated +.Ar debugflag +identifiers must be specified: +.Pp +.Bl -tag -width ".Cm proc" -compact +.It Cm bit +currently not used +.It Cm ext +make the other debug flags more verbose +.It Cm load +be verbose when loading crontab files +.It Cm misc +be verbose about miscellaneous one-off events +.It Cm pars +be verbose about parsing individual crontab lines +.It Cm proc +be verbose about the state of the process, including all of its offspring +.It Cm sch +be verbose when iterating through the scheduling algorithms +.It Cm test +trace through the execution, but do not perform any actions +.El .El .Sh SEE ALSO .Xr crontab 1 , |