#
9b88faec |
| 19-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
8fe908ef |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0 |
|
#
45fe9882 |
| 18-Nov-2000 |
Matthew Hunt <mph@FreeBSD.org> |
"minute(s) period(s)" --> "minute(s)"
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
c76bc8f3 |
| 12-Jun-2000 |
Ollivier Robert <roberto@FreeBSD.org> |
This patch adds the -mindepth and -maxdepth options to find(1), which behave as in GNU find (and of course as described in the manual page diff included). I think these options would be usef
This patch adds the -mindepth and -maxdepth options to find(1), which behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people.
Some missing $FreeBSD$ tags are also added.
The patch was slightly modified (send-pr mangling of TABS).
PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
show more ...
|
#
9d2796c3 |
| 12-Jun-2000 |
Ollivier Robert <roberto@FreeBSD.org> |
The find -perm option currently supports an exact match, or if the mode is preceded by a '-', it checks for a match in at least the bits specified on the command line. It is
The find -perm option currently supports an exact match, or if the mode is preceded by a '-', it checks for a match in at least the bits specified on the command line. It is often desirable to find things with any execute or setuid or setgid bits set.
PR: bin/10169 Submitted by: Monte Mitzelfelt <monte@gonefishing.org>
show more ...
|
Revision tags: release/4.0.0_cvs |
|
#
3615c24e |
| 01-Mar-2000 |
Nik Clayton <nik@FreeBSD.org> |
Fix errors in .Xr usage.
PR: docs/17057 Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
Revision tags: release/3.4.0_cvs |
|
#
567664c4 |
| 19-Dec-1999 |
Ollivier Robert <roberto@FreeBSD.org> |
Second part of bin/3648: add -flags to search for specific flags. I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore due to its age so I adapted it.
PR: bin/3648 Submitted by: Mar
Second part of bin/3648: add -flags to search for specific flags. I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore due to its age so I adapted it.
PR: bin/3648 Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
show more ...
|
Revision tags: release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
b9569cad |
| 06-Jun-1999 |
Kris Kennaway <kris@FreeBSD.org> |
The -perm option takes argument [-]mode, not [-mode]
Obtained from: NetBSD, by way of OpenBSD
|
Revision tags: release/3.2.0 |
|
#
0c101fb2 |
| 19-Apr-1999 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Clarify wording to indicate that the arguments to find(1) are path names (and can be both files or directories). Show white space between "(", ")", "!" and their corresponding `expression' arguments
Clarify wording to indicate that the arguments to find(1) are path names (and can be both files or directories). Show white space between "(", ")", "!" and their corresponding `expression' arguments as expected by the expression parser inside find(1).
Prompted by: David Honig <David.Honig@idt.com> on freebsd-doc Message-Id: <199904132055.NAA09432@justinian.Eng.idt.com>
show more ...
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
56f7a840 |
| 31-Dec-1998 |
Bill Fumerola <billf@FreeBSD.org> |
Typo - "the -delete primary do not.." -> "the -delete primary does not.."
PR: docs/9255 Submitted by: Christian Weisgerber <naddy@bigeye.rhein-neckar.de>
|
#
6df69548 |
| 29-Nov-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed English in previous commit. Clarify "lexicographical order". Don't format paragraphs manually (new sentences not beginning on new lines give hard-formatted line breaks).
|
#
6d0c7e13 |
| 29-Nov-1998 |
Wolfram Schneider <wosch@FreeBSD.org> |
Added a sort option to find(1).
The sort option make it possible to build the locate database without large (usually 20-100MB) temp files.
|
Revision tags: release/2.2.7 |
|
#
41cbb624 |
| 15-May-1998 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Add cross references for find(1), locate(1), whereis(1) and which(1).
Submitted by: Josh Gillam <josh@quick.net> PR: docs/6642
|
Revision tags: release/2.2.6 |
|
#
f6e4fb22 |
| 27-Oct-1997 |
Steve Price <steve@FreeBSD.org> |
Better wording explaining that all single character options are extensions along with the previous list of primaries.
Suggested by: bde
|
#
fcda3c86 |
| 27-Oct-1997 |
Steve Price <steve@FreeBSD.org> |
Offending statement removed from STANDARDS section. From what I can gather from the Posix spec that I have (which is very old) all one character options are extensions to Posix.
PR: docs/4701
|
Revision tags: release/2.2.5_cvs |
|
#
3f5223f8 |
| 13-Oct-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.
|
#
127d7563 |
| 30-Aug-1997 |
Warner Losh <imp@FreeBSD.org> |
Add -execdir which will execute the exec command in the dir of the file in question. This change and the fts changes should be merged into 2.2-stable as soon as they are vetted in -current. This sh
Add -execdir which will execute the exec command in the dir of the file in question. This change and the fts changes should be merged into 2.2-stable as soon as they are vetted in -current. This should allow cleaning of files in /tmp to be reneabled. Obtained from: OpenBSD
show more ...
|
#
3d9a9402 |
| 19-May-1997 |
John Polstra <jdp@FreeBSD.org> |
Mention that "-P" is the default.
|
#
6ad98044 |
| 19-May-1997 |
Eivind Eklund <eivind@FreeBSD.org> |
`it's'' -> `its'' where appropriate and typo fixes in time2posix.3.
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
|
Revision tags: release/2.2.2_cvs |
|
#
fbe0d04a |
| 03-May-1997 |
Masafumi Max NAKANE <max@FreeBSD.org> |
Minor typo. PR: 3472 Submitted by: Josh Gilliam <soil@quick.net>
|
Revision tags: release/2.2.1_cvs, release/2.2.0 |
|
#
841484cd |
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Merge from Lite2 - use new getvfsbyname() and related changes. understand whiteouts (FTS_W from fts()).
|
#
0da30e9a |
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.
|
Revision tags: release/2.1.7_cvs |
|
#
c115df18 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|