From: Mathieu Desnoyers Date: Thu, 5 Mar 2015 20:27:29 +0000 (-0500) Subject: Merge pull request #1 from eepp/md-minor-fixes X-Git-Tag: v1.8.3~5 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=170b27c21f0731140660c6b62197ae1c5842e361;hp=e0b917a0f303a7075180119ef184563ed3ffa8ba Merge pull request #1 from eepp/md-minor-fixes Packet header desc.: minor Markdown fixes --- 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.