From 40b019e39f59304babe6a9d48a8edaab0abafe3b Mon Sep 17 00:00:00 2001 From: wcohen Date: Mon, 22 Dec 2014 16:23:49 +0000 Subject: [PATCH] Correct the cross references in the language reference manual. (PR17738) --- langref/About_this_document.html | 2 +- langref/Associative_arrays.html | 6 +- langref/Components_SystemTap_script.html | 6 +- langref/Formatted_output.html | 8 +- langref/Language_elements.html | 12 +- langref/Probe_points.html | 4 +- langref/Statement_types.html | 2 +- langref/Statistics_aggregates.html | 4 +- langref/SystemTap_overview.html | 6 +- langref/images.log | 12 +- langref/internals.pl | 112 +++++------ langref/labels.pl | 236 ++++++++++++++++++----- 12 files changed, 275 insertions(+), 135 deletions(-) diff --git a/langref/About_this_document.html b/langref/About_this_document.html index ae21697c..8d82b690 100644 --- a/langref/About_this_document.html +++ b/langref/About_this_document.html @@ -68,7 +68,7 @@ Mathematics Department, Macquarie University, Sydney. The command line arguments were:
latex2html -noaddress -show_section_numbers -custom_titles -local_icons -split 4 langref.tex -dir langref-html

-The translation was initiated by Josh Stone on 2014-08-08 +The translation was initiated by William Cohen on 2014-12-22


diff --git a/langref/Associative_arrays.html b/langref/Associative_arrays.html index ca913275..c391cf58 100644 --- a/langref/Associative_arrays.html +++ b/langref/Associative_arrays.html @@ -136,7 +136,7 @@ by a membership test.

Array sizes can be specified explicitly or allowed to default to the maximum -size as defined by MAXMAPENTRIES. See Section [*] +size as defined by MAXMAPENTRIES. See Section 1.6 for details on changing MAXMAPENTRIES.

@@ -216,7 +216,7 @@ you should write scripts that exit iteration early, if possible. For simplicity, SystemTap forbids any modification of an array during iteration with a foreach.

-For a full description of foreach see subsection [*]. +For a full description of foreach see subsection 6.6.

@@ -226,7 +226,7 @@ For a full description of foreach see subsection [*] for +an array or clear an entire array at once. See subsection 6.3 for details and examples.

