diff options
| author | christos <christos@NetBSD.org> | 2010-11-10 01:44:04 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-11-10 01:44:04 +0000 |
| commit | d6f06df46c2c2c77fd8de4bc1049db90a28c3497 (patch) | |
| tree | 53908b64d1055f1d3691bc8209514dd89229fb34 /usr.bin/pathchk | |
| parent | e367a5a8543c3a430df1eb3fcd95afdf04ea6dfd (diff) | |
add a safe alternative of the previous.
Diffstat (limited to 'usr.bin/pathchk')
| -rw-r--r-- | usr.bin/pathchk/pathchk.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index ac98ae69c1c..97baafe9b21 100644 --- a/usr.bin/pathchk/pathchk.1 +++ b/usr.bin/pathchk/pathchk.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pathchk.1,v 1.4 2010/11/09 20:34:55 apb Exp $ +.\" $NetBSD: pathchk.1,v 1.5 2010/11/10 01:44:04 christos Exp $ .\" .\" Copyright (c) 2001, 2002 Chuck Rouillard .\" All rights reserved. @@ -105,6 +105,8 @@ other systems: .Pp .Dl "find . -exec pathchk -p \e{\e} +" +or the more efficient: +.Dl "find . -print0 | xargs -0 pathchk -p" .Sh SEE ALSO .Xr getconf 1 , .Xr pathconf 2 , |
