Documentation Conventions

This manual is an introduction to the 60East Technologies AMPS product. It assumes that you have a working knowledge of Linux and uses the following conventions.

Construct
Usage

Text

Standard document text

Code

Inline code fragment

Variable

Variables within commands or configuration

Parameter (required)

Required parameters in parameter tables

Optional

Optional parameters in parameter tables

The AMPS documentation also includes the following types of notes:

Inside boxes with this icon, you will find usage tips or extra information.

Additionally, here are the constructs used for displaying content filters, XML, code, command line, and script fragments.

(expr1 = 1) OR (expr2 = 2) OR (expr3 = 3) OR (expr4 = 4) OR (expr5 = 5) OR (expr6 = 6) OR (expr7 = 7) OR (expr8 = 8)

Command lines will be formatted as in the following example:

$ find . -name *.java

Last updated