Notes And Warnings - Red Hat ENTERPRISE LINUX 5.4 - SYSTEMTAP BEGINNERS GUIDE Manual

Hide thumbs Also See for ENTERPRISE LINUX 5.4 - SYSTEMTAP BEGINNERS GUIDE:
Table of Contents

Advertisement

Output sent to a terminal is set in mono-spaced roman and presented thus:
books
Desktop
books_tests
Desktop1
Source-code listings are also set in mono-spaced roman but add syntax highlighting as follows:
package org.jboss.book.jca.ex1;
import
javax.naming.InitialContext;
public class
ExClient
{
public
static void
throws
Exception
{
InitialContext iniCtx =
Object
EchoHome
Echo
System.out.println("Created
System.out.println("Echo.echo('Hello') = "
}
}

1.3. Notes and Warnings

Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
Note
Notes are tips, shortcuts or alternative approaches to the task at hand. Ignoring a note
should have no negative consequences, but you might miss out on a trick that makes your
life easier.
Important
Important boxes detail things that are easily missed: configuration changes that only
apply to the current session, or services that need restarting before an update will apply.
Ignoring a box labeled 'Important' won't cause data loss but may cause irritation and
frustration.
Warning
Warnings should not be ignored. Ignoring warnings will most likely cause data loss.
documentation
drafts
downloads
images
main(String args[])
new
InitialContext();
ref
= iniCtx.lookup("EchoBean");
home
= (EchoHome) ref;
echo
= home.create();
Echo");
mss
photos
stuff
notes
scripts
svgs
+ echo.echo("Hello"));
Notes and Warnings
svn
vii

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 5.4 - SYSTEMTAP BEGINNERS GUIDE and is the answer not in the manual?

Questions and answers

Table of Contents