Command syntax, Related documents – Oracle Audio Technologies E10898-02 User Manual

Page 8

Advertising
background image

viii

Deaf/Hard of Hearing Access to Oracle Support Services

To reach Oracle Support Services, use a telecommunications relay service (TRS) to call
Oracle Support at 1.800.223.1711. An Oracle Support Services engineer will handle
technical issues and provide customer support according to the Oracle service request
process. Information about TRS is available at

http://www.fcc.gov/cgb/consumerfacts/trs.html

, and a list of phone

numbers is available at

http://www.fcc.gov/cgb/dro/trsphonebk.html

.

Command Syntax

UNIX command syntax appears in

monospace

font. The dollar character ($), number

sign (#), or percent character (%) are UNIX command prompts. Do not enter them as
part of the command. The following command syntax conventions are used in this
guide:

Related Documents

For more information, see the following documents in the Oracle VM Release 2.1
documentation set:

Oracle VM Quick Start Guide

Oracle VM Server Release Notes

Oracle VM Server Installation Guide

Oracle VM Manager Release Notes

Oracle VM Manager Installation Guide

Oracle VM Manager User's Guide

Oracle VM Managing Oracle Enterprise Linux with Oracle Enterprise Manager 10g Grid
Control Guide for Linux

Oracle VM Manager Web Services API Reference

Convention

Description

backslash \

A backslash is the UNIX command continuation character. It is used in
command examples that are too long to fit on a single line. Enter the
command as displayed (with a backslash) or enter it on a single line
without a backslash:

dd if=/dev/rdsk/c0t1d0s6 of=/dev/rst0 bs=10b \

count=10000

braces { }

Braces indicate required items:

.DEFINE {macro1}

brackets [ ]

Brackets indicate optional items:

cvtcrt

termname

[

outfile

]

ellipses ...

Ellipses indicate an arbitrary number of similar items:

CHKVAL fieldname value1 value2 ... valueN

italics

Italic type indicates a variable. Substitute a value for the variable:

library_name

vertical line |

A vertical line indicates a choice within braces or brackets:

FILE

filesize

[K|M]

Advertising