Installation guide

About This Document
FlashCONNECT Administrator’s Guide 5
Entering Data
Syntax Conventions
Action Description
Enter Input the specified commands or text as shown in the instruction
and then press the carriage return key, usually labeled as <Enter>,
<Return>, or <New Line> on your keyboard.
Type Input the specified commands or text as shown in the instruction.
Do not press the carriage return key unless instructed.
Press Press the single specified character or combination of characters as
instructed.
Convention Description
monospace Indicates code examples, syntax, commands, options and
other keywords recognized by the system.
monospace bold Enter (type) words or characters in monospace bold at
the TCL prompt. These boldface words are commands,
options, and other keywords recognized by the system.
Italic Italic text indicates:
Variables to be replaced by the value. It might be an
actual name, word, or number. For example, baud_rate
might be replaced by 9600.
Emphasis for impact or the first time a word is used. For
example, "These resources and information make up the
state of the application."
n{-m} The letters n and m represent numbers. Numbers are
usually input as a single string without commas. Numbers
may also be used to define a range designation. The
starting and ending numbers are typed with a hyphen
between. For example, n{-m} might be replaced by 10 or
by 1-31.
{} Braces ( {} ) delimit a mutually exclusive set of options.
on | off
The vertical line or pipe sign ( | ) separates mutually
exclusive options.
[0 | line | ?] Brackets ( [ ] ) indicate optional entries.