Managing HP X.400 Administrator's Guide : COPYRIGHT NOTICE [ Managing HP X.400 Administrator's Guide ] MPE/iX 5.0 Documentation
Managing HP X.400 Administrator's Guide
Managing HP X.400
Administrator's Guide
HP AdvanceNet
Printed in U.S.A.
HP Part No. 32034-90006
Edition Edition 1
E0392
(c) Copyright 1992, Hewlett-Packard Company.
Printed 03/92
Notice
Hewlett-Packard makes no warranty of any kind with regard to this
material, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose. Hewlett-Packard
shall not be liable for errors contained herein or for incidental or
consequential damages in connection with the furnishing, performance, or
use of this material.
Hewlett-Packard assumes no responsibility for the use or reliability of
its software on equipment that is not furnished by Hewlett-Packard
This document contains proprietary information, which is protected by
copyright. All rights are reserved. No part of this document may be
photocopied, reproduced, or translated into another language without the
prior written consent of Hewlett-Packard Company.The information
contained in this document is subject to change without notice.
Hewlett-Packard Company
19420 Homestead Road
Cupertino, CA 95014 U.S.A.
UNIX(R) is a registered trademark of UNIX Systems Laboratories Inc. in
the U.S.A. and other countries.
DEC VT100 is a product of Digital Equipment Corporation.
Printing History
New editions are complete revisions of the manual. Update packages,
which are issued between editions, contain additional and replacement
pages to be merged into the manual by the customer. The dates on the
title page change only when a new edition or a new update is published.
No information is incorporated into a reprinting unless it appears as a
prior update; the edition does not change when an update is incorporated.
Note that many product updates and fixes do not require manual changes
and, conversely, manual corrections may be done without accompanying
product changes. Therefore, do not expect a one-to-one correspondence
between product updates and manual updates.
Edition 1 .............................................March 1992
List of Effective Pages
The List of Effective Pages gives the date of the current edition and of
any pages changed in updates to that edition. Within the manual, any
page changed since the last edition is indicated by printing the date the
changes were made on the bottom of the page. Changes are marked with a
vertical bar in the margin. If an update is incorporated when an edition
is reprinted, these bars are removed but the dates remain. No
information is incorporated into a reprinting unless it appears as a
prior update.
Pages Effective Date
All ................................................. March 1992
Syntax Conventions
nonitalics
Words in syntax statements which are not in italics must be entered
exactly as shown. Punctuation characters other than brackets, braces and
ellipses must also be entered exactly as shown. For example:
EXIT;
italics
Words in syntax statements which are in italics denote a parameter which
must be replaced by a user-supplied variable. For example:
CLOSE filename
[ ]
An element inside brackets in a syntax statement is optional. Several
elements stacked inside brackets means the user may select any one or
none of these elements. For example:
[A]
[B] User may select A or B or C or none.
[C]
{ }
When several elements are stacked within braces in a syntax statement,
the user must select one of those elements. For example:
{A}
{B} User must select A or B or C.
{C}
...
A horizontal ellipsis in a syntax statement indicates that a previous
element may be repeated. For example:
[,itemname]...;
In addition, vertical and horizontal ellupses may be used in examples to
indicate that portions of the example have been omitted.
,
A shaded delimiter preceding a parameter in a syntax statement indicates
that the delimiter must be supplied whenever (a)that patameter is
included or (b)that parameter is omitted and any other parameter that
follows is included. For example:
itema[ ,itemb][ ,itemc]
means the following are allowed:
itema
itema,itemb
itema,itemb,itemc
itema,,itemc
\_
When necessary for clarity, the symbol _ may be used in a syntax
statement to indicate a required blank or an exact number of blanks. For
example:
SET[modifier]_(variable)
Key Cap
A string enclosed by brackets may be used to indicate a key on the
terminal's keyboard. For example, Enter indicates the carriage return
key.
CTRL-char
Control characters are indicated by CTRL followed by the character. For
example, CTRL-y means the user presses the control key and the y key
simultaneously.
MPE/iX 5.0 Documentation