Preface : Typographical Conventions

Typographical Conventions
The following typographical conventions are used in this manual.
Many TIBCO products must be installed within the same home directory. This directory is referenced in documentation as TIBCO_HOME. The value of TIBCO_HOME depends on the operating system. For example, on Windows systems, the default value is C:\tibco.
Other TIBCO products are installed into an installation environment. Incompatible products and multiple instances of the same product are installed into different installation environments. The directory into which such products are installed is referenced in documentation as ENV_HOME. The value of ENV_HOME depends on the operating system. For example, on Windows systems the default value is C:\tibco.
TIBCO Enterprise Message Service installs into a directory within TIBCO_HOME. This directory is referenced in documentation as EMS_HOME. The value of EMS_HOME depends on the operating system. For example on Windows systems, the default value is C:\tibco\ems\5.1.
Code font identifies commands, code examples, filenames, pathnames, and output displayed in a command window. For example:
Use MyCommand to start the TIBCO foo process.
In command syntax, to indicate the default value. For example, if no parameter is specified, MyCommand is enabled:
MyCommand [enable | disable]
To indicate a document title. For example: See TIBCO BusinessWorks Concepts for more details.
To introduce new terms For example: A portal page may contain several portlets. Portlets are mini-applications that run in a portal.
Key combinations
 
|
In the next example, the command requires two parameters. The first parameter can be either param1 or param2 and the second can be either param3 or param4:
In the next example, the command can accept either two or three parameters. The first parameter must be param1. You can optionally include param2 as the second parameter. And the last parameter is either param3 or param4.