Module Name:    src
Committed By:   christos
Date:           Wed Nov 10 01:44:04 UTC 2010

Modified Files:
        src/usr.bin/pathchk: pathchk.1

Log Message:
add a safe alternative of the previous.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/pathchk/pathchk.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/pathchk/pathchk.1
diff -u src/usr.bin/pathchk/pathchk.1:1.4 src/usr.bin/pathchk/pathchk.1:1.5
--- src/usr.bin/pathchk/pathchk.1:1.4	Tue Nov  9 15:34:55 2010
+++ src/usr.bin/pathchk/pathchk.1	Tue Nov  9 20:44:04 2010
@@ -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 @@
 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 ,

Reply via email to