[Specification] Update block identifiers to use backticks for consistency

This commit is contained in:
2025-07-31 23:04:41 +01:00
parent 37fa997f31
commit e0db444f93
8 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.