Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/pathchk



Module Name:    src
Committed By:   apb
Date:           Tue Nov  9 20:34:55 UTC 2010

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

Log Message:
Change the ironically unafe "find . -print | xargs pathchk -p" to
the safe "find . -exec pathchk -p \{\} +" in an example.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.



Home | Main Index | Thread Index | Old Index