Bug 107430

Summary: find(1) '-newerct' option not documented
Product: Documentation Reporter: Ganael LAPLANCHE <martymac>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ganael LAPLANCHE 2007-01-02 14:00:34 UTC
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 ;-)
Comment 1 Maxim Konovalov 2007-01-02 14:07:15 UTC
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
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2007-01-02 14:21:55 UTC
State Changed
From-To: open->closed

-newer?? options are documented actually.