GUI
elements
|
GUI
elements such as tab titles, area names, and field labels appear in
this font.
Main
titles such as window, dialog box, and wizard titles appear in
this font.
|
Document
titles
|
Document
titles appear in
this
font.
|
TUI
elements
|
In a
Text-based User Interface, text the system displays appears in
this font.
|
System
output
|
Terminal
sessions and information that the system displays appear in
this font.
|
CLI
commands
|
CLI
command keywords appear in
this font .
Variables in a CLI command appear in
this font .
|
[ ]
|
Elements
in square brackets are optional.
|
{x | y |
z}
|
Required
alternative keywords are grouped in braces and separated by vertical bars.
|
[x | y |
z]
|
Optional
alternative keywords are grouped in brackets and separated by vertical bars.
|
string
|
A
nonquoted set of characters. Do not use quotation marks around the string or
the string will include the quotation marks.
|
< >
|
Nonprinting characters such as passwords are in angle brackets.
|
[ ]
|
Default
responses to system prompts are in square brackets.
|
!, #
|
An
exclamation point (!) or a pound sign (#) at the beginning of a line of code
indicates a comment line.
|