Document organization, Notation conventions, General syntax notation – HP Integrity NonStop J-Series User Manual
Page 6: Notation conventions general syntax notation
700100-001 is a new manual.
Document Organization
This document is organized as follows:
Contents
Section
This chapter provides a brief overview of the Open Source
Script Languages that have been ported to NonStop
systems.
“Introduction to Script Languages” (page 9)
This chapter provides the installation procedures for
installing these Script Languages on NonStop systems.
“Installing Script Languages” (page 11)
Appendices
This appendix provides links to the official Open Source
documentation sites for the Script Languages information.
“Open Source References” (page 14)
This appendix provides a list of Python modules that are
not supported on NonStop systems.
“Python Features Not Supported on NonStop Systems”
(page 15)
This appendix provides the terms and conditions of the
Open Source software products upon which the NonStop
ports of Perl, PHP, and Python are based.
“Open Source Script Languages Terms and Conditions”
(page 16)
Notation Conventions
General Syntax Notation
This list summarizes the notation conventions for syntax presentation in this manual.
UPPERCASE LETTERS
Uppercase letters indicate keywords and reserved words. Type these items exactly as shown.
Items not enclosed in brackets are required. For example:
MAXATTACH
Italic Letters
Italic letters, regardless of font, indicate variable items that you supply. Items not enclosed in
brackets are required. For example:
file-name
Computer Type
Computer type letters indicate:
•
C and Open System Services (OSS) keywords, commands, and reserved words. Type
these items exactly as shown. Items not enclosed in brackets are required. For example:
Use the cextdecs.h header file.
•
Text displayed by the computer. For example:
Last Logon: 14 May 2006, 08:02:23
•
A listing of computer code. For example
if (listen(sock, 1) < 0)
{
perror("Listen Error");
exit(-1);
}
Bold Text
Bold text in an example indicates user input typed at the terminal. For example:
6