Preface
License Agreements
xix
AH0054601-00 B
< >
(angle brackets) indicate a variable whose value you must
specify. For example:
<serial_number>
[ ]
(square brackets) indicate an optional parameter. For example:
[<file_name>]
means specify a file name, or omit it to select
the default file name.
|
(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 ellipses 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
License Agreements
Refer to the
QLogic Software End User License Agreement
for a complete listing
of all license agreements affecting this product.
NOTE
For CLI commands only, variable names are always indicated
using angle brackets instead of
italics
.