summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.1
AgeCommit message (Expand)Author
2009-04-09min/maxdepth do not observe +-;Jason McIntyre
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-28since -g is always overridden by -l in ls(1), the equivalent of theJason McIntyre
2008-09-29Add a missing `|' to the description of -perm.Matthias Kilian
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-10-11hmm, slightly reword the previous to sound less like a susv3 cut/paste,Jason McIntyre
2006-10-11some important information about how find(1) works was tucked awayJason McIntyre
2006-10-11improve markup a wee bit;Jason McIntyre
2006-10-11a little macro cleanup;Jason McIntyre
2006-10-11Suggest to use xargs(1) and give an example; started by jmc, ok jmc@Otto Moerbeek
2006-10-11in EXAMPLES:Jason McIntyre
2006-10-11for -depth, -follow, and -xdev, note that they always evaluate to true;Jason McIntyre
2006-10-10get the spacing right for -ok too; i missed this in my previous commit.Jason McIntyre
2006-10-10get the spacing right for -exec and -execdir; ok ottoJason McIntyre
2006-10-10add an example of -exec {} and remove a less useful example; ok ottoJason McIntyre
2006-10-05-iname is a primary, not an option. ok jmc@Otto Moerbeek
2006-10-05document -depth and -xdev: although we have options which do the same,Jason McIntyre
2006-10-04- bump latest posix versionJason McIntyre
2006-10-02remove some unneccessary escaping;Jason McIntyre
2006-10-01rewrite the piece about separate arguments to not confuse jmc@.Otto Moerbeek
2006-09-26clear up some confusion between operands and operators; with & ok jmc@Otto Moerbeek
2006-09-24do not suggest that !expression and (expression) (without spaces) is valid;Jason McIntyre
2005-12-27move the BUGS section to CAVEATS, since both the points listedJason McIntyre
2005-10-01Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@Otto Moerbeek
2005-06-15no more whiteoutsTodd C. Miller
2005-03-14make the OPERATORS list -compact: this avoids the nasty line splitJason McIntyre
2005-03-14add an example showing how to use -prune to skip a directory whilstJason McIntyre
2005-03-14simplify the description of -d to avoid confusion;Jason McIntyre
2005-03-13maintain alphabetical order in primaries list;Jason McIntyre
2005-02-07rename "file" to "path" in usage, it's clearerJared Yanovich
2004-02-24- remove double spaces in the examplesJason McIntyre
2004-01-23Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@Todd C. Miller
2003-09-02escape punctuation;Jason McIntyre
2003-06-12Add an example using -prune at Theo's request.Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-07spelling errors/typosDavid Krause
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2001-08-22expression is optionalTheo de Raadt
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh Graham
2001-08-22o Expression is an optional argument to find(1);Heikki Korpela
2001-03-14formatting error; m@procyon.comTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-07-10Xr chflags(1)Todd C. Miller
2000-07-08Add a -flags option similar to -perm but for filke flags (alaTodd C. Miller
2000-06-07-iname support; karls@inet.noTheo de Raadt
2000-03-07Various cleanup.Aaron Campbell
2000-03-06Add HISTORY sections; from FreeBSD.Aaron Campbell