Fix a useless use of cat. Save a process today.

This commit is contained in:
schweikh 2003-01-09 19:16:09 +00:00
parent 2bd2567c6b
commit 4d3a042da9

View File

@ -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.