Date: Fri, 11 Jan 2002 05:00:03 -0800 (PST) From: Mike Makonnen <mike_makonnen@yahoo.com> To: freebsd-doc@freebsd.org Subject: Re: docs/33784: [PATCH] Cron man page is incomplete Message-ID: <200201111300.g0BD03C23917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/33784; it has been noted by GNATS. From: Mike Makonnen <mike_makonnen@yahoo.com> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: docs/33784: [PATCH] Cron man page is incomplete Date: Fri, 11 Jan 2002 04:59:12 -0800 On Fri, 11 Jan 2002 14:02:56 +0200 Alexey Zelkin <phantom@ark.cris.net> wrote: > hi, > > There's a patch ? :-) > > PS: Please send a patch as followup to your first letter. oops. Here it is. Index: cron/cron.8 =================================================================== RCS file: /FreeBSD/ncvs/src/usr.sbin/cron/cron/cron.8,v retrieving revision 1.17 diff -u -r1.17 cron.8 --- cron/cron.8 15 Jul 2001 08:01:51 -0000 1.17 +++ cron/cron.8 11 Jan 2002 10:53:10 -0000 @@ -120,6 +120,31 @@ 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 ".Ar indent-two" -compact +.It Ar bit +Currently not used. +.It Ar ext +Make the other debug flags more verbose. +.It Ar load +Be verbose when loading crontab files. +.It Ar misc +Be verbose about miscellaneous one-off events. +.It Ar pars +Be verbose as you parse individual crontab lines. +.It Ar proc +Be verbose about the state of the process, including all of its offspring. +.It Ar sch +Be verbose when iterating through the scheduling algorithms. +.It Ar test +Trace through the execution, but don't perform any actions. +.El .El .Sh SEE ALSO .Xr crontab 1 , To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201111300.g0BD03C23917>