Welcome : About document conventions
  
About document conventions
This guide uses this standard set of typographical conventions:
Convention
Meaning
italics
Within text, new terms and emphasized words appear in italic typeface.
boldface
Within text, CLI commands, CLI parameters, and REST API properties appear in bold typeface.
Monospace
Code examples appear in monospace font:
amnesiac > enable
amnesiac # configure terminal
< >
Values that you specify appear in angle brackets:
interface <ip-address>
[ ]
Optional keywords or variables appear in square brackets:
ntp peer <ip-address> [version <number>]
{ }
Elements that are part of a required choice appear in braces:
{<interface-name> | ascii <string> | hex <string>}
|
The pipe symbol separates alternative, mutually exclusive elements of a choice. The pipe symbol is used in conjunction with braces or brackets; the braces or brackets group the choices and identify them as required or optional:
{delete <filename> | upload <filename>}