diff --git a/langref/Components_SystemTap_script.html b/langref/Components_SystemTap_script.html index 15a6a2dd..6499f826 100644 --- a/langref/Components_SystemTap_script.html +++ b/langref/Components_SystemTap_script.html @@ -476,7 +476,7 @@ function <name>[:<type>] ( <arg1>[:<type>], ... ) { < SystemTap scripts may define subroutines to factor out common work. Functions may take any number of scalar arguments, and must return a single scalar value. Scalars in this context are integers or strings. For more information -on scalars, see Section [*] and Section [*]. +on scalars, see Section 3.3 and Section 5.2. The following is an example function declaration.

@@ -510,7 +510,7 @@ function thatfn:string(arg1:long, arg2) {

Functions may call others or themselves recursively, up to a fixed nesting -limit. See Section [*]. +limit. See Section 1.6.

@@ -533,7 +533,7 @@ definitions for use by other embedded code.

When in guru mode, embedded C code blocks are also allowed as the body of a SystemTap function (as described in -Section [*]), and in place of any SystemTap +Section 3.6), and in place of any SystemTap expression. In the latter case, the code block must contain a valid expression according to C syntax. diff --git a/langref/Formatted_output.html b/langref/Formatted_output.html index 1e8b91c6..44e912d8 100644 --- a/langref/Formatted_output.html +++ b/langref/Formatted_output.html @@ -143,7 +143,7 @@ details of the specifier parameter: - @@ -167,7 +167,7 @@ specifications:
Table: +Table 1: printf specifier values
Specifier
- @@ -187,7 +187,7 @@ printf flag values
Table: +Table 2: printf flag values
Flags
- @@ -210,7 +210,7 @@ printf width values

Table: +Table 3: printf width values
Width
- diff --git a/langref/Language_elements.html b/langref/Language_elements.html index 857c5e19..cd3d5fa9 100644 --- a/langref/Language_elements.html +++ b/langref/Language_elements.html @@ -249,7 +249,7 @@ Observe that script arguments can also be glued into a string literal.

Strings are limited in length to MAXSTRINGLEN. For more information -about this and other limits, see Section [*]. +about this and other limits, see Section 1.6.

@@ -258,7 +258,7 @@ about this and other limits, see Section [*] +See Section 7

@@ -267,7 +267,7 @@ See Section 

-See Section [*] +See Section 8

@@ -539,8 +539,8 @@ The number of index values must match the number of indexes previously specified 5.7 Literals passed in from the stap command line Literals are either strings enclosed in double quotes ('' '') or -integers. For information about integers, see Section [*]. -For information about strings, see Section [*]. +integers. For information about integers, see Section 5.2.2. +For information about strings, see Section 5.2.3.

Script arguments at the end of a command line are expanded as literals. You @@ -621,7 +621,7 @@ output will be One of the steps of parsing is a simple preprocessing stage. The preprocessor supports conditionals with a general form similar to the -ternary operator (Section [*]). +ternary operator (Section 5.6.7).

diff --git a/langref/Probe_points.html b/langref/Probe_points.html index f90eb28a..14ca0d3e 100644 --- a/langref/Probe_points.html +++ b/langref/Probe_points.html @@ -707,7 +707,7 @@ Full symbolic source-level probes in userspace programs and shared libraries are supported. These are exactly analogous to the symbolic DWARF-based kernel or module probes described previously and expose similar contextual $-variables. See -Section [*] for more information +Section 4.2 for more information

Here is an example of prototype symbolic userspace probing support: @@ -1443,7 +1443,7 @@ the tapset begin probe will run first. The never probe point is defined by the translator to mean never. Its statements are analyzed for symbol and type correctness, but its probe handler is never run. This probe point may be useful in conjunction with -optional probes. See Section [*]. +optional probes. See Section 4.1.4.


diff --git a/langref/Statement_types.html b/langref/Statement_types.html index 0441755b..5cb3df72 100644 --- a/langref/Statement_types.html +++ b/langref/Statement_types.html @@ -95,7 +95,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds

Statements enable procedural control flow within functions and probe handlers. The total number of statements executed in response to any single probe event -is limited to MAXACTION, which defaults to 1000. See Section [*]. +is limited to MAXACTION, which defaults to 1000. See Section 1.6.

diff --git a/langref/Statistics_aggregates.html b/langref/Statistics_aggregates.html index 68aed46e..c77cbfad 100644 --- a/langref/Statistics_aggregates.html +++ b/langref/Statistics_aggregates.html @@ -103,7 +103,7 @@ it is important to accumulate new data quickly and in large volume. These instances operate without exclusive locks, and store only aggregated stream statistics. Aggregates make sense only for global variables. They are stored individually or as elements of an associative array. For information about -wrapping associative arrays with statistics elements, see section [*] +wrapping associative arrays with statistics elements, see section 7.4

@@ -340,7 +340,7 @@ value |-------------------------------------------------- count
8.5 Deletion -The delete statement (subsection [*]) applied to an +The delete statement (subsection 6.3) applied to an aggregate variable will reset it to the initial empty state.

diff --git a/langref/SystemTap_overview.html b/langref/SystemTap_overview.html index adc6c89a..634b8503 100644 --- a/langref/SystemTap_overview.html +++ b/langref/SystemTap_overview.html @@ -105,7 +105,7 @@ the general theory and operation of SystemTap. If you are new to SystemTap, you will find the tutorial to be an excellent place to start learning. For detailed information about tapsets, see the manual pages provided with the distribution. For information about the entire collection of SystemTap reference -material, see Section [*] +material, see Section 11

@@ -304,7 +304,7 @@ probe begin { Any larger number input to the function may exceed the MAXACTION or MAXNESTING limits, which will be caught at run time and result in an error. For more -about limits see Section [*]. +about limits see Section 1.6.

@@ -377,7 +377,7 @@ ensures that no handler routine can run for too long, allocate memory, perform unsafe operations, or unintentionally interfere with the kernel. Use of script global variables is locked to protect against manipulation by concurrent probe handlers. Use of guru mode constructs such as embedded C (see -Section [*]) can violate these constraints, leading to +Section 3.5) can violate these constraints, leading to a kernel crash or data corruption.

diff --git a/langref/images.log b/langref/images.log index 04893c19..8904d0cc 100644 --- a/langref/images.log +++ b/langref/images.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.1415926-2.6-1.40.14 (TeX Live 2014/dev) (format=latex 2014.5.27) 8 AUG 2014 15:37 +This is pdfTeX, Version 3.1415926-2.6-1.40.14 (TeX Live 2014/dev) (format=latex 2014.5.22) 22 DEC 2014 10:46 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -126,7 +126,7 @@ File: latin1.def 2008/03/30 v1.1d Input encoding file )) \sizebox=\box28 \lthtmlwrite=\write4 -No file images.aux. +(./images.aux) \openout1 = `images.aux'. LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 163. @@ -218,10 +218,10 @@ l2hSize :tex2html_wrap_inline2091:8.14003pt::0.0pt::13.9723pt. ] (./images.aux) ) Here is how much of TeX's memory you used: - 2020 strings out of 495035 - 26662 string characters out of 6181703 - 84283 words of memory out of 5000000 - 5244 multiletter control sequences out of 15000+600000 + 2057 strings out of 495035 + 27373 string characters out of 6181703 + 84676 words of memory out of 5000000 + 5279 multiletter control sequences out of 15000+600000 3640 words of font info for 14 fonts, out of 8000000 for 9000 14 hyphenation exceptions out of 8191 24i,5n,43p,203b,155s stack positions out of 5000i,500n,10000p,200000b,80000s diff --git a/langref/internals.pl b/langref/internals.pl index fa5ce205..21d3fa6f 100644 --- a/langref/internals.pl +++ b/langref/internals.pl @@ -2,95 +2,87 @@ # Associate internals original text with physical files. -$key = q/sec:absolutevariant/; +$key = q/sec:beginendvariants/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Ternary-operator/; -$ref_files{$key} = "$dir".q|Language_elements.html|; -$noresave{$key} = "$nosave"; - -$key = q/sub:Strings/; -$ref_files{$key} = "$dir".q|Language_elements.html|; +$key = q/sec:paths/; +$ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; $key = q/sub:Optional-probe-points/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:For-Further-Reference/; -$ref_files{$key} = "$dir".q|Further_Reference.html|; -$noresave{$key} = "$nosave"; - -$key = q/sub:Variables/; -$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; +$key = q/sub:Array-Wrapping/; +$ref_files{$key} = "$dir".q|Associative_arrays.html|; $noresave{$key} = "$nosave"; $key = q/sub:Embedded-C-Functions/; $ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sub:SystemTap-safety/; -$ref_files{$key} = "$dir".q|SystemTap_overview.html|; +$key = q/sec:For-Further-Reference/; +$ref_files{$key} = "$dir".q|Further_Reference.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Types-of-SystemTap/; -$ref_files{$key} = "$dir".q|Types_SystemTap_scripts.html|; +$key = q/sub:Auxiliary-functions/; +$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sec:targetprocessmode/; +$key = q/sec:function-statement/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:staticuserspace/; -$ref_files{$key} = "$dir".q|Probe_points.html|; +$key = q/sec:Statistics/; +$ref_files{$key} = "$dir".q|Statistics_aggregates.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Auxiliary-functions/; -$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; +$key = q/sec:Predefined-Functions/; +$ref_files{$key} = "$dir".q|Tapset_defined_functions.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Statement-Types/; -$ref_files{$key} = "$dir".q|Statement_types.html|; +$key = q/sec:staticuserspace/; +$ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:foreach/; -$ref_files{$key} = "$dir".q|Statement_types.html|; +$key = q/sec:insnprobes/; +$ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Probe-Points/; -$ref_files{$key} = "$dir".q|Probe_points.html|; +$key = q/sub:delete/; +$ref_files{$key} = "$dir".q|Statement_types.html|; $noresave{$key} = "$nosave"; $key = q/sub:Literals-passed-in/; $ref_files{$key} = "$dir".q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sec:function-statement/; -$ref_files{$key} = "$dir".q|Probe_points.html|; -$noresave{$key} = "$nosave"; - $key = q/sec:Language-Elements/; $ref_files{$key} = "$dir".q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Data-types/; -$ref_files{$key} = "$dir".q|Language_elements.html|; +$key = q/sub:Variables/; +$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sec:beginendvariants/; +$key = q/sec:Statement-Types/; +$ref_files{$key} = "$dir".q|Statement_types.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:targetprocessmode/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Embedded-C/; -$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; +$key = q/sub:Strings/; +$ref_files{$key} = "$dir".q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Probe-aliases/; -$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; +$key = q/sec:absolutevariant/; +$ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:delete/; +$key = q/sub:foreach/; $ref_files{$key} = "$dir".q|Statement_types.html|; $noresave{$key} = "$nosave"; @@ -98,31 +90,39 @@ $key = q/sec:tracepoints/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:syscall/; +$key = q/sub:Ternary-operator/; +$ref_files{$key} = "$dir".q|Language_elements.html|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Embedded-C/; +$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:Probe-Points/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:SystemTap-Overview/; -$ref_files{$key} = "$dir".q|SystemTap_overview.html|; +$key = q/sec:Associative-Arrays/; +$ref_files{$key} = "$dir".q|Associative_arrays.html|; $noresave{$key} = "$nosave"; $key = q/dwarfprobes/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:insnprobes/; -$ref_files{$key} = "$dir".q|Probe_points.html|; +$key = q/sub:SystemTap-safety/; +$ref_files{$key} = "$dir".q|SystemTap_overview.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Associative-Arrays/; -$ref_files{$key} = "$dir".q|Associative_arrays.html|; +$key = q/sec:Types-of-SystemTap/; +$ref_files{$key} = "$dir".q|Types_SystemTap_scripts.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Array-Wrapping/; -$ref_files{$key} = "$dir".q|Associative_arrays.html|; +$key = q/sub:Probe-aliases/; +$ref_files{$key} = "$dir".q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sec:paths/; +$key = q/sec:syscall/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; @@ -130,16 +130,16 @@ $key = q/sec:syscallvariants/; $ref_files{$key} = "$dir".q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Integers/; -$ref_files{$key} = "$dir".q|Language_elements.html|; +$key = q/sec:SystemTap-Overview/; +$ref_files{$key} = "$dir".q|SystemTap_overview.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Predefined-Functions/; -$ref_files{$key} = "$dir".q|Tapset_defined_functions.html|; +$key = q/sub:Integers/; +$ref_files{$key} = "$dir".q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Statistics/; -$ref_files{$key} = "$dir".q|Statistics_aggregates.html|; +$key = q/sub:Data-types/; +$ref_files{$key} = "$dir".q|Language_elements.html|; $noresave{$key} = "$nosave"; 1; diff --git a/langref/labels.pl b/langref/labels.pl index 0d728bcf..9e276fcf 100644 --- a/langref/labels.pl +++ b/langref/labels.pl @@ -2,23 +2,19 @@ # Associate labels original text with physical files. -$key = q/sec:tracepoints/; +$key = q/sec:syscallvariants/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Embedded-C/; -$external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; +$key = q/sec:Types-of-SystemTap/; +$external_labels{$key} = "$URL/" . q|Types_SystemTap_scripts.html|; $noresave{$key} = "$nosave"; $key = q/sub:Probe-aliases/; $external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sub:delete/; -$external_labels{$key} = "$URL/" . q|Statement_types.html|; -$noresave{$key} = "$nosave"; - -$key = q/sec:beginendvariants/; +$key = q/sec:syscall/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; @@ -26,128 +22,272 @@ $key = q/sub:Data-types/; $external_labels{$key} = "$URL/" . q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Predefined-Functions/; -$external_labels{$key} = "$URL/" . q|Tapset_defined_functions.html|; +$key = q/sub:Integers/; +$external_labels{$key} = "$URL/" . q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Integers/; +$key = q/sec:SystemTap-Overview/; +$external_labels{$key} = "$URL/" . q|SystemTap_overview.html|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Strings/; $external_labels{$key} = "$URL/" . q|Language_elements.html|; $noresave{$key} = "$nosave"; -$key = q/sec:syscallvariants/; +$key = q/sec:targetprocessmode/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Statistics/; -$external_labels{$key} = "$URL/" . q|Statistics_aggregates.html|; +$key = q/sec:tracepoints/; +$external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:Associative-Arrays/; -$external_labels{$key} = "$URL/" . q|Associative_arrays.html|; +$key = q/sec:absolutevariant/; +$external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Array-Wrapping/; -$external_labels{$key} = "$URL/" . q|Associative_arrays.html|; +$key = q/sub:foreach/; +$external_labels{$key} = "$URL/" . q|Statement_types.html|; $noresave{$key} = "$nosave"; -$key = q/sec:paths/; +$key = q/sec:Probe-Points/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; +$key = q/sub:Ternary-operator/; +$external_labels{$key} = "$URL/" . q|Language_elements.html|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Embedded-C/; +$external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:Associative-Arrays/; +$external_labels{$key} = "$URL/" . q|Associative_arrays.html|; +$noresave{$key} = "$nosave"; + $key = q/dwarfprobes/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:SystemTap-Overview/; +$key = q/sub:SystemTap-safety/; $external_labels{$key} = "$URL/" . q|SystemTap_overview.html|; $noresave{$key} = "$nosave"; +$key = q/sub:delete/; +$external_labels{$key} = "$URL/" . q|Statement_types.html|; +$noresave{$key} = "$nosave"; + $key = q/sec:insnprobes/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sec:syscall/; -$external_labels{$key} = "$URL/" . q|Probe_points.html|; +$key = q/sec:Language-Elements/; +$external_labels{$key} = "$URL/" . q|Language_elements.html|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Literals-passed-in/; +$external_labels{$key} = "$URL/" . q|Language_elements.html|; $noresave{$key} = "$nosave"; $key = q/sub:Variables/; $external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Embedded-C-Functions/; -$external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; +$key = q/sec:Statement-Types/; +$external_labels{$key} = "$URL/" . q|Statement_types.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Optional-probe-points/; +$key = q/sec:paths/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Strings/; -$external_labels{$key} = "$URL/" . q|Language_elements.html|; +$key = q/sec:beginendvariants/; +$external_labels{$key} = "$URL/" . q|Probe_points.html|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Array-Wrapping/; +$external_labels{$key} = "$URL/" . q|Associative_arrays.html|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Optional-probe-points/; +$external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; $key = q/sec:For-Further-Reference/; $external_labels{$key} = "$URL/" . q|Further_Reference.html|; $noresave{$key} = "$nosave"; -$key = q/sub:Ternary-operator/; -$external_labels{$key} = "$URL/" . q|Language_elements.html|; +$key = q/sub:Auxiliary-functions/; +$external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; $noresave{$key} = "$nosave"; -$key = q/sec:absolutevariant/; +$key = q/sub:Embedded-C-Functions/; +$external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:staticuserspace/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; +$key = q/sec:Statistics/; +$external_labels{$key} = "$URL/" . q|Statistics_aggregates.html|; +$noresave{$key} = "$nosave"; + $key = q/sec:function-statement/; $external_labels{$key} = "$URL/" . q|Probe_points.html|; $noresave{$key} = "$nosave"; +$key = q/sec:Predefined-Functions/; +$external_labels{$key} = "$URL/" . q|Tapset_defined_functions.html|; +$noresave{$key} = "$nosave"; + +1; + + +# LaTeX2HTML 2012 (1.2) +# labels from external_latex_labels array. + + $key = q/sec:Language-Elements/; -$external_labels{$key} = "$URL/" . q|Language_elements.html|; +$external_latex_labels{$key} = q|5|; $noresave{$key} = "$nosave"; -$key = q/sec:targetprocessmode/; -$external_labels{$key} = "$URL/" . q|Probe_points.html|; +$key = q/sub:Literals-passed-in/; +$external_latex_labels{$key} = q|5.7|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Variables/; +$external_latex_labels{$key} = q|3.3|; +$noresave{$key} = "$nosave"; + +$key = q/sec:Statement-Types/; +$external_latex_labels{$key} = q|6|; +$noresave{$key} = "$nosave"; + +$key = q/sub:delete/; +$external_latex_labels{$key} = q|6.3|; +$noresave{$key} = "$nosave"; + +$key = q/sec:insnprobes/; +$external_latex_labels{$key} = q|4.5.7|; $noresave{$key} = "$nosave"; $key = q/sub:Auxiliary-functions/; -$external_labels{$key} = "$URL/" . q|Components_SystemTap_script.html|; +$external_latex_labels{$key} = q|3.4|; +$noresave{$key} = "$nosave"; + +$key = q/sec:For-Further-Reference/; +$external_latex_labels{$key} = q|11|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Embedded-C-Functions/; +$external_latex_labels{$key} = q|3.6|; $noresave{$key} = "$nosave"; $key = q/sec:staticuserspace/; -$external_labels{$key} = "$URL/" . q|Probe_points.html|; +$external_latex_labels{$key} = q|4.5.8|; $noresave{$key} = "$nosave"; -$key = q/sec:Statement-Types/; -$external_labels{$key} = "$URL/" . q|Statement_types.html|; +$key = q/sec:Predefined-Functions/; +$external_latex_labels{$key} = q|10|; +$noresave{$key} = "$nosave"; + +$key = q/sec:Statistics/; +$external_latex_labels{$key} = q|8|; +$noresave{$key} = "$nosave"; + +$key = q/sec:function-statement/; +$external_latex_labels{$key} = q|4.5.3|; +$noresave{$key} = "$nosave"; + +$key = q/sec:paths/; +$external_latex_labels{$key} = q|4.5.5|; +$noresave{$key} = "$nosave"; + +$key = q/sec:beginendvariants/; +$external_latex_labels{$key} = q|4.5.1|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Array-Wrapping/; +$external_latex_labels{$key} = q|7.4|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Optional-probe-points/; +$external_latex_labels{$key} = q|4.1.4|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Data-types/; +$external_latex_labels{$key} = q|5.2|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Integers/; +$external_latex_labels{$key} = q|5.2.2|; +$noresave{$key} = "$nosave"; + +$key = q/sec:SystemTap-Overview/; +$external_latex_labels{$key} = q|1|; +$noresave{$key} = "$nosave"; + +$key = q/sec:syscallvariants/; +$external_latex_labels{$key} = q|4.5.2|; +$noresave{$key} = "$nosave"; + +$key = q/sec:Types-of-SystemTap/; +$external_latex_labels{$key} = q|2|; +$noresave{$key} = "$nosave"; + +$key = q/sub:Probe-aliases/; +$external_latex_labels{$key} = q|3.2|; +$noresave{$key} = "$nosave"; + +$key = q/sec:syscall/; +$external_latex_labels{$key} = q|4.10|; $noresave{$key} = "$nosave"; $key = q/sec:Probe-Points/; -$external_labels{$key} = "$URL/" . q|Probe_points.html|; +$external_latex_labels{$key} = q|4|; $noresave{$key} = "$nosave"; -$key = q/sub:foreach/; -$external_labels{$key} = "$URL/" . q|Statement_types.html|; +$key = q/sub:Ternary-operator/; +$external_latex_labels{$key} = q|5.6.7|; $noresave{$key} = "$nosave"; -$key = q/sub:Literals-passed-in/; -$external_labels{$key} = "$URL/" . q|Language_elements.html|; +$key = q/sub:Embedded-C/; +$external_latex_labels{$key} = q|3.5|; +$noresave{$key} = "$nosave"; + +$key = q/sec:Associative-Arrays/; +$external_latex_labels{$key} = q|7|; +$noresave{$key} = "$nosave"; + +$key = q/dwarfprobes/; +$external_latex_labels{$key} = q|4.2|; $noresave{$key} = "$nosave"; $key = q/sub:SystemTap-safety/; -$external_labels{$key} = "$URL/" . q|SystemTap_overview.html|; +$external_latex_labels{$key} = q|1.6|; $noresave{$key} = "$nosave"; -$key = q/sec:Types-of-SystemTap/; -$external_labels{$key} = "$URL/" . q|Types_SystemTap_scripts.html|; +$key = q/sub:Strings/; +$external_latex_labels{$key} = q|5.2.3|; $noresave{$key} = "$nosave"; -1; +$key = q/sec:targetprocessmode/; +$external_latex_labels{$key} = q|4.5.6|; +$noresave{$key} = "$nosave"; +$key = q/sec:tracepoints/; +$external_latex_labels{$key} = q|4.9|; +$noresave{$key} = "$nosave"; -# LaTeX2HTML 2012 (1.2) -# labels from external_latex_labels array. +$key = q/sec:absolutevariant/; +$external_latex_labels{$key} = q|4.5.4|; +$noresave{$key} = "$nosave"; +$key = q/sub:foreach/; +$external_latex_labels{$key} = q|6.6|; +$noresave{$key} = "$nosave"; 1; -- 2.43.5

Table: +Table 4: printf precision values
Precision