aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-20 11:14:53 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-20 11:14:53 +0100
commit8bb081ad46bc9ce4387f8efed2d0f13690b4c143 (patch)
tree56986728c4ae45dca616bf589fb1421906ba4eef /doc
parent2b200585e9018868c754b1d8196b83721522c60f (diff)
Fix compressor ID enumerator in format documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/format.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/format.adoc b/doc/format.adoc
index f5d676e..e3b2e0d 100644
--- a/doc/format.adoc
+++ b/doc/format.adoc
@@ -219,8 +219,8 @@ including the locations of other sections.
!===
! Value ! Name ! Comment
! 1 ! GZIP ! just zlib streams (no gzip headers\!)
-! 2 ! LZO !
-! 3 ! LZMA ! LZMA version 1
+! 2 ! LZMA ! LZMA version 1
+! 3 ! LZO !
! 4 ! XZ ! LZMA version 2 as used by xz-utils
! 5 ! LZ4 !
! 6 ! ZSTD !