From mike_makonnen@yahoo.com  Fri Jan 11 03:18:51 2002
Return-Path: <mike_makonnen@yahoo.com>
Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241])
	by hub.freebsd.org (Postfix) with ESMTP id 5F86737B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Jan 2002 03:18:51 -0800 (PST)
Received: from blackbox.pacbell.net ([64.166.86.36])
 by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May  7 2001))
 with ESMTP id <0GPR00D7OU37CT@mta5.snfc21.pbi.net> for
 FreeBSD-gnats-submit@freebsd.org; Fri, 11 Jan 2002 03:18:43 -0800 (PST)
Received: (from mikem@localhost)	by blackbox.pacbell.net (8.11.6/8.11.6)
 id g0BBJ9d88377; Fri, 11 Jan 2002 03:19:09 -0800 (PST envelope-from mikem)
Message-Id: <200201111119.g0BBJ9d88377@blackbox.pacbell.net>
Date: Fri, 11 Jan 2002 03:19:09 -0800 (PST)
From: Mike Makonnen <mike_makonnen@yahoo.com>
Reply-To: mikem <mike_makonnen@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Cron man page is incomplete
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33784
>Category:       docs
>Synopsis:       [PATCH] Cron man page is incomplete
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 11 03:20:03 PST 2002
>Closed-Date:    Wed Jan 16 06:13:58 PST 2002
>Last-Modified:  Wed Jan 16 06:15:10 PST 2002
>Originator:     mikem
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD blackbox.pacbell.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 5 01:38:46 PST 2002 mikem@blackbox.pacbell.net:/FreeBSD/builds/current/src.obj/FreeBSD/builds/current/src/sys/BLACKBOX i386


	
>Description:
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 :-)
	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:

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 ,
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed Jan 16 06:13:58 PST 2002 
State-Changed-Why:  
A slightly modified version of your patch committed to HEAD 
and RELENG_4, thanks! 


Responsible-Changed-From-To: freebsd-doc->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Wed Jan 16 06:13:58 PST 2002 
Responsible-Changed-Why:  

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33784 
>Unformatted:
