| Summary: | [PATCH] Cron man page is incomplete | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | mikem <mike_makonnen> |
| Component: | Books & Articles | Assignee: | ru <ru> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
mikem
2002-01-11 11:20:03 UTC
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 , State Changed From-To: open->closed A slightly modified version of your patch committed to HEAD and RELENG_4, thanks! Responsible Changed From-To: freebsd-doc->ru |