From owner-freebsd-doc@FreeBSD.ORG Tue Jan 2 14:10:24 2007 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1868F16A407 for ; Tue, 2 Jan 2007 14:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BB5DA13C43E for ; Tue, 2 Jan 2007 14:10:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l02EANXe016692 for ; Tue, 2 Jan 2007 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l02EANRq016691; Tue, 2 Jan 2007 14:10:23 GMT (envelope-from gnats) Date: Tue, 2 Jan 2007 14:10:23 GMT Message-Id: <200701021410.l02EANRq016691@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: docs/107430: find(1) '-newerct' option not documented X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 14:10:24 -0000 The following reply was made to PR docs/107430; it has been noted by GNATS. From: Maxim Konovalov To: Ganael LAPLANCHE 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