From nobody@FreeBSD.org  Tue Jan  2 13:51:51 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 28BE316A416
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Jan 2007 13:51:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 0185F13C46A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Jan 2007 13:51:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l02DpoOI002739
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 2 Jan 2007 13:51:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l02Dpovo002738;
	Tue, 2 Jan 2007 13:51:50 GMT
	(envelope-from nobody)
Message-Id: <200701021351.l02Dpovo002738@www.freebsd.org>
Date: Tue, 2 Jan 2007 13:51:50 GMT
From: Ganael LAPLANCHE<martymac@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: find(1) '-newerct' option not documented
X-Send-Pr-Version: www-3.0

>Number:         107430
>Category:       docs
>Synopsis:       find(1) '-newerct' option not documented
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 02 14:00:34 GMT 2007
>Closed-Date:    Tue Jan 02 14:22:47 GMT 2007
>Last-Modified:  Tue Jan 02 14:22:47 GMT 2007
>Originator:     Ganael LAPLANCHE
>Release:        6.2-PRERELEASE
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Dec 23 14:57:47 CET 2006     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
The man pages gives examples showing how to use the command. Unfortunately, one example uses an undocumented option (newerct) :

find / -newerct '1 minute ago' -print

This option should be documented...
>How-To-Repeat:
read the man page ;-)
>Fix:

>Release-Note:
>Audit-Trail:

From: Maxim Konovalov <maxim@macomnet.ru>
To: Ganael LAPLANCHE <martymac@martymac.com>
Cc: bug-followup@freebsd.org
Subject: Re: docs/107430: find(1) '-newerct' option not documented
Date: Tue, 2 Jan 2007 17:07:15 +0300 (MSK)

 Hi,
 
 [...]
 > >Description:
 > The man pages gives examples showing how to use the command.
 > Unfortunately, one example uses an undocumented option (newerct) :
 >
 > find / -newerct '1 minute ago' -print
 >
 > This option should be documented...
 
 It is.
 
 > >How-To-Repeat:
 > read the man page ;-)
 
      -newerXY file
              True if the current file has a more recent last access time
              (X=a), inode creation time (X=B), change time (X=c), or modifica-
              tion time (X=m) than the last access time (Y=a), inode creation
              time (Y=B), change time (Y=c), or modification time (Y=m) of
              file.  In addition, if Y=t, then file is instead interpreted as a
              direct date specification of the form understood by cvs(1).  Note
              that -newermm is equivalent to -newer.
 
 -- 
 Maxim Konovalov
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Tue Jan 2 14:21:55 UTC 2007 
State-Changed-Why:  
-newer?? options are documented actually. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107430 
>Unformatted:
