Bug 33784

Summary: [PATCH] Cron man page is incomplete
Product: Documentation Reporter: mikem <mike_makonnen>
Component: Books & ArticlesAssignee: 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
The cron man page correctly shows an '-x debugflag' option but neglects to 
specify those flags in a later section.

This is the first time I've tried to modify a man page, so please feel free
to set -mdoc police (that mysterious entity the keeps being refered to on 
the lists) on me :-)
Comment 1 mikem 2002-01-11 12:59:12 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 ,
Comment 2 ru freebsd_committer freebsd_triage 2002-01-16 14:13:58 UTC
State Changed
From-To: open->closed

A slightly modified version of your patch committed to HEAD 
and RELENG_4, thanks! 


Comment 3 ru freebsd_committer freebsd_triage 2002-01-16 14:13:58 UTC
Responsible Changed
From-To: freebsd-doc->ru