Users Guide

Table Of Contents
Preface
Documentation Conventions
Doc No. TD-000971 Rev. 1
January 29, 2021 Page xiii Copyright © 2021 Marvell
| (vertical bar) indicates mutually exclusive options; select one option
only. For example:
on|off
1|2|3|4
(ellipsis) indicates that the preceding item may be repeated. For
example:
x… means one or more instances of x.
[x…] means zero or more instances of x.
(vertical ellipsis) within command example output indicate where
portions of repetitious output data have been intentionally omitted.
() (parentheses) and {} (braces) are used to avoid logical
ambiguity. For example:
a|b c is ambiguous
{(a|b) c} means a or b, followed by c
{a|(b c)} means either a, or b c