cvs commit: src/usr.bin/find find.1 main.c

2008-03-03 Thread Ruslan Ermilov
ru 2008-03-03 08:32:58 UTC FreeBSD src repository Modified files: usr.bin/find find.1 main.c Log: Fix SYNOPSIS and usage(). Revision ChangesPath 1.86 +7 -7 src/usr.bin/find/find.1 1.16 +3 -2 src/usr.bin/find/main.c __

cvs commit: src/usr.bin/find find.1

2008-02-24 Thread Ceri Davies
ceri2008-02-24 19:52:23 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Bump .Dd for revisions 1.83 and 1.84. Revision ChangesPath 1.85 +1 -1 src/usr.bin/find/find.1 ___ cvs-all@free

cvs commit: src/usr.bin/find find.1

2008-02-24 Thread Warner Losh
imp 2008-02-24 19:46:27 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Tag -ilname and -lname as GNU extensions. Correct their descriptions to indicate that it is the contents of the symbolic link that are matched. Revision ChangesPa

cvs commit: src/usr.bin/find find.1

2007-02-28 Thread Ruslan Ermilov
ru 2007-02-28 10:19:25 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Check in some insignificant fixes obtained as a result of the translation work. Revision ChangesPath 1.82 +19 -18src/usr.bin/find/find.1

cvs commit: src/usr.bin/find find.1

2006-12-13 Thread Ruslan Ermilov
ru 2006-12-13 17:02:50 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Fix the description of the -Btime primary. Noticed by: Vadim Goncharov Revision ChangesPath 1.81 +3 -3 src/usr.bin/find/find.1 _

cvs commit: src/usr.bin/find find.1

2006-10-15 Thread Ceri Davies
ceri2006-10-15 11:54:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/find find.1 Log: MFC revision 1.80: Update the list of POSIX extensions. Approved by:re (hrs) Revision ChangesPath 1.73.2.3 +5 -3 src/us

cvs commit: src/usr.bin/find find.1

2006-10-08 Thread Ceri Davies
ceri2006-10-08 10:31:44 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Update the list of POSIX extensions. PR: docs/103859 Submitted by: shaun MFC after: 1 week Revision ChangesPath 1.80 +5 -3 src

cvs commit: src/usr.bin/find find.1

2006-07-18 Thread Stefan Farfeleder
stefanf 2006-07-18 07:39:22 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Document that the pathname(s) following the options need not be given if -f pathname was specified. Revision ChangesPath 1.78 +7 -1 src/usr.bin/find/fin

Re: cvs commit: src/usr.bin/find find.1 function.c

2006-06-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Bjoern A. Zeeb" <[EMAIL PROTECTED]> writes: : On Thu, 1 Jun 2006, Jung-uk Kim wrote: : : > On Saturday 27 May 2006 02:27 pm, Kirill Ponomarew wrote: : >> krion 2006-05-27 18:27:41 UTC : >> : >> FreeBSD src repository : >> : >> Modified files:

Re: cvs commit: src/usr.bin/find find.1 function.c

2006-06-01 Thread Bjoern A. Zeeb
On Thu, 1 Jun 2006, Jung-uk Kim wrote: On Saturday 27 May 2006 02:27 pm, Kirill Ponomarew wrote: krion 2006-05-27 18:27:41 UTC FreeBSD src repository Modified files: usr.bin/find find.1 function.c Log: Add the capability for a trailing scale indicator to cause the

Re: cvs commit: src/usr.bin/find find.1 function.c

2006-06-01 Thread Jung-uk Kim
On Saturday 27 May 2006 02:27 pm, Kirill Ponomarew wrote: > krion 2006-05-27 18:27:41 UTC > > FreeBSD src repository > > Modified files: > usr.bin/find find.1 function.c > Log: > Add the capability for a trailing scale indicator to cause the > specified size to be read i

cvs commit: src/usr.bin/find find.1 function.c

2006-06-01 Thread Kirill Ponomarew
krion 2006-06-01 20:35:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/find find.1 function.c Log: MFC: function.c: 1.58; find.1: 1.77 date: 2006/05/27 18:27:41; author: krion; state: Exp; lines: +35 -3 Add the capability fo

cvs commit: src/usr.bin/find find.1 function.c

2006-05-27 Thread Kirill Ponomarew
krion 2006-05-27 18:27:41 UTC FreeBSD src repository Modified files: usr.bin/find find.1 function.c Log: Add the capability for a trailing scale indicator to cause the specified size to be read in the more familiar units of kilobytes, megabytes, gigabytes, terabytes

cvs commit: src/usr.bin/find find.1 find.h function.c option.c

2006-05-14 Thread Ceri Davies
ceri2006-05-14 21:45:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/find find.1 find.h function.c option.c Log: MFC the birthtime related primaries. Revision ChangesPath 1.73.2.1 +38 -5 src/usr.bin/find/find.1 1.17.8

Re: cvs commit: src/usr.bin/find find.1 find.h function.c option.c

2006-04-05 Thread Ceri Davies
On Wed, Apr 05, 2006 at 09:55:49AM +0200, Pawel Worach wrote: > On 4/3/06, Ceri Davies <[EMAIL PROTECTED]> wrote: > > ceri2006-04-03 20:36:37 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/find find.1 find.h function.c option.c > > Log: > > Add -B

Re: cvs commit: src/usr.bin/find find.1 find.h function.c option.c

2006-04-05 Thread Pawel Worach
On 4/3/06, Ceri Davies <[EMAIL PROTECTED]> wrote: > ceri2006-04-03 20:36:37 UTC > > FreeBSD src repository > > Modified files: > usr.bin/find find.1 find.h function.c option.c > Log: > Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to > work with the

cvs commit: src/usr.bin/find find.1

2006-04-04 Thread Ceri Davies
ceri2006-04-04 10:20:16 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Note that all of the birthtime related primaries are non-standard. Revision ChangesPath 1.76 +5 -5 src/usr.bin/find/find.1 ___

cvs commit: src/usr.bin/find find.1

2006-04-03 Thread Ceri Davies
ceri2006-04-03 20:53:34 UTC FreeBSD src repository Modified files: usr.bin/find find.1 Log: Bump .Dd for the birthtime options. Revision ChangesPath 1.75 +1 -1 src/usr.bin/find/find.1 ___ cvs-all@freebs

cvs commit: src/usr.bin/find find.1 find.h function.c option.c

2006-04-03 Thread Ceri Davies
ceri2006-04-03 20:36:37 UTC FreeBSD src repository Modified files: usr.bin/find find.1 find.h function.c option.c Log: Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to work with the st_birthtime field of struct stat. 'B' has been chosen to m