about summary refs log tree commit homepage
path: root/Documentation/dtas-archive.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-25 08:32:25 +0000
committerEric Wong <e@80x24.org>2015-12-25 08:33:43 +0000
commitfe5aad0bdfe8e12d4cf92f9555273276fddf1aae (patch)
treea3069b90a69aa4b16b53d1402c8ee64401e316cd /Documentation/dtas-archive.txt
parentbc374a76530826e7f701c6643a59423a2c912be1 (diff)
downloaddtas-fe5aad0bdfe8e12d4cf92f9555273276fddf1aae.tar.gz
English grammar is not easy :x
While we're at it, dtas-archive.txt is expanded to document things
like: http://80x24.org/dtas-all/20150918085401.GA8610@dcvr.yhbt.net/
(bus failure).
Diffstat (limited to 'Documentation/dtas-archive.txt')
-rw-r--r--Documentation/dtas-archive.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/dtas-archive.txt b/Documentation/dtas-archive.txt
index f701a5e..c78e1c4 100644
--- a/Documentation/dtas-archive.txt
+++ b/Documentation/dtas-archive.txt
@@ -11,11 +11,12 @@ dtas-archive [OPTIONS] SOURCE DESTINATION
 
 # DESCRIPTION
 
-dtas-archive is intended for archiving audio data to/from laptops and
-computers without ECC memory, attempting to read data multiple times in
-an attempt to detect memory corruption.  dtas-archive may only be
-effective on machines running the Linux kernel where posix_fadvise(2)
-can be used to drop caches for a particular file after fsync(2).
+dtas-archive is intended for archiving audio data to/from laptops,
+marginal USB ports, and computers without ECC memory, attempting
+to read data multiple times in an attempt to detect memory or
+bus corruption.  dtas-archive may only be effective on machines
+running the Linux kernel where posix_fadvise(2) can be used to
+drop caches for a particular file after fsync(2).
 
 dtas-archive spawns sox(1) to archive audio data (likely uncompressed
 WAVE) to FLAC and verifies the result using sndfile-cmp(1), a tool