
9
Proprietary Information: Not for use or disclosure except by written agreement with Calix.
© Calix. All Rights Reserved.
Conventions
This document uses the following typographic conventions:
Convention Description/Example
User Input Text must be manually entered (input) via a keyboard by the user to issue a command.
An example of user input is a command you must enter in a Command Line Interface
(CLI) exactly as written.
cd $HOME
Command Variables Command variables, the values of which you must supply.
<home_directory>
[argument1|argument2] The brackets indicate that these arguments are optional and can be omitted. The |
indicate that either argument1 or argument2 is used. If used, the brackets must not be
typed.
{argument1|argument2} The braces indicate that argument1 or argument2 are required. The | indicate that either
argument1 or argument2 must be used as a value for this parameter.
Output Information Text that appears in Courier font either represents output text that appears on screen in
response to a user action or as the result of an alarm or event message.
GUI Objects GUI objects, such as menus, fields, and buttons are bold in text.
On the File menu, click Exit.
Key Combinations Key combinations are described with bold text. The plus (+) sign indicates that the keys
must be pressed simultaneously.
Press Esc F S to save. Press Ctrl+X to delete the selected value.
System Elements Command, parameter, program, path, and directory names are written in Courier font.
The forward slash (/) is uses for UNIX systems. The backward slash (\) is used for
Windows systems.
The files are located in E:\Test
The files are located in /opt/calix/bin (1)
URL Uniform Resource Locators (URLs) are underlined and in blue.
For more information, go to https://www.calix.com/
Code Examples Code examples.
static char* months[]=\
(2)
(1) The use of the forward slash (/) is for UNIX systems, Windows systems use the backslash (\).
(2) The back slash (\) is used to show where long lines are split.
This document uses the following definitions for dangers, warnings, cautions, alerts, and
notes:
DANGER! Danger indicates the presence of a hazard that will cause severe
personal injury or death if not avoided
Dangers alert you to the possibility of severe personal injury or death.