Pull-Quote Conventions; Notes And Warnings - Red Hat ENTERPRISE LINUX 4 - GLOBLAL NETWORK BLOCK DEVICE Using Instructions

Global network block device, using gnbd with red hat global file system
Hide thumbs Also See for ENTERPRISE LINUX 4 - GLOBLAL NETWORK BLOCK DEVICE:
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.

5.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 main(String args[])
throws Exception
{
InitialContext iniCtx = new InitialContext();
Object
EchoHome
Echo
System.out.println("Created Echo");
System.out.println("Echo.echo('Hello') = " + echo.echo("Hello"));
}
}

5.3. Notes and Warnings

Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
viii
documentation
downloads
ref
= iniCtx.lookup("EchoBean");
home
= (EchoHome) ref;
echo
= home.create();
drafts
mss
photos
images
notes
scripts
stuff
svn
svgs

Advertisement

Table of Contents
loading

Table of Contents