diff options
author | ru <ru@FreeBSD.org> | 2002-01-16 14:12:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-01-16 14:12:02 +0000 |
commit | 1b66cb96c758bf5fdd63db7692fbb1d4e846f2e9 (patch) | |
tree | 033cfef6d75536a0e0822c2d24b478b34d8b4580 /usr.sbin | |
parent | c6d68beab884b6f037a12000a3e905c7f4de0a8f (diff) | |
download | FreeBSD-src-1b66cb96c758bf5fdd63db7692fbb1d4e846f2e9.zip FreeBSD-src-1b66cb96c758bf5fdd63db7692fbb1d4e846f2e9.tar.gz |
Document the -x debugging option.
PR: docs/33784
Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
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 9ac8823..2361ebf 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 , |