Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek | |
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre | |
thus also avoiding a line split that was annoying me; | |||
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre | |
under -print, and slightly inaccurate anway; move it up into DESCRIPTION and correct it; from otto and myself | |||
2006-10-11 | improve markup a wee bit; | Jason McIntyre | |
2006-10-11 | a little macro cleanup; | Jason McIntyre | |
2006-10-11 | Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ | Otto Moerbeek | |
2006-10-11 | in EXAMPLES: | Jason McIntyre | |
- make the first example positive (we have enough using `!') - remove second example (it is too similar to others) - remove `-print' from all examples - put the examples in a more logical order - no need to escape dot, as otto points out i have been escaping it needlessly for years ;( ok otto | |||
2006-10-11 | for -depth, -follow, and -xdev, note that they always evaluate to true; | Jason McIntyre | |
ok otto | |||
2006-10-10 | get the spacing right for -ok too; i missed this in my previous commit. | Jason McIntyre | |
2006-10-10 | get the spacing right for -exec and -execdir; ok otto | Jason McIntyre | |
2006-10-10 | add an example of -exec {} and remove a less useful example; ok otto | Jason McIntyre | |
2006-10-05 | -iname is a primary, not an option. ok jmc@ | Otto Moerbeek | |
2006-10-05 | document -depth and -xdev: although we have options which do the same, | Jason McIntyre | |
they are not included in posix; make the description of -follow match that of -depth and -xdev, especially since its option equivalent is preferred; ok otto | |||
2006-10-04 | - bump latest posix version | Jason McIntyre | |
- note additional primaries which are not posix conformant and, conversely, one which was not previously conformant and now is this was prompted by a mail to either freebsd or netbsd lists, but i cannot for the life of me find it - thanks anyway! ok otto | |||
2006-10-02 | remove some unneccessary escaping; | Jason McIntyre | |
2006-10-01 | rewrite the piece about separate arguments to not confuse jmc@. | Otto Moerbeek | |
ok jmc@ kettenis@ | |||
2006-09-26 | clear up some confusion between operands and operators; with & ok jmc@ | Otto Moerbeek | |
2006-09-24 | do not suggest that !expression and (expression) (without spaces) is valid; | Jason McIntyre | |
"from sander bos, with credit to peter bex" ok otto | |||
2005-12-27 | move the BUGS section to CAVEATS, since both the points listed | Jason McIntyre | |
are hardly bugs; prompted by j. c. roberts; ok krw millert ian | |||
2005-10-01 | Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@ | Otto Moerbeek | |
2005-08-30 | remove -W from synopsis; ok deraadt@ jmc@ | David Krause | |
2005-06-15 | no more whiteouts | Todd C. Miller | |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre | |
between 2 list items that are logically linked; | |||
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre | |
searching; help from otto; requested by fgsch; ok otto@ fgsch@ | |||
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre | |
ok otto@ millert@ | |||
2005-03-13 | maintain alphabetical order in primaries list; | Jason McIntyre | |
2005-02-07 | sync and make usage __dead, from Michael Knudsen | Jared Yanovich | |
2005-02-07 | rename "file" to "path" in usage, it's clearer | Jared Yanovich | |
from Michael Knudsen <e@molioner.dk> ok jmc millert and rearrange man page EXAMPLES while here | |||
2004-09-15 | remove unused variable | Theo de Raadt | |
2004-09-15 | no , allowed at end of enum list | Theo de Raadt | |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek | |
2004-06-02 | Use errx() rather than err() when errno isn't set. | Tom Cosgrove | |
ok otto@ | |||
2004-02-24 | - remove double spaces in the examples | Jason McIntyre | |
- `W' before `X' - sync usage() ok millert@ | |||
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller | |
2003-09-26 | better realloc. ok deraadt@ henning@ | Ted Unangst | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-07-06 | proto into scope | Theo de Raadt | |
2003-07-02 | protos | Theo de Raadt | |
2003-06-26 | bring protypes into scope. this requires some quirky handling, but in | Theo de Raadt | |
the end everything is much clearer; ok tedu (itojun might like to see how ifconfig looks after this) | |||
2003-06-12 | Add an example using -prune at Theo's request. | Todd C. Miller | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-06-30 | remove local declaration of user_from_uid()/group_from_uid() | Matthieu Herrb | |
ok millert@ | |||
2002-05-17 | The standard way to get info on symlinks is -L, not -h; Peter Werner | Todd C. Miller | |
2002-05-03 | Fix pasto in -anewer and -cnewer options that caused them to behave | Todd C. Miller | |
as -newer; Dave Horsfall | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |