[Contents] [Next Section] [Next Chapter] [Index] [Help]

Preface

This book describes how to u;se DEC FUSE EnCASE, a set of programming facilities that allows you to integrate tools into DEC FUSE (referred to as FUSE in this book) FUSE is a window-based environment for software development, analysis, and maintenance.


[Contents] [Prev. Chapter] [Next Section] [Next Chapter] [Index] [Help]

Audience

This book is primarily for software developers who will use FUSE tools to create, analyze, and maintain programs on UNIX systems.


[Contents] [Prev. Chapter] [Prev. Section] [Next Section] [Next Chapter] [Index] [Help]

Organization

This book contains the following chapters and appendixes:


[Contents] [Prev. Chapter] [Prev. Section] [Next Section] [Next Chapter] [Index] [Help]

The FUSE Information Set

In addition to this book, the FUSE information set includes the following:


[Contents] [Prev. Chapter] [Prev. Section] [Next Section] [Next Chapter] [Index] [Help]

Send Us Your Comments

Digital prides itself on responding to customer needs. In order to continue serving you, we appreciate your comments, suggestions, and general feedback on the documentation, FUSE, and Digital's UNIX software development tools.

Optionally, include your name, email address, and telephone number so that we can provide you with updates on what is happening with Digital's software development tools.

To reach us, you have two options:

For more information on Digital's products:


[Contents] [Prev. Chapter] [Prev. Section] [Next Chapter] [Index] [Help]

Conventions

Convention Table

Convention Meaning

%

Represents the C shell system prompt.

$

Represents the system prompt for the Bourne and Korn shells.

#

Represents the superuser prompt.

.xdefaults

Monospace type indicates the name of a file, program symbol, environment variable, or standard UNIX utility.

file

Italic monospace type indicates variable values, placeholders, function argument names, and names of example programs.

Actions: Create Group...

Indicates an item on a menu. In this example, you would choose the Create Group... item from the Actions menu.

[ | ]

{ | }

In syntax definitions, brackets indicate items that are optional and braces indicate items that are required. Vertical bars separating items inside brackets or braces indicate that you choose one item from among those listed.

...

In syntax definitions, a horizontal ellipsis indicates that the preceding item can be repeated one or more times.

cat(1)

A cross-reference to a reference page includes the appropriate section number in parentheses. For example, cat(1) indicates that you can find information on the cat command in Section 1 of the reference pages.

Meta+x

This symbol indicates that you hold down the first named key while pressing the key or mouse button that follows the plus sign.

Ctrl+\ f

This symbol indicates that you press the Ctrl key and backslash (\) keys simultaneously, release those keys, then press and release the character key (the letter f, in this example).

C-c C-m

This is an Emacs Editor convention for control-key sequence (for example, Ctrl+c followed by Ctrl+m). In this book, the Emacs convention is used when describing key bindings for Emacs functions.


[Contents] [Prev. Chapter] [Prev. Section] [Next Chapter] [Index] [Help]