diff --git a/docs/spec/blocks/bitstream.adoc b/docs/spec/blocks/bitstream.adoc index f5b2307..8835f58 100644 --- a/docs/spec/blocks/bitstream.adoc +++ b/docs/spec/blocks/bitstream.adoc @@ -33,7 +33,7 @@ NOTE: Bitstream deduplication tables provide a reference for associating bitstre |uint32_t |4 bytes |identifier -|The flux data block identifier, always 'BITS' +|The flux data block identifier, always `BITS` |uint16_t |2 bytes diff --git a/docs/spec/blocks/cd_indexes.adoc b/docs/spec/blocks/cd_indexes.adoc index b48fcae..fde71f7 100644 --- a/docs/spec/blocks/cd_indexes.adoc +++ b/docs/spec/blocks/cd_indexes.adoc @@ -1,4 +1,4 @@ -=== Compact Disc Indexes Block ('CDIX') +=== Compact Disc Indexes Block (`CDIX`) On CompactDisc and related media, tracks can contain multiple indexes. These are used to mark separations in the data, such as distinct segments of a musical performance. diff --git a/docs/spec/blocks/cicm.adoc b/docs/spec/blocks/cicm.adoc index 93df108..223e450 100644 --- a/docs/spec/blocks/cicm.adoc +++ b/docs/spec/blocks/cicm.adoc @@ -1,4 +1,4 @@ -=== CICM XML Metadata Block ('CICM') +=== CICM XML Metadata Block (`CICM`) This block header signifies the inclusion of an embedded CICM XML metadata sidecar. The contents of the XML are preserved in their original form and are not parsed, interpreted, or validated by the format implementation. diff --git a/docs/spec/blocks/ddt.adoc b/docs/spec/blocks/ddt.adoc index 450a90a..a84d403 100644 --- a/docs/spec/blocks/ddt.adoc +++ b/docs/spec/blocks/ddt.adoc @@ -45,7 +45,7 @@ typedef struct DdtHeader |uint32_t |4 bytes |identifier -|The deduplication table identifier, always 'DDT*' +|The deduplication table identifier, always `DDT*` |uint16_t |2 bytes diff --git a/docs/spec/blocks/flux.adoc b/docs/spec/blocks/flux.adoc index 85417ad..7bcdaff 100644 --- a/docs/spec/blocks/flux.adoc +++ b/docs/spec/blocks/flux.adoc @@ -34,7 +34,7 @@ Only one flux-type deduplication table is allowed per image, and it must have ex |uint32_t |4 bytes |identifier -|The flux data block identifier, always 'FLUX' +|The flux data block identifier, always `FLUX` |uint16_t |2 bytes diff --git a/docs/spec/blocks/metadata.adoc b/docs/spec/blocks/metadata.adoc index 0322bb3..58f97c2 100644 --- a/docs/spec/blocks/metadata.adoc +++ b/docs/spec/blocks/metadata.adoc @@ -80,7 +80,7 @@ typedef struct MetadataBlockHeader |uint32_t |4 bytes |identifier -|The metadata table identifier, always 'META' +|The metadata table identifier, always `META` |uint32_t |4 bytes diff --git a/docs/spec/blocks/snapshot.adoc b/docs/spec/blocks/snapshot.adoc index 622774b..d8c41ba 100644 --- a/docs/spec/blocks/snapshot.adoc +++ b/docs/spec/blocks/snapshot.adoc @@ -30,7 +30,7 @@ During conversion from AaruFormat, only one snapshot (or the latest index) shoul |uint32_t |4 bytes |identifier -|The snapshot block identifier, always 'SNAP' +|The snapshot block identifier, always `SNAP` |uint32_t |4 bytes diff --git a/docs/spec/blocks/tape_file.adoc b/docs/spec/blocks/tape_file.adoc index 1f9edf0..150272c 100644 --- a/docs/spec/blocks/tape_file.adoc +++ b/docs/spec/blocks/tape_file.adoc @@ -1,4 +1,4 @@ -=== Tape File Block ('TFLE') +=== Tape File Block (`TFLE`) Lists all tape files. Tape files are separations written to media, usually digital tapes, and are marked by filemarks.