From 9ab09151d64ea4e124474648f6d715e55e3c34dc Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 5 Mar 2015 13:15:18 -0500 Subject: [PATCH] Packet header desc.: minor Markdown fixes Signed-off-by: Philippe Proulx --- common-trace-format-specification.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. -- 2.34.1