aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-01 19:57:38 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-01 19:57:38 -0500
commit112c1241e2cee5d0fd1b954b826714f5b11012cb (patch)
tree2caeec88d61447feec426b28311ea32b3f7661ca /src
parentd58c6b576445d7c46765bab73d7564956263f7f0 (diff)
downloadalftools-112c1241e2cee5d0fd1b954b826714f5b11012cb.tar.gz
Fix typo in alf man page.
Diffstat (limited to 'src')
-rw-r--r--src/alf.12
-rw-r--r--src/alf.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/alf.1 b/src/alf.1
index 22761b4..d645742 100644
--- a/src/alf.1
+++ b/src/alf.1
@@ -212,7 +212,7 @@ like you\(aqd use on an Atari (up to 50KB), it\(aqs basically instantaneous
text file, it takes 0.05 sec; for 1MB of random garbage, it\(aqs 0.1
sec (and the resulting ALF file is 36% larger than the garbage).
.sp
-By comparison, \fBzip\fP takes 0.6 seconds to compress the 1MB text file,
+By comparison, \fBzip\fP takes 0.06 seconds to compress the 1MB text file,
and 0.03 sec for the 1MB randomness (and the compressed file is still
larger than the input, but only by 312 bytes). The speed demon is \fBarc\fP:
it compresses the text file in 0.03s, and it\(aqs smart enough to \fInot\fP
diff --git a/src/alf.rst b/src/alf.rst
index 6c68cce..75869ca 100644
--- a/src/alf.rst
+++ b/src/alf.rst
@@ -193,7 +193,7 @@ like you'd use on an Atari (up to 50KB), it's basically instantaneous
text file, it takes 0.05 sec; for 1MB of random garbage, it's 0.1
sec (and the resulting ALF file is 36% larger than the garbage).
-By comparison, **zip** takes 0.6 seconds to compress the 1MB text file,
+By comparison, **zip** takes 0.06 seconds to compress the 1MB text file,
and 0.03 sec for the 1MB randomness (and the compressed file is still
larger than the input, but only by 312 bytes). The speed demon is **arc**\:
it compresses the text file in 0.03s, and it's smart enough to *not*