summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2003-01-09 19:16:09 +0000
committerschweikh <schweikh@FreeBSD.org>2003-01-09 19:16:09 +0000
commit4d3a042da94f2215e29641db3ee5e5a64ea26a2c (patch)
treeae8216797507fe2ff709c8e4ad9bad34d63f100a /tools
parent2bd2567c6bdec204afc208f0dc052d08c2e2ce50 (diff)
downloadFreeBSD-src-4d3a042da94f2215e29641db3ee5e5a64ea26a2c.zip
FreeBSD-src-4d3a042da94f2215e29641db3ee5e5a64ea26a2c.tar.gz
Fix a useless use of cat. Save a process today.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/README b/tools/tools/README
index 1125b73..cb85c52 100644
--- a/tools/tools/README
+++ b/tools/tools/README
@@ -11,7 +11,7 @@ commitsdb A tool for reconstructing commit history using md5
checksums of the commit logs.
crypto Exercise the crypto framework through /dev/crypto
diffburst OBSOLETE: equivalent functionality is available via split -p.
- For example: "cat patchfile | split -p ^diff". See split(1).
+ For example: "split -p ^diff < patchfile". See split(1).
editing Editor modes and the like to help editing FreeBSD code.
epfe Extract printing filter examples from printing.sgml.
find-sb Scan a disk for possible filesystem superblocks.
OpenPOWER on IntegriCloud