From: Philippe Proulx Date: Thu, 5 Mar 2015 18:15:18 +0000 (-0500) Subject: Packet header desc.: minor Markdown fixes X-Git-Tag: v1.8.3~5^2 X-Git-Url: https://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=9ab09151d64ea4e124474648f6d715e55e3c34dc Packet header desc.: minor Markdown fixes Signed-off-by: Philippe Proulx --- diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index d984176..fd49e59 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -886,13 +886,13 @@ trace { }; ~~~ -If the magic number is not present, tools such as `file` will have no -mean to discover the file type. +If the magic number (`magic` field) is not present, +tools such as `file` will have no mean to discover the file type. -If the uuid is not present, no validation that the metadata actually -corresponds to the stream is performed. +If the `uuid` field is not present, no validation that the metadata +actually corresponds to the stream is performed. -If the stream_id packet header field is missing, the trace can only +If the `stream_id` packet header field is missing, the trace can only contain a single stream. Its `id` field can be left out, and its events don't need to declare a `stream_id` field.