User's Manual
Preface xiii
Typographic Conventions
Sun Welcomes Your Comments
We are interested in improving our documentation and welcome your comments
and suggestions. Send us your comments at
http://java.sun.com/docs/forms/sendusmail.html.
Typeface Meaning Examples
AaBbCc123 The names of commands, files,
and directories, or on-screen
computer output
Edit your .login file.
Use ls -a to list all files.
% You have mail.
AaBbCc123 Book titles, new words or terms,
words to be emphasized
Command-line variable or
placeholder. Replace with a real
name or value
Read Chapter 6 in the User ’s Guide.
These are called class options.
You must be superuser to do this.
To delete a file, type rm filename.
SigTest-Directory
*
* The top-most SigTest tool installation directory is referred to as SigTest-Directory throughout the SigTest tool
documentation.
\ or ^ A backslash at the end of a line
indicates that a long code line
has been broken in two on a
UNIX® system, typically to
improve legibility in code. The
caret character (^) indicates this
on a Microsoft Windows system.
java classname \
[classname_arguments]
java classname ^
[classname_arguments]
Indented code
or command
line
Indicates a wrapped
continuation from a previous
line with no carriage return or
return character in the actual
code.
java classname
[classname_arguments]