Conventions
Typographical and Symbolic
Here are the typographical and symbolic conventions used throughout the guides:Typographical Conventions
Typeface
|
Usage
|
Examples
|
monospace
|
Computer output, files, directories, software elements such as command options, function names, and parameters
|
Read tunables from the /etc/vx/tunefstab file.
See the ls(1) manual page for more information.
|
monospace (bold)
|
User input
|
# mount -F vxfs /h/filesys
|
italic
|
New terms, book titles, emphasis, variables replaced with a name or value
|
See the User's Guide for details.
The variable ncsize determines the value of...
|
Symbolic Conventions
Symbol
|
Usage
|
Examples
|
%
|
C shell prompt
|
|
$
|
Bourne/Korn shell prompt
|
|
#
|
Superuser prompt (all shells)
|
|
SQL>
|
Oracle SQL prompt for Oracle9i.
|
SQL> alter tablespace ts1 \ begin backup;
|
\
|
Continued input on the following line; you do not type this character
|
# mkfs -F vxfs -o largefiles \ /dev/vx/rdsk/PRODdg/db01
|
[ ]
|
In a command synopsis, brackets indicates an optional argument
|
ls [ -a ]
|
|
|
In a command synopsis, a vertical bar separates mutually exclusive arguments
|
mount [ suid | nosuid ]
|
blue text
|
In PDF and HTML files, click on these active hyperlinks to move to the specified location
|
See "Using Snapshots for Database Backup" on page 97 for more information.
|
Notes and Cautions
Note
Used for important information that you should know, but that shouldn't cause any damage to your data or your system if you choose to ignore it.
Caution
Used for information that will prevent a problem. Ignore a caution at your own risk.
|