#
107f86a2 |
| 18-Jul-2006 |
Stefan Farfeleder <stefanf@FreeBSD.org> |
Document that the pathname(s) following the options need not be given if -f pathname was specified.
|
#
5a890aac |
| 27-May-2006 |
Kirill Ponomarev <krion@FreeBSD.org> |
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 and petabytes.
PR: bin/50988 Submit
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 and petabytes.
PR: bin/50988 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> MFC after: 7 days
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
440a24d8 |
| 04-Apr-2006 |
Ceri Davies <ceri@FreeBSD.org> |
Note that all of the birthtime related primaries are non-standard.
|
#
bb0d5fd5 |
| 03-Apr-2006 |
Ceri Davies <ceri@FreeBSD.org> |
Bump .Dd for the birthtime options.
|
#
31d53425 |
| 03-Apr-2006 |
Ceri Davies <ceri@FreeBSD.org> |
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 match the format specifier from stat(1).
Approved by: jh
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 match the format specifier from stat(1).
Approved by: jhb MFC after: 2 weeks
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
39c59153 |
| 14-Jun-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup and wording fixes.
Approved by: re (blanket)
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
ef6c7764 |
| 02-Apr-2005 |
Tim J. Robbins <tjr@FreeBSD.org> |
Use rpmatch() instead of checking for responses that begin with 'y' in queryuser(). This allows users to respond to -ok and -okdir prompts with any affirmative reply defined by their current locale.
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
4438d91e |
| 11-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Scheduled mdoc(7) sweep.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
053e1a39 |
| 29-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Now that fnmatch() supports multibyte characters, find does too; remove entry from BUGS section that said otherwise.
|
#
2cb640f6 |
| 28-Jul-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Start new sentence on new line.
Pointed out by: simon
|
#
dfef91e9 |
| 27-Jul-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Add a BUGS entry pointing out that -mindepth and -maxdepth are global options even though they look like primaries. (This is already documented in the options themselves, but is sufficiently astonis
Add a BUGS entry pointing out that -mindepth and -maxdepth are global options even though they look like primaries. (This is already documented in the options themselves, but is sufficiently astonishing that I think it deserves a BUGS entry as well.)
show more ...
|
#
ad487600 |
| 27-Jul-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Merge the "multibyte not supported" BUG into the pre-existing BUGS section.
Move the HISTORY section to place it before BUGS rather than after BUGS, in order to minimize the chance of this error bei
Merge the "multibyte not supported" BUG into the pre-existing BUGS section.
Move the HISTORY section to place it before BUGS rather than after BUGS, in order to minimize the chance of this error being reproduced in the future. (Both mdoc(7) and 63% of manual pages have these sections listed in this order.)
show more ...
|
#
2410103c |
| 07-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) fixes.
|
#
4f45d811 |
| 03-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Document missing multibyte character support in utilities specified by POSIX.
|
#
58540776 |
| 03-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Re-add half of UCB copyright notice that went missing in 1.20.
|
#
1c832963 |
| 28-May-2004 |
Oliver Eikemeier <eik@FreeBSD.org> |
- introduce a new primary `-depth n', which tests whether the depth of the current file relative to the starting point of the traversal is n. The usual +/- modifiers to the argument apply.
- w
- introduce a new primary `-depth n', which tests whether the depth of the current file relative to the starting point of the traversal is n. The usual +/- modifiers to the argument apply.
- while I'm here, fix -maxdepth in the case of a depth-first traversal
Print the top ten maintainers of python module ports (works with p5-* too):
find /usr/ports -depth 2 \! -name 'py-*' -prune -o \ -depth 3 -name Makefile -execdir make -VMAINTAINER \; \ | sort | uniq -c | sort -nr | head
PR: 66667 Reviewed by: ru, joerg Approved by: joerg MFC after: 2 weeks
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
54874bb6 |
| 19-May-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Bumped document date. Fixed a bunch of hyphen misspellings. Fixed one warning.
|
#
9c61111d |
| 16-May-2004 |
Oliver Eikemeier <eik@FreeBSD.org> |
snafu, exchanged the descriptions of -maxdepth and -mindepth.
Noticed by: ru
|
#
d79829af |
| 14-May-2004 |
Oliver Eikemeier <eik@FreeBSD.org> |
-maxdepth and -mindepth are global variables
PR: 66613 Approved by: ru MFC after: 3 days
|
#
47d91ba3 |
| 21-Apr-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Clarify and correct some compatibility notes.
PR: 65822
|
#
53e87059 |
| 07-Apr-2004 |
Tom Rhodes <trhodes@FreeBSD.org> |
Add -acl and a small blurb about it to the options list. Update date.
|
#
e578c242 |
| 27-Feb-2004 |
Tom Rhodes <trhodes@FreeBSD.org> |
Update the find manual page:
1: Document -follow under COMPATIBILITY. 2: Update an example to be a little more 'safe'. 3: Use '/' in place of '.' for an example; similar to other manual pages.
PR:
Update the find manual page:
1: Document -follow under COMPATIBILITY. 2: Update an example to be a little more 'safe'. 3: Use '/' in place of '.' for an example; similar to other manual pages.
PR: 40196 (1), 39532 (2, 3) Submitted by: Marc Silver <marcs@draenor.org> (2 and 3) Discussed with: des (1)
show more ...
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
24126ee0 |
| 23-Feb-2004 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Typo.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
6a2b59f8 |
| 25-Jul-2003 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
State that in -exec ... ; the semicolon should be quoted if invoked from a shell.
PR: docs/54667 Submitted by: Patrick Alken <pa59@cornell.edu> MFC after: 3 days
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
8d5d039f |
| 12-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Uniformly refer to a file system as "file system".
Approved by: re
|