1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<?xml version='1.0'?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<bookinfo id="Language_Reference_Guide-Fedora">
<title>Language Reference Guide</title>
<subtitle>A guide to the constructs and syntax used in SystemTap scripts</subtitle>
<productname>Fedora</productname>
<productnumber>10</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<abstract>
<para>
The <citetitle>SystemTap Language Reference Guide</citetitle> is a
comprehensive reference of the language constructs and syntax used in
SystemTap scripts. It is suitable for users who have intermediate to
advanced knowledge of SystemTap. For other available SystemTap documentation,
refer to <xref linkend="For-Further-Reference"/>.
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
<imagedata format='SVG' fileref="Common_Content/images/title_logo.svg" />
</imageobject>
<textobject><phrase>Logo</phrase></textobject>
</inlinemediaobject>
</corpauthor>
<!-- <copyright>
<year>&YEAR;</year>
<holder>&HOLDER;</holder>
</copyright>-->
<legalnotice>
<para>
Copyright © 2007 Red Hat Inc., Copyright © 2007 IBM Corp., Copyright © 2007 Intel Corporation.
</para>
<para>
This document was derived from other documents contributed to the SystemTap project by employees of Red Hat, IBM and Intel.
</para>
<para>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
</para>
<para>
The GNU Free Documentation License is available from
<ulink url="http://www.gnu.org/licenses/fdl.html"/> or by writing to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
</para>
</legalnotice>
<!-- <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
|