Searched hist:a05cb852372017a7980f7e89d3bbe14ac8ab88d3 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/find/ |
H A D | find.1 | diff a05cb852372017a7980f7e89d3bbe14ac8ab88d3 Sun Sep 20 18:47:56 CEST 2009 Jilles Tjoelker <jilles@FreeBSD.org> Update find(1) man page for -L/-delete interaction.
It is a bit unfortunate that the example to delete broken symlinks now uses rm(1), but allowing this with -delete would require fixing fts(3) to not imply FTS_NOCHDIR if FTS_LOGICAL is given (or hacks in the -delete option).
PR: bin/90687 MFC after: 2 weeks diff a05cb852372017a7980f7e89d3bbe14ac8ab88d3 Sun Sep 20 18:47:56 CEST 2009 Jilles Tjoelker <jilles@FreeBSD.org> Update find(1) man page for -L/-delete interaction.
It is a bit unfortunate that the example to delete broken symlinks now uses rm(1), but allowing this with -delete would require fixing fts(3) to not imply FTS_NOCHDIR if FTS_LOGICAL is given (or hacks in the -delete option).
PR: bin/90687 MFC after: 2 weeks
|