Documentation conventions – BEA WebLogic Server User Manual
Page 10

x
Internationalization Guide
Documentation Conventions
The following documentation conventions are used throughout this document.
Convention
Usage
Ctrl+Tab
Keys you press simultaneously.
italics
Emphasis and book titles.
monospace
text
Code samples, commands and their options, Java classes, data types,
directories, and file names and their extensions. Monospace text also
indicates text that you enter from the keyboard.
Examples:
import java.util.Enumeration;
chmod u+w *
config/examples/applications
.java
config.xml
float
monospace
italic
text
Variables in code.
Example:
String CustomerName;
UPPERCASE
TEXT
Device names, environment variables, and logical operators.
Examples:
LPT1
BEA_HOME
OR
{ }
A set of choices in a syntax line.
[ ]
Optional items in a syntax line. Example:
java utils.MulticastTest -n name -a address
[-p portnumber] [-t timeout] [-s send]