minor markdown formatting fix
This commit is contained in:
parent
b1a269437a
commit
11a392ce23
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ zstdmt
|
|||||||
|
|
||||||
# Test artefacts
|
# Test artefacts
|
||||||
tmp*
|
tmp*
|
||||||
|
*.zst
|
||||||
dictionary.
|
dictionary.
|
||||||
dictionary
|
dictionary
|
||||||
NUL
|
NUL
|
||||||
|
5
contrib/single_file_libs/.gitignore
vendored
5
contrib/single_file_libs/.gitignore
vendored
@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
# build artifacts
|
||||||
zstddeclib.c
|
zstddeclib.c
|
||||||
zstdenclib.c
|
zstdenclib.c
|
||||||
zstd.c
|
zstd.c
|
||||||
zstd.h
|
zstd.h
|
||||||
|
|
||||||
|
# test artifacts
|
||||||
|
temp*
|
||||||
|
@ -1418,16 +1418,16 @@ __`Dictionary_ID`__ : 4 bytes, stored in __little-endian__ format.
|
|||||||
It's used by decoders to check if they use the correct dictionary.
|
It's used by decoders to check if they use the correct dictionary.
|
||||||
|
|
||||||
_Reserved ranges :_
|
_Reserved ranges :_
|
||||||
If the dictionary is going to be distributed in a public environment,
|
If the dictionary is going to be distributed in a public environment,
|
||||||
the following ranges of `Dictionary_ID` are reserved for some future registrar
|
the following ranges of `Dictionary_ID` are reserved for some future registrar
|
||||||
and shall not be used :
|
and shall not be used :
|
||||||
|
|
||||||
- low range : <= 32767
|
- low range : <= 32767
|
||||||
- high range : >= (2^31)
|
- high range : >= (2^31)
|
||||||
|
|
||||||
Outside of these ranges, any value of `Dictionary_ID`
|
Outside of these ranges, any value of `Dictionary_ID`
|
||||||
which is both `>= 32768` and `< (1<<31)` can be used freely,
|
which is both `>= 32768` and `< (1<<31)` can be used freely,
|
||||||
even in public environment.
|
even in public environment.
|
||||||
|
|
||||||
|
|
||||||
__`Entropy_Tables`__ : follow the same format as tables in [compressed blocks].
|
__`Entropy_Tables`__ : follow the same format as tables in [compressed blocks].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user