Pull-Quote Conventions; Notes And Warnings - Red Hat ENTERPRISE LINUX 5 - ADMINISTRATION Manual

Cluster administration
Hide thumbs Also See for ENTERPRISE LINUX 5 - ADMINISTRATION:
Table of Contents

Advertisement

Introduction
Aside from standard usage for presenting the title of a work, italics denotes the first use of a new and
important term. For example:
When the Apache HTTP Server accepts requests, it dispatches child processes
or threads to handle them. This group of child processes or threads is known as
a server-pool. Under Apache HTTP Server 2.0, the responsibility for creating and
maintaining these server-pools has been abstracted to a group of modules called
Multi-Processing Modules (MPMs). Unlike other modules, only one module from the
MPM group can be loaded by the Apache HTTP Server.

1.2. Pull-quote Conventions

Two, commonly multi-line, data types are set off visually from the surrounding text.
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 are presented and highlighted 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.
viii
documentation
downloads
main(String args[])
new
InitialContext();
ref
= iniCtx.lookup("EchoBean");
home
= (EchoHome) ref;
echo
= home.create();
Echo");
drafts
mss
photos
images
notes
scripts
+ echo.echo("Hello"));
stuff
svn
svgs

Advertisement

Table of Contents
loading

Table of Contents