doc/man: use double quotes when referring to internal section
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 14 Jun 2021 17:05:37 +0000 (13:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Jul 2021 21:31:33 +0000 (17:31 -0400)
This patch adds double quotes to all the manual page internal section
references using their full name. Those references often have the
following AsciiDoc form:

    See the <<id,Full section name>> section below.

With this patch, this would be converted to:

    See the ``<<id,Full section name>>'' section below.

In the rendered manual page, before this patch:

    See the Full section name section below.
            ¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯¯
With this patch:

    See the “Full section name” section below.

The purpose of this patch is, thanks to the change in
`doc/man/manpage.xsl`, to remove the italic style for the text of
internal links. Because there's no way to create dynamic internal links
in a manual page, this style causes internal links to look weird when
they're not a full section name, for example:

    Note that the trigger doesn't need to [...]
                  ¯¯¯¯¯¯¯
The HTML rendering of LTTng-tools manual pages can still benefit from
internal links. This patch makes it possible to add more internal links
without degrading the visual style of manual pages when rendered in a
terminal.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I1a5ef7eab7ff1e66c137e16b51a9c9074e43f583

30 files changed:
doc/man/common-daemon-cfg.txt
doc/man/lttng-add-context.1.txt
doc/man/lttng-add-trigger.1.txt
doc/man/lttng-clear.1.txt
doc/man/lttng-concepts.7.txt
doc/man/lttng-create.1.txt
doc/man/lttng-destroy.1.txt
doc/man/lttng-disable-channel.1.txt
doc/man/lttng-disable-event.1.txt
doc/man/lttng-disable-rotation.1.txt
doc/man/lttng-enable-channel.1.txt
doc/man/lttng-enable-event.1.txt
doc/man/lttng-enable-rotation.1.txt
doc/man/lttng-event-rule.7.txt
doc/man/lttng-list.1.txt
doc/man/lttng-load.1.txt
doc/man/lttng-regenerate.1.txt
doc/man/lttng-relayd.8.txt
doc/man/lttng-remove-trigger.1.txt
doc/man/lttng-rotate.1.txt
doc/man/lttng-save.1.txt
doc/man/lttng-sessiond.8.txt
doc/man/lttng-snapshot.1.txt
doc/man/lttng-start.1.txt
doc/man/lttng-stop.1.txt
doc/man/lttng-track.1.txt
doc/man/lttng-untrack.1.txt
doc/man/lttng-view.1.txt
doc/man/lttng.1.txt
doc/man/manpage.xsl

index c7b7eed809e6689ef592f20d78d216116b970402..ec876736acb74aa3aa1be52e78b16aac8fc4d0e1 100644 (file)
@@ -21,7 +21,7 @@ under the +{daemon-ini-section}+ INI section. Each INI property is:
 
 Key::
     The long name of a command-line option to set (see the
 
 Key::
     The long name of a command-line option to set (see the
-    <<options,OPTIONS>> section below).
+    ``<<options,OPTIONS>>'' section below).
 
 Value::
     The selected command-line option accepts an argument:::
 
 Value::
     The selected command-line option accepts an argument:::
index 8e5c2bf6403385024d1c884bf3fefd8a53bcb605..38b77617ee52d568893072e2418a3ee02c25944f 100644 (file)
@@ -112,7 +112,7 @@ NOTE: As of LTTng{nbsp}{lttng_version}, you may :not: add context fields
 to be recorded to the event records of a given channel once its tracing
 session has been started (see man:lttng-start(1)) at least once.
 
 to be recorded to the event records of a given channel once its tracing
 session has been started (see man:lttng-start(1)) at least once.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 3454dc8e2bbe0b9197764b8e2ee410c37901d5f3..092163cfceec78d397df2c261870fc59899b6a12 100644 (file)
@@ -35,7 +35,7 @@ specifier>> and its actions with one or more <<action-spec,action
 specifiers>>. The order of the action specifiers is significant: LTTng
 attempts to execute the actions of a firing trigger in this order.
 
 specifiers>>. The order of the action specifiers is significant: LTTng
 attempts to execute the actions of a firing trigger in this order.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 List the triggers of your Unix user, or of all users if your
 Unix user is `root`, with the man:lttng-list-triggers(1) command.
 
 List the triggers of your Unix user, or of all users if your
 Unix user is `root`, with the man:lttng-list-triggers(1) command.
@@ -71,11 +71,11 @@ See man:lttng-event-rule(7) to learn how to specify an event rule
 ('ERSPEC' part).
 +
 Capture event record and context fields with one or more
 ('ERSPEC' part).
 +
 Capture event record and context fields with one or more
-nloption:--capture options (see the <<capture-descr,Capture descriptor>>
-section below to learn more). When an `event-rule-matches` condition
-with capture descriptors is satisfied, the captured field values are
-available in the evaluation object of the condition using the
-liblttng-ctl C{nbsp}API.
+nloption:--capture options (see the ``<<capture-descr,Capture
+descriptor>>'' section below to learn more). When an
+`event-rule-matches` condition with capture descriptors is satisfied,
+the captured field values are available in the evaluation object of the
+condition using the liblttng-ctl C{nbsp}API.
 +
 IMPORTANT: Make sure to **single-quote** 'CDESCR' when you run the
 `add-trigger` command from a shell, as capture descriptors can include
 +
 IMPORTANT: Make sure to **single-quote** 'CDESCR' when you run the
 `add-trigger` command from a shell, as capture descriptors can include
@@ -294,12 +294,14 @@ Specifier
 option:--condition='CONDTYPE'::
     Introductory option for a condition specifier of type 'CONDTYPE'.
 +
 option:--condition='CONDTYPE'::
     Introductory option for a condition specifier of type 'CONDTYPE'.
 +
-See the <<cond-spec,Condition specifier>> section above to learn more.
+See the ``<<cond-spec,Condition specifier>>'' section above to learn
+more.
 
 option:--action='ACTTYPE'::
     Introductory option for an action specifier of type 'ACTTYPE'.
 +
 
 option:--action='ACTTYPE'::
     Introductory option for an action specifier of type 'ACTTYPE'.
 +
-See the <<action-spec,Action specifier>> section above to learn more.
+See the ``<<action-spec,Action specifier>>'' section above to learn
+more.
 
 
 include::common-lttng-cmd-help-options.txt[]
 
 
 include::common-lttng-cmd-help-options.txt[]
index a74bee0ed0cd52598be041ccb68d0691a1b10722..e2b878cf36ab72919e4c770b5a836190578941cb 100644 (file)
@@ -54,7 +54,7 @@ man:lttng-relayd(8) can disable remote clearing operations. If LTTng
 sends tracing data over the network for the selected tracing session(s)
 to an LTTng relay daemon configured as such, the `clear` command fails.
 
 sends tracing data over the network for the selected tracing session(s)
 to an LTTng relay daemon configured as such, the `clear` command fails.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index e4259f9d1ff76794e0d019a47e5b259958f3ad7b..463d957e247bd7234f5f697d4e79b3c3ad8dcaf2 100644 (file)
@@ -38,8 +38,8 @@ An _instrumentation point_ is a point, within a piece of software,
 which, when executed, creates an LTTng _event_.
 
 LTTng offers various types of instrumentation; see the
 which, when executed, creates an LTTng _event_.
 
 LTTng offers various types of instrumentation; see the
-<<inst-point-types,Instrumentation point types>> section below to learn
-about them.
+``<<inst-point-types,Instrumentation point types>>'' section below to
+learn about them.
 
 An _event rule_ is a set of conditions to match a set of events.
 
 
 An _event rule_ is a set of conditions to match a set of events.
 
@@ -61,27 +61,27 @@ The actual creation of an event can be costly because LTTng needs to
 evaluate the arguments of the instrumentation point.
 
 In practice, LTTng implements various optimizations for the Linux kernel
 evaluate the arguments of the instrumentation point.
 
 In practice, LTTng implements various optimizations for the Linux kernel
-and user space tracing domains (see the <<domain,{sect-domain}>> section
-below) to avoid actually creating an event
-when the tracer knows, thanks to properties which are independent from
-the event payload and current context, that it would never emit such an
-event. Those properties are:
+and user space tracing domains (see the ``<<domain,{sect-domain}>>''
+section below) to avoid actually creating an event when the tracer
+knows, thanks to properties which are independent from the event payload
+and current context, that it would never emit such an event. Those
+properties are:
 
 * The instrumentation point type (see the
 
 * The instrumentation point type (see the
-  <<inst-point-types,Instrumentation point types>> section below).
+  ``<<inst-point-types,Instrumentation point types>>'' section below).
 
 * The instrumentation point name.
 
 * The instrumentation point log level.
 
 * For a recording event rule (see the
 
 * The instrumentation point name.
 
 * The instrumentation point log level.
 
 * For a recording event rule (see the
-  <<recording-event-rule,{sect-recording-event-rule}>> section
+  ``<<recording-event-rule,{sect-recording-event-rule}>>'' section
   below):
 ** The status of the rule itself.
   below):
 ** The status of the rule itself.
-** The status of the channel (see the <<channel,{sect-channel}>> section
-   below).
+** The status of the channel (see the ``<<channel,{sect-channel}>>''
+   section below).
 ** The activity of the tracing session (started or stopped; see
 ** The activity of the tracing session (started or stopped; see
-   the <<session,{sect-session}>> section below).
+   the ``<<session,{sect-session}>>'' section below).
 ** Whether or not the process for which LTTng would create the event is
    allowed to record events (see man:lttng-track(1)).
 
 ** Whether or not the process for which LTTng would create the event is
    allowed to record events (see man:lttng-track(1)).
 
@@ -98,7 +98,7 @@ Recording event rule::
     A specific type of event rule of which the action is to record the
     matched event as an event record.
 +
     A specific type of event rule of which the action is to record the
     matched event as an event record.
 +
-See the <<recording-event-rule,{sect-recording-event-rule}>> section
+See the ``<<recording-event-rule,{sect-recording-event-rule}>>'' section
 below.
 +
 Create or enable a recording event rule with the
 below.
 +
 Create or enable a recording event rule with the
@@ -121,7 +121,8 @@ basic conditions of an event rule{nbsp}__ER__, that is:
 * The instrumentation point from which LTTng creates{nbsp}__E__ has a
   specific type.
 +
 * The instrumentation point from which LTTng creates{nbsp}__E__ has a
   specific type.
 +
-See the <<inst-point-types,Instrumentation point types>> section below.
+See the ``<<inst-point-types,Instrumentation point types>>'' section
+below.
 
 * A pattern matches the name of{nbsp}__E__ while another pattern
   doesn't.
 
 * A pattern matches the name of{nbsp}__E__ while another pattern
   doesn't.
@@ -134,7 +135,7 @@ See the <<inst-point-types,Instrumentation point types>> section below.
   satisfy a filter expression.
 
 A recording event rule has additional, implicit conditions to satisfy.
   satisfy a filter expression.
 
 A recording event rule has additional, implicit conditions to satisfy.
-See the <<recording-event-rule,{sect-recording-event-rule}>> section
+See the ``<<recording-event-rule,{sect-recording-event-rule}>>'' section
 below to learn more.
 
 
 below to learn more.
 
 
@@ -143,7 +144,7 @@ Instrumentation point types
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 As of LTTng{nbsp}{lttng_version}, the available instrumentation point
 types are, depending on the tracing domain (see the
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 As of LTTng{nbsp}{lttng_version}, the available instrumentation point
 types are, depending on the tracing domain (see the
-<<domain,{sect-domain}>> section below):
+``<<domain,{sect-domain}>>'' section below):
 
 Linux kernel::
     LTTng tracepoint:::
 
 Linux kernel::
     LTTng tracepoint:::
@@ -223,17 +224,17 @@ actions are:
 Conditions::
 +
 * The consumed buffer size of a given tracing
 Conditions::
 +
 * The consumed buffer size of a given tracing
-  session (see the <<session,{sect-session}>> section below)
+  session (see the ``<<session,{sect-session}>>'' section below)
   becomes greater than some value.
 
 * The buffer usage of a given channel (see the
   becomes greater than some value.
 
 * The buffer usage of a given channel (see the
-  <<channel,{sect-channel}>> section below) becomes greater than some
-  value.
+  ``<<channel,{sect-channel}>>'' section below) becomes greater than
+  some value.
 
 * The buffer usage of a given channel becomes less than some value.
 
 * There's an ongoing tracing session rotation (see the
 
 * The buffer usage of a given channel becomes less than some value.
 
 * There's an ongoing tracing session rotation (see the
-  <<rotation,Tracing session rotation>> section below).
+  ``<<rotation,Tracing session rotation>>'' section below).
 
 * A tracing session rotation becomes completed.
 
 
 * A tracing session rotation becomes completed.
 
@@ -292,15 +293,15 @@ happens within a tracing session. In particular, a tracing session:
 * Has its own state of activity (started or stopped).
 +
 An active tracing session is an implicit recording event rule condition
 * Has its own state of activity (started or stopped).
 +
 An active tracing session is an implicit recording event rule condition
-(see the <<recording-event-rule,{sect-recording-event-rule}>> section
-below).
+(see the ``<<recording-event-rule,{sect-recording-event-rule}>>''
+section below).
 
 * Has its own mode (local, network streaming, snapshot, or live).
 +
 
 * Has its own mode (local, network streaming, snapshot, or live).
 +
-See the <<session-modes,Tracing session modes>> section below to learn
-more.
+See the ``<<session-modes,Tracing session modes>>'' section below to
+learn more.
 
 
-* Has its own channels (see the <<channel,{sect-channel}>> section
+* Has its own channels (see the ``<<channel,{sect-channel}>>'' section
   below) to which are attached their own recording event rules.
 
 * Has its own process attribute inclusion sets (see man:lttng-track(1)).
   below) to which are attached their own recording event rules.
 
 * Has its own process attribute inclusion sets (see man:lttng-track(1)).
@@ -393,7 +394,7 @@ Snapshot mode::
     listening relay daemon (man:lttng-relayd(8)) when LTTng takes a
     snapshot.
 +
     listening relay daemon (man:lttng-relayd(8)) when LTTng takes a
     snapshot.
 +
-LTTng forces all the channels (see the <<channel,{sect-channel}>>
+LTTng forces all the channels (see the ``<<channel,{sect-channel}>>''
 section below) to be created to be configured to be snapshot-ready.
 +
 LTTng takes a snapshot of such a tracing session when:
 section below) to be created to be configured to be snapshot-ready.
 +
 LTTng takes a snapshot of such a tracing session when:
@@ -402,7 +403,7 @@ LTTng takes a snapshot of such a tracing session when:
 * You run the man:lttng-snapshot(1) command.
 
 * LTTng executes a `snapshot-session` trigger action (see the
 * You run the man:lttng-snapshot(1) command.
 
 * LTTng executes a `snapshot-session` trigger action (see the
-  <<trigger,TRIGGER>> section above).
+  ``<<trigger,TRIGGER>>'' section above).
 --
 
 Live mode::
 --
 
 Live mode::
@@ -425,7 +426,7 @@ can read it, modify it, move it, or remove it.
 
 An _archived trace chunk_ is a collection of metadata and data stream
 files which form a self-contained LTTng trace. See the
 
 An _archived trace chunk_ is a collection of metadata and data stream
 files which form a self-contained LTTng trace. See the
-<<trace-chunk-naming,Trace chunk naming>> section below to learn how
+``<<trace-chunk-naming,Trace chunk naming>>'' section below to learn how
 LTTng names a trace chunk archive directory.
 
 The _current trace chunk_ of a given tracing session includes:
 LTTng names a trace chunk archive directory.
 
 The _current trace chunk_ of a given tracing session includes:
@@ -436,7 +437,7 @@ The _current trace chunk_ of a given tracing session includes:
 
 ** The first time the tracing session was started, either with the
    man:lttng-start(1) command or with a `start-session` trigger action
 
 ** The first time the tracing session was started, either with the
    man:lttng-start(1) command or with a `start-session` trigger action
-   (see the <<trigger,TRIGGER>> section above).
+   (see the ``<<trigger,TRIGGER>>'' section above).
 
 ** The last rotation, performed with:
 
 
 ** The last rotation, performed with:
 
@@ -446,7 +447,7 @@ The _current trace chunk_ of a given tracing session includes:
     man:lttng-enable-rotation(1).
 
 *** An executed `rotate-session` trigger action (see the
     man:lttng-enable-rotation(1).
 
 *** An executed `rotate-session` trigger action (see the
-    <<trigger,TRIGGER>> section above).
+    ``<<trigger,TRIGGER>>'' section above).
 
 * The content of all the non-flushed sub-buffers of the channels of the
   tracing session.
 
 * The content of all the non-flushed sub-buffers of the channels of the
   tracing session.
@@ -546,11 +547,11 @@ You must specify a tracing domain to target a type of LTTng tracer when
 using some man:lttng(1) commands to avoid ambiguity. For example,
 because the Linux kernel and user space tracing domains support named
 tracepoints as instrumentation points (see the
 using some man:lttng(1) commands to avoid ambiguity. For example,
 because the Linux kernel and user space tracing domains support named
 tracepoints as instrumentation points (see the
-<<"event-rule","{sect-event-rule}">> section above), you need to specify
-a tracing domain when you create an event rule because both tracing
-domains could have tracepoints sharing the same name.
+``<<"event-rule","{sect-event-rule}">>'' section above), you need to
+specify a tracing domain when you create an event rule because both
+tracing domains could have tracepoints sharing the same name.
 
 
-You can create channels (see the <<channel,{sect-channel}>> section
+You can create channels (see the ``<<channel,{sect-channel}>>'' section
 below) in the Linux kernel and user space tracing domains. The other
 tracing domains have a single, default channel.
 
 below) in the Linux kernel and user space tracing domains. The other
 tracing domains have a single, default channel.
 
@@ -562,7 +563,7 @@ A _channel_ is an object which is responsible for a set of ring buffers.
 
 Each ring buffer is divided into multiple _sub-buffers_. When a
 recording event rule (see the
 
 Each ring buffer is divided into multiple _sub-buffers_. When a
 recording event rule (see the
-<<recording-event-rule,{sect-recording-event-rule} section below)
+``<<recording-event-rule,{sect-recording-event-rule}>>'' section below)
 matches an event, LTTng can record it to one or more sub-buffers of one
 or more channels.
 
 matches an event, LTTng can record it to one or more sub-buffers of one
 or more channels.
 
@@ -571,28 +572,29 @@ you set its final attributes, that is:
 
 * Its buffering scheme.
 +
 
 * Its buffering scheme.
 +
-See the <<channel-buf-scheme,Buffering scheme>> section below.
+See the ``<<channel-buf-scheme,Buffering scheme>>'' section below.
 
 * What to do when there's no
   space left for a new event record because all sub-buffers are full.
 +
 
 * What to do when there's no
   space left for a new event record because all sub-buffers are full.
 +
-See the <<channel-er-loss-mode,Event record loss mode>> section below.
+See the ``<<channel-er-loss-mode,Event record loss mode>>'' section
+below.
 
 * The size of each ring buffer and how many sub-buffers a ring buffer
   has.
 +
 
 * The size of each ring buffer and how many sub-buffers a ring buffer
   has.
 +
-See the <<channel-sub-buf-size-count,Sub-buffer size and count>> section
-below.
+See the ``<<channel-sub-buf-size-count,Sub-buffer size and count>>''
+section below.
 
 * The size of each trace file LTTng writes for this channel and the
   maximum count of trace files.
 +
 
 * The size of each trace file LTTng writes for this channel and the
   maximum count of trace files.
 +
-See the <<channel-max-trace-file-size-count,Maximum trace file size and
-count>> section below.
+See the ``<<channel-max-trace-file-size-count,Maximum trace file size
+and count>>'' section below.
 
 * The periods of its read, switch, and monitor timers.
 +
 
 * The periods of its read, switch, and monitor timers.
 +
-See the <<channel-timers,Timers>> section below.
+See the ``<<channel-timers,Timers>>'' section below.
 
 * For a Linux kernel channel: its output type (man:mmap(2) or
   man:splice(2)).
 
 * For a Linux kernel channel: its output type (man:mmap(2) or
   man:splice(2)).
@@ -610,9 +612,9 @@ a default channel with sane defaults when no channel exists for the
 provided tracing domain.
 
 A channel is always associated to a tracing domain (see the
 provided tracing domain.
 
 A channel is always associated to a tracing domain (see the
-<<domain,{sect-domain}>> section below). The `java.util.logging` (JUL),
-log4j, and Python tracing domains each have a default channel which you
-can't configure.
+``<<domain,{sect-domain}>>'' section below). The `java.util.logging`
+(JUL), log4j, and Python tracing domains each have a default channel
+which you can't configure.
 
 A channel owns recording event rules.
 
 
 A channel owns recording event rules.
 
@@ -716,8 +718,8 @@ similar to the roll mode of an oscilloscope.
 +
 Since LTTng{nbsp}2.8, with this mode, LTTng writes to a given sub-buffer
 its sequence number within its data stream. With a local, network
 +
 Since LTTng{nbsp}2.8, with this mode, LTTng writes to a given sub-buffer
 its sequence number within its data stream. With a local, network
-streaming, or live tracing session (see the <<session-modes,Tracing
-session modes>> section above), a trace reader can use such sequence
+streaming, or live tracing session (see the ``<<session-modes,Tracing
+session modes>>'' section above), a trace reader can use such sequence
 numbers to report lost packets. A trace reader can use the saved
 discarded sub-buffer (packet) count of the trace to decide whether or
 not to perform some analysis even if trace data is known to be missing.
 numbers to report lost packets. A trace reader can use the saved
 discarded sub-buffer (packet) count of the trace to decide whether or
 not to perform some analysis even if trace data is known to be missing.
@@ -738,10 +740,10 @@ and nloption:--overwrite options of the man:lttng-enable-channel(1)
 command.
 
 There are a few ways to decrease your probability of losing event
 command.
 
 There are a few ways to decrease your probability of losing event
-records. The <<channel-sub-buf-size-count,Sub-buffer size and count>>
-section below shows how to fine-tune the sub-buffer size and count of a
-channel to virtually stop losing event records, though at the cost of
-greater memory usage.
+records. The ``<<channel-sub-buf-size-count,Sub-buffer size and
+count>>'' section below shows how to fine-tune the sub-buffer size and
+count of a channel to virtually stop losing event records, though at the
+cost of greater memory usage.
 
 
 [[channel-sub-buf-size-count]]
 
 
 [[channel-sub-buf-size-count]]
@@ -749,8 +751,8 @@ Sub-buffer size and count
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 A channel has one or more ring buffer for each CPU of the target system.
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 A channel has one or more ring buffer for each CPU of the target system.
 
-See the <<channel-buf-scheme,Buffering scheme>> section above to learn
-how many ring buffers of a given channel are dedicated to each CPU
+See the ``<<channel-buf-scheme,Buffering scheme>>'' section above to
+learn how many ring buffers of a given channel are dedicated to each CPU
 depending on its buffering scheme.
 
 Set the size of each sub-buffer the ring buffers of a channel contain
 depending on its buffering scheme.
 
 Set the size of each sub-buffer the ring buffers of a channel contain
@@ -772,12 +774,12 @@ High event throughput::
     event records.
 +
 Having larger sub-buffers also ensures a lower sub-buffer switching
     event records.
 +
 Having larger sub-buffers also ensures a lower sub-buffer switching
-frequency (see the <<channel-timers,Timers>> section below).
+frequency (see the ``<<channel-timers,Timers>>'' section below).
 +
 The sub-buffer count is only meaningful if you create the channel in
 +
 The sub-buffer count is only meaningful if you create the channel in
-overwrite mode (see the <<channel-er-loss-mode,Event record loss mode>>
-section above): in this case, if LTTng overwrites a sub-buffer, then the
-other sub-buffers are left unaltered.
+overwrite mode (see the ``<<channel-er-loss-mode,Event record loss
+mode>>'' section above): in this case, if LTTng overwrites a sub-buffer,
+then the other sub-buffers are left unaltered.
 
 Low event throughput::
     In general, prefer smaller sub-buffers since the risk of losing
 
 Low event throughput::
     In general, prefer smaller sub-buffers since the risk of losing
@@ -850,8 +852,8 @@ trace file open with the trace file rotation feature.
 
 The only way to obtain an unmanaged, self-contained LTTng trace before
 you destroy the tracing session is with the tracing session rotation
 
 The only way to obtain an unmanaged, self-contained LTTng trace before
 you destroy the tracing session is with the tracing session rotation
-feature (see the <<rotation,Tracing session rotation>> section above),
-which is available since LTTng{nbsp}2.11.
+feature (see the ``<<rotation,Tracing session rotation>>'' section
+above), which is available since LTTng{nbsp}2.11.
 ====
 
 
 ====
 
 
@@ -871,9 +873,9 @@ data to trace files or to a distant relay daemon (man:lttng-relayd(8))
 periodically in case of a low event throughput.
 +
 Such a timer is also convenient when you use large sub-buffers (see the
 periodically in case of a low event throughput.
 +
 Such a timer is also convenient when you use large sub-buffers (see the
-<<channel-sub-buf-size-count,Sub-buffer size and count>> section above)
-to cope with a sporadic high event throughput, even if the throughput is
-otherwise low.
+``<<channel-sub-buf-size-count,Sub-buffer size and count>>'' section
+above) to cope with a sporadic high event throughput, even if the
+throughput is otherwise low.
 +
 Set the period of the switch timer of a channel, or disable the timer
 altogether, with the nloption:--switch-timer option of the
 +
 Set the period of the switch timer of a channel, or disable the timer
 altogether, with the nloption:--switch-timer option of the
@@ -915,7 +917,8 @@ If you disable the monitor timer of a channel{nbsp}__C__:
   for{nbsp}__C__ will never be satisfied.
 --
 +
   for{nbsp}__C__ will never be satisfied.
 --
 +
-See the <<trigger,TRIGGER>> section above to learn more about triggers.
+See the ``<<trigger,TRIGGER>>'' section above to learn more about
+triggers.
 +
 Set the period of the monitor timer of a channel, or disable the timer
 altogether, with the nloption:--monitor-timer option of the
 +
 Set the period of the monitor timer of a channel, or disable the timer
 altogether, with the nloption:--monitor-timer option of the
@@ -926,8 +929,9 @@ man:lttng-enable-channel(1) command.
 {sect-recording-event-rule}
 ---------------------------
 A _recording event rule_ is a specific type of event rule (see the
 {sect-recording-event-rule}
 ---------------------------
 A _recording event rule_ is a specific type of event rule (see the
-<<"event-rule","{sect-event-rule}">> section above) of which the action is
-to serialize and record the matched event as an _event record_.
+``<<"event-rule","{sect-event-rule}">>'' section above) of which the
+action is to serialize and record the matched event as an _event
+record_.
 
 Set the explicit conditions of a recording event rule when you create it
 with the man:lttng-enable-event(1) command. A recording event rule also
 
 Set the explicit conditions of a recording event rule when you create it
 with the man:lttng-enable-event(1) command. A recording event rule also
@@ -941,13 +945,13 @@ A recording event rule is enabled on creation.
 +
 A channel is enabled on creation.
 +
 +
 A channel is enabled on creation.
 +
-See the <<channel,{sect-channel}>> section above.
+See the ``<<channel,{sect-channel}>>'' section above.
 
 * The tracing session of the recording event rule is active (started).
 +
 A tracing session is inactive (stopped) on creation.
 +
 
 * The tracing session of the recording event rule is active (started).
 +
 A tracing session is inactive (stopped) on creation.
 +
-See the <<session,{sect-session}>> section above.
+See the ``<<session,{sect-session}>>'' section above.
 
 * The process for which LTTng creates an event to match is allowed to
   record events.
 
 * The process for which LTTng creates an event to match is allowed to
   record events.
index a1bf9d80e34fecfbda8d3d26adfff99bfc4e4ab9..4e997e1d10a0720ca3dbaebca0fa35b592c55d13 100644 (file)
@@ -91,7 +91,7 @@ genoption:--relayd-path option.
 On success, the `create` command sets the current tracing session (see
 man:lttng-concepts(7) to learn more) to the created tracing session.
 
 On success, the `create` command sets the current tracing session (see
 man:lttng-concepts(7) to learn more) to the created tracing session.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 Show the status of the current tracing session with the
 man:lttng-status(1) command.
 
 Show the status of the current tracing session with the
 man:lttng-status(1) command.
@@ -143,7 +143,7 @@ Otherwise:::
 +
 Set the trace output destination with the option:--set-url option, or
 with the option:--ctrl-url and option:--data-url options (see the
 +
 Set the trace output destination with the option:--set-url option, or
 with the option:--ctrl-url and option:--data-url options (see the
-<<url-format,URL format>> section below).
+``<<url-format,URL format>>'' section below).
 
 [[snapshot-mode]]Snapshot mode (option:--snapshot option)::
     Only write the trace data to the local file system or send it to a
 
 [[snapshot-mode]]Snapshot mode (option:--snapshot option)::
     Only write the trace data to the local file system or send it to a
@@ -175,8 +175,8 @@ date/time.
 +
 Set the trace output destination with the option:--set-url='URL' option,
 or with the option:--ctrl-url='URL' and option:--data-url='URL' options
 +
 Set the trace output destination with the option:--set-url='URL' option,
 or with the option:--ctrl-url='URL' and option:--data-url='URL' options
-(see the <<url-format,URL format>> section below). 'URL' may :not: start
-with `file://`.
+(see the ``<<url-format,URL format>>'' section below). 'URL' may :not:
+start with `file://`.
 
 
 [[url-format]]
 
 
 [[url-format]]
@@ -195,8 +195,8 @@ file://'TRACEDIR'
 +
 The `file://` protocol targets the *local file system*: you may only use
 such an URL with the option:--set-url option when you create the tracing
 +
 The `file://` protocol targets the *local file system*: you may only use
 such an URL with the option:--set-url option when you create the tracing
-session in local or snapshot mode (see the <<modes,Tracing session
-modes>> section above).
+session in local or snapshot mode (see the ``<<modes,Tracing session
+modes>>'' section above).
 +
 'TRACEDIR':::
     Absolute path to the directory containing the trace data on the
 +
 'TRACEDIR':::
     Absolute path to the directory containing the trace data on the
@@ -210,7 +210,7 @@ Network format::
 +
 This format is only available when you create the tracing session in
 network streaming, snapshot (option:--snapshot), or live (option:--live)
 +
 This format is only available when you create the tracing session in
 network streaming, snapshot (option:--snapshot), or live (option:--live)
-mode (see the <<modes,Tracing session modes>> section above).
+mode (see the ``<<modes,Tracing session modes>>'' section above).
 +
 'NETPROTO':::
     Network protocol, amongst:
 +
 'NETPROTO':::
     Network protocol, amongst:
@@ -268,7 +268,7 @@ include::common-lttng-cmd-options-head.txt[]
 
 Mode selection
 ~~~~~~~~~~~~~~
 
 Mode selection
 ~~~~~~~~~~~~~~
-See the <<modes,Tracing session modes>> section above.
+See the ``<<modes,Tracing session modes>>'' section above.
 
 At most one of:
 
 
 At most one of:
 
@@ -320,8 +320,8 @@ date/time.
 Output
 ~~~~~~
 option:--no-output::
 Output
 ~~~~~~
 option:--no-output::
-    Depending on the tracing session mode (see the <<modes,Tracing
-    session modes>> section above):
+    Depending on the tracing session mode (see the ``<<modes,Tracing
+    session modes>>'' section above):
 +
 Local mode:::
     Disable the file system output.
 +
 Local mode:::
     Disable the file system output.
@@ -339,15 +339,15 @@ option:--shm-path='DIR'::
 
 URL
 ~~~
 
 URL
 ~~~
-See the <<url-format,URL format>> section above to learn more about the
-syntax of the 'URL' argument of the following options.
+See the ``<<url-format,URL format>>'' section above to learn more about
+the syntax of the 'URL' argument of the following options.
 
 option:-C 'URL', option:--ctrl-url='URL'::
     Set the control path URL to 'URL'.
 +
 You must also use the option:--data-url option.
 +
 
 option:-C 'URL', option:--ctrl-url='URL'::
     Set the control path URL to 'URL'.
 +
 You must also use the option:--data-url option.
 +
-Not available in local mode (see the <<modes,Tracing session modes>>
+Not available in local mode (see the ``<<modes,Tracing session modes>>''
 section above).
 +
 In snapshot mode, this is equivalent to using the nloption:--ctrl-url
 section above).
 +
 In snapshot mode, this is equivalent to using the nloption:--ctrl-url
@@ -359,7 +359,7 @@ option:-D 'URL', option:--data-url='URL'::
 +
 You must also use the option:--ctrl-url option.
 +
 +
 You must also use the option:--ctrl-url option.
 +
-Not available in local mode (see the <<modes,Tracing session modes>>
+Not available in local mode (see the ``<<modes,Tracing session modes>>''
 section above).
 +
 In snapshot mode, this is equivalent to using the nloption:--data-url
 section above).
 +
 In snapshot mode, this is equivalent to using the nloption:--data-url
@@ -371,8 +371,8 @@ option:-U 'URL', option:--set-url='URL'::
 +
 This URL remains unchanged as long as the tracing session exists.
 +
 +
 This URL remains unchanged as long as the tracing session exists.
 +
-Depending on the tracing session mode (see the <<modes,Tracing session
-modes>> section above):
+Depending on the tracing session mode (see the ``<<modes,Tracing session
+modes>>'' section above):
 +
 Local mode:::
     'URL' must start with `file://`, followed with the destination
 +
 Local mode:::
     'URL' must start with `file://`, followed with the destination
index 7ab13a7f67fc237aacaa5c1823090cdc37ca2784..048809a52fe07c6a648d3c8bb33e31ac2bef3502 100644 (file)
@@ -64,7 +64,7 @@ Then all the subdirectories of the output directory of{nbsp}__TS__
 command exits. In other words, it's safe to read them, modify them, move
 them, or remove then.
 
 command exits. In other words, it's safe to read them, modify them, move
 them, or remove then.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 21e7e6c933eb3557f9624f5e0ac5959179dfd646..60ad9364768b337e1f17dcdfa9bc6a61d978ef73 100644 (file)
@@ -36,7 +36,7 @@ As of LTTng{nbsp}{lttng_version}, you may :not: enable a disabled
 channel once its tracing session has been started (see
 man:lttng-start(1)) at least once.
 
 channel once its tracing session has been started (see
 man:lttng-start(1)) at least once.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 9afa53c1b495329bdf2122603cf2c1961676c71b..710e6d9dcc8eb6891407ce03406a90221515255e 100644 (file)
@@ -77,7 +77,7 @@ You may disable an enabled recording event rule regardless of the
 activity (started or stopped) of its tracing session (see
 man:lttng-start(1) and man:lttng-stop(1)).
 
 activity (started or stopped) of its tracing session (see
 man:lttng-start(1) and man:lttng-stop(1)).
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index c28d699d215545d23544e848875acdf347734443..b088c94f2a626b6b49bec614cb0b631449088bad 100644 (file)
@@ -30,7 +30,7 @@ Without the option:--session option::
 See man:lttng-concepts(7) to learn more about the tracing session
 rotation and trace chunk concepts.
 
 See man:lttng-concepts(7) to learn more about the tracing session
 rotation and trace chunk concepts.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 6c1091ec150e7b98cff4f2651d269bdff1aeb603..2428c8a9688b8aea2600d7d20650899703b01fc5 100644 (file)
@@ -63,7 +63,7 @@ Without the option:--session option::
 NOTE: The man:lttng-enable-event(1) command can automatically create a
 default channel when no channel exists for the provided tracing domain.
 
 NOTE: The man:lttng-enable-event(1) command can automatically create a
 default channel when no channel exists for the provided tracing domain.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 List the channels of a given tracing session with the
 man:lttng-list(1) and man:lttng-status(1) commands.
 
 List the channels of a given tracing session with the
 man:lttng-list(1) and man:lttng-status(1) commands.
index 433fa2341f20f65387244d68c4ca565f581242f2..2a8289697feddd021dee45ae211d54462776711a 100644 (file)
@@ -52,7 +52,7 @@ The `lttng enable-event` command does one of:
 
 * Enable one or more disabled recording event rules.
 +
 
 * Enable one or more disabled recording event rules.
 +
-See the <<enable,Enable a disabled recording event rule>> section
+See the ``<<enable,Enable a disabled recording event rule>>'' section
 below.
 
 See man:lttng-concepts(7) to learn more about instrumentation points,
 below.
 
 See man:lttng-concepts(7) to learn more about instrumentation points,
@@ -77,7 +77,7 @@ If there's already a channel for the selected tracing session and domain
 which isn't named `channel0`, the `enable-event` command fails.
 Otherwise, it automatically creates it.
 
 which isn't named `channel0`, the `enable-event` command fails.
 Otherwise, it automatically creates it.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 List the recording event rules of a specific tracing session
 and/or channel with the man:lttng-list(1) and man:lttng-status(1)
 
 List the recording event rules of a specific tracing session
 and/or channel with the man:lttng-list(1) and man:lttng-status(1)
@@ -101,25 +101,25 @@ Explicit conditions::
 * The instrumentation point type from which LTTng creates{nbsp}__E__
   has a specific type.
 +
 * The instrumentation point type from which LTTng creates{nbsp}__E__
   has a specific type.
 +
-See the <<inst-point-type-cond,Instrumentation point type condition>>
-section below.
+See the ``<<inst-point-type-cond,Instrumentation point type
+condition>>'' section below.
 
 * A pattern matches the name of{nbsp}__E__ while another pattern
   doesn't.
 +
 
 * A pattern matches the name of{nbsp}__E__ while another pattern
   doesn't.
 +
-See the <<event-name-cond,Event name condition>> section below.
+See the ``<<event-name-cond,Event name condition>>'' section below.
 
 * The log level of the instrumentation point from which LTTng
   creates{nbsp}__E__ is at least as severe as some value, or is exactly
   some value.
 +
 
 * The log level of the instrumentation point from which LTTng
   creates{nbsp}__E__ is at least as severe as some value, or is exactly
   some value.
 +
-See the <<inst-point-log-level-cond,Instrumentation point log level condition>>
-section below.
+See the ``<<inst-point-log-level-cond,Instrumentation point log level
+condition>>'' section below.
 
 * The fields of the payload of{nbsp}__E__ and the current context fields
   satisfy a filter expression.
 +
 
 * The fields of the payload of{nbsp}__E__ and the current context fields
   satisfy a filter expression.
 +
-See the <<filter-cond,Event payload and context filter condition>>
+See the ``<<filter-cond,Event payload and context filter condition>>''
 section below.
 --
 
 section below.
 --
 
@@ -193,7 +193,7 @@ List the available Linux kernel system call instrumentation points with
 The argument of the option:--probe option is the location of the
 kprobe to insert, either a symbol or a
 memory address, while 'RECORDNAME' is the name of the record
 The argument of the option:--probe option is the location of the
 kprobe to insert, either a symbol or a
 memory address, while 'RECORDNAME' is the name of the record
-of{nbsp}__E__ (see the <<er-name,Event record name>> section below).
+of{nbsp}__E__ (see the ``<<er-name,Event record name>>'' section below).
 +
 The payload of a Linux kprobe event is empty.
 
 +
 The payload of a Linux kprobe event is empty.
 
@@ -215,7 +215,7 @@ are :not: reference-counted.
 --
 +
 'RECORDNAME' is the name of the record of{nbsp}__E__ (see the
 --
 +
 'RECORDNAME' is the name of the record of{nbsp}__E__ (see the
-<<er-name,Event record name>> section below).
+``<<er-name,Event record name>>'' section below).
 +
 The payload of a Linux user space probe event is empty.
 
 +
 The payload of a Linux user space probe event is empty.
 
@@ -226,7 +226,7 @@ The payload of a Linux user space probe event is empty.
 The argument of the option:--function option is the location of the
 Linux kretprobe to insert, either a symbol or
 a memory address, while 'RECORDNAME' is the name of the record
 The argument of the option:--function option is the location of the
 Linux kretprobe to insert, either a symbol or
 a memory address, while 'RECORDNAME' is the name of the record
-of{nbsp}__E__ (see the <<er-name,Event record name>> section below).
+of{nbsp}__E__ (see the ``<<er-name,Event record name>>'' section below).
 +
 The payload of a Linux kretprobe event is empty.
 
 +
 The payload of a Linux kretprobe event is empty.
 
@@ -264,8 +264,8 @@ event rule{nbsp}__ER__ if the two following statements are true:
 
 * You specify the option:--all option or, depending on the
   instrumentation type condition (see the
 
 * You specify the option:--all option or, depending on the
   instrumentation type condition (see the
-  <<inst-point-type-cond,Instrumentation point type condition>> section
-  above) of{nbsp}__ER__, 'NAME' matches:
+  ``<<inst-point-type-cond,Instrumentation point type condition>>''
+  section above) of{nbsp}__ER__, 'NAME' matches:
 +
 --
 LTTng tracepoint::
 +
 --
 LTTng tracepoint::
@@ -553,8 +553,8 @@ Event record name
 ~~~~~~~~~~~~~~~~~
 When LTTng records an event{nbsp}__E__, the resulting event record has a
 name which depends on the instrumentation point type condition (see the
 ~~~~~~~~~~~~~~~~~
 When LTTng records an event{nbsp}__E__, the resulting event record has a
 name which depends on the instrumentation point type condition (see the
-<<inst-point-type-cond,Instrumentation point type condition>> section
-above) of the recording event rule which matched{nbsp}__E__:
+``<<inst-point-type-cond,Instrumentation point type condition>>''
+section above) of the recording event rule which matched{nbsp}__E__:
 
 LTTng tracepoint (option:--kernel/option:--userspace and option:--tracepoint options)::
     Full name of the tracepoint from which LTTng creates{nbsp}__E__.
 
 LTTng tracepoint (option:--kernel/option:--userspace and option:--tracepoint options)::
     Full name of the tracepoint from which LTTng creates{nbsp}__E__.
@@ -661,8 +661,8 @@ option:-s 'SESSION', option:--session='SESSION'::
 
 Instrumentation point type condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Instrumentation point type condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See the <<inst-point-type-cond,Instrumentation point type condition>>
-section above.
+See the ``<<inst-point-type-cond,Instrumentation point type
+condition>>'' section above.
 
 At most one of:
 
 
 At most one of:
 
@@ -681,7 +681,7 @@ Only available with the option:--kernel option.
 --
 +
 You must specify the event record name with 'RECORDNAME'. See the
 --
 +
 You must specify the event record name with 'RECORDNAME'. See the
-<<er-name,Event record name>> section above to learn more.
+``<<er-name,Event record name>>'' section above to learn more.
 
 option:--probe='LOC'::
     Only match Linux kprobe events.
 
 option:--probe='LOC'::
     Only match Linux kprobe events.
@@ -697,7 +697,7 @@ Only available with the option:--kernel option.
 --
 +
 You must specify the event record name with 'RECORDNAME'. See the
 --
 +
 You must specify the event record name with 'RECORDNAME'. See the
-<<er-name,Event record name>> section above to learn more.
+``<<er-name,Event record name>>'' section above to learn more.
 
 option:--userspace-probe='LOC'::
     Only match Linux user space probe events.
 
 option:--userspace-probe='LOC'::
     Only match Linux user space probe events.
@@ -773,7 +773,7 @@ Example: `--userspace-probe=sdt:./build/server:server:accept_request`
 --
 +
 You must specify the event record name with 'RECORDNAME'. See the
 --
 +
 You must specify the event record name with 'RECORDNAME'. See the
-<<er-name,Event record name>> section above to learn more.
+``<<er-name,Event record name>>'' section above to learn more.
 
 option:--syscall::
     Only match Linux system call events.
 
 option:--syscall::
     Only match Linux system call events.
@@ -800,7 +800,7 @@ future.
 
 Event name condition
 ~~~~~~~~~~~~~~~~~~~~
 
 Event name condition
 ~~~~~~~~~~~~~~~~~~~~
-See the <<event-name-cond,Event name condition>> section above.
+See the ``<<event-name-cond,Event name condition>>'' section above.
 
 option:-a, option:--all::
     Equivalent to a single 'NAME' argument (LTTng tracepoint or logger
 
 option:-a, option:--all::
     Equivalent to a single 'NAME' argument (LTTng tracepoint or logger
@@ -821,8 +821,8 @@ a literal `,` character, use :esccomma:.
 
 Instrumentation point log level condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Instrumentation point log level condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See the <<inst-point-log-level-cond,Instrumentation point log level
-condition>> section above.
+See the ``<<inst-point-log-level-cond,Instrumentation point log level
+condition>>'' section above.
 
 At most one of:
 
 
 At most one of:
 
@@ -840,7 +840,7 @@ with the option:--kernel option.
 
 Event payload and context filter condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Event payload and context filter condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See the <<filter-cond,Event payload and context filter condition>>
+See the ``<<filter-cond,Event payload and context filter condition>>''
 section above.
 
 option:-f 'EXPR', option:--filter='EXPR'::
 section above.
 
 option:-f 'EXPR', option:--filter='EXPR'::
@@ -904,7 +904,7 @@ $ lttng enable-event --log4j --channel=my-loggers \
 ====
 The recording event rule below matches the entry of `usb_disconnect()`
 Linux kernel function calls. The records of such events are named `usbd`
 ====
 The recording event rule below matches the entry of `usb_disconnect()`
 Linux kernel function calls. The records of such events are named `usbd`
-(see the <<er-name,Event record name>> section above).
+(see the ``<<er-name,Event record name>>'' section above).
 
 See the option:--probe option.
 
 
 See the option:--probe option.
 
index 2071848e184c8e0acd894bc15fe1f903bfc91c8a..a607a5739ce99054e9e25cded156fa636247b8e9 100644 (file)
@@ -60,7 +60,7 @@ You may combine the option:--timer and option:--size options.
 See the man:lttng-concepts(7) to learn how LTTng names a trace chunk
 archive directory.
 
 See the man:lttng-concepts(7) to learn how LTTng names a trace chunk
 archive directory.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 Unset a tracing session rotation schedule with the
 man:lttng-disable-rotation(1) command.
 
 Unset a tracing session rotation schedule with the
 man:lttng-disable-rotation(1) command.
index b2169a1629ccf501587c0016a36f8e561abe265c..493ed6a29eec2e237a01934d3827eae34d36e434 100644 (file)
@@ -69,25 +69,25 @@ conditions of an event rule, that is:
 * The instrumentation point from which LTTng creates{nbsp}__E__ has a
   specific type.
 +
 * The instrumentation point from which LTTng creates{nbsp}__E__ has a
   specific type.
 +
-See the <<inst-point-type-cond,Instrumentation point type condition>>
-section below.
+See the ``<<inst-point-type-cond,Instrumentation point type
+condition>>'' section below.
 
 * A pattern matches the name of{nbsp}__E__ while another pattern
   doesn't.
 +
 
 * A pattern matches the name of{nbsp}__E__ while another pattern
   doesn't.
 +
-See the <<event-name-cond,Event name condition>> section below.
+See the ``<<event-name-cond,Event name condition>>'' section below.
 
 * The log level of the instrumentation point from which LTTng
   creates{nbsp}__E__ is at least as severe as some value, or is exactly
   some value.
 +
 
 * The log level of the instrumentation point from which LTTng
   creates{nbsp}__E__ is at least as severe as some value, or is exactly
   some value.
 +
-See the <<inst-point-log-level-cond,Instrumentation point log level
-condition>> section below.
+See the ``<<inst-point-log-level-cond,Instrumentation point log level
+condition>>'' section below.
 
 * The fields of the payload of{nbsp}__E__ and the current context fields
   satisfy a filter expression.
 +
 
 * The fields of the payload of{nbsp}__E__ and the current context fields
   satisfy a filter expression.
 +
-See the <<filter-cond,Event payload and context filter condition>>
+See the ``<<filter-cond,Event payload and context filter condition>>''
 section below.
 
 The dedicated command-line options of most conditions are optional: if
 section below.
 
 The dedicated command-line options of most conditions are optional: if
@@ -178,8 +178,8 @@ rule{nbsp}__ER__ if the two following statements are true:
 
 * You don't specify the option:--name='NAME' option or, depending on the
   instrumentation type condition (see the
 
 * You don't specify the option:--name='NAME' option or, depending on the
   instrumentation type condition (see the
-  <<inst-point-type-cond,Instrumentation point type condition>> section
-  above) of{nbsp}__ER__, 'NAME' matches:
+  ``<<inst-point-type-cond,Instrumentation point type condition>>''
+  section above) of{nbsp}__ER__, 'NAME' matches:
 +
 --
 `kernel:tracepoint`::
 +
 --
 `kernel:tracepoint`::
@@ -529,8 +529,8 @@ OPTIONS
 -------
 Instrumentation point type condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 -------
 Instrumentation point type condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See the <<inst-point-type-cond,Instrumentation point type condition>>
-section above.
+See the ``<<inst-point-type-cond,Instrumentation point type
+condition>>'' section above.
 
 option:-E 'NAME', option:--event-name='NAME'::
     With the option:--type=++kernel:kprobe++ or
 
 option:-E 'NAME', option:--event-name='NAME'::
     With the option:--type=++kernel:kprobe++ or
@@ -702,7 +702,7 @@ change in the future.
 
 Event name condition
 ~~~~~~~~~~~~~~~~~~~~
 
 Event name condition
 ~~~~~~~~~~~~~~~~~~~~
-See the <<event-name-cond,Event name condition>> section above.
+See the ``<<event-name-cond,Event name condition>>'' section above.
 
 option:-n 'NAME', option:--name='NAME'::
     Only match events of which 'NAME' matches, depending on the
 
 option:-n 'NAME', option:--name='NAME'::
     Only match events of which 'NAME' matches, depending on the
@@ -742,8 +742,8 @@ Only available with the option:--type=++user:tracepoint++ option.
 
 Instrumentation point log level condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Instrumentation point log level condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See the <<inst-point-log-level-cond,Instrumentation point log level
-condition>> section above.
+See the ``<<inst-point-log-level-cond,Instrumentation point log level
+condition>>'' section above.
 
 option:-l 'LOGLEVELSPEC', option:--log-level='LOGLEVELSPEC'::
     Only match events of which the log level of the LTTng tracepoint or
 
 option:-l 'LOGLEVELSPEC', option:--log-level='LOGLEVELSPEC'::
     Only match events of which the log level of the LTTng tracepoint or
@@ -776,7 +776,7 @@ but this default may change in the future.
 
 Event payload and context filter condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Event payload and context filter condition
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-See the <<filter-cond,Event payload and context filter condition>>
+See the ``<<filter-cond,Event payload and context filter condition>>''
 section above.
 
 option:-f 'EXPR', option:--filter='EXPR'::
 section above.
 
 option:-f 'EXPR', option:--filter='EXPR'::
index 7256f4a9aeeaa478772151d0051f9e67962dc3f2..12b1376977410972388bf3829c31d773b960c085 100644 (file)
@@ -87,7 +87,7 @@ option:--fields option.
 See man:lttng-concept(7) to learn more about tracing sessions, tracing
 domains, channels, recording event rules, and instrumentation points.
 
 See man:lttng-concept(7) to learn more about tracing sessions, tracing
 domains, channels, recording event rules, and instrumentation points.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 List the channels and recording event rules of the current tracing
 session (see man:lttng-concept(7) to learn more) with the
 
 List the channels and recording event rules of the current tracing
 session (see man:lttng-concept(7) to learn more) with the
index bebe1230607d362216f2a95534e5605135dc380b..4a0ffa8f4ebc82b65b96990b1377503ac1e963ba 100644 (file)
@@ -71,7 +71,7 @@ By default, the `load` command does :not: overwrite existing tracing
 sessions: the command fails. Allow the `load` command to overwrite
 existing tracing sessions with the option:--force option.
 
 sessions: the command fails. Allow the `load` command to overwrite
 existing tracing sessions with the option:--force option.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 7e447600796d27b520dacec37ecdd680cb57b79c..b1cdc054ce369e3be8752eae17fd101a579f15c9 100644 (file)
@@ -37,7 +37,7 @@ See man:lttng-concepts(7) to learn more about tracing sessions.
 As of this version, the `metadata` and `statedump` targets are
 available.
 
 As of this version, the `metadata` and `statedump` targets are
 available.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 Regenerate the metadata of a tracing session
 
 
 Regenerate the metadata of a tracing session
index 90cc1547d09d3e1c07c2ee6659cabbc359c900c3..d165d93eb1b25194e3827c2bf02bc64bd73f6d14 100644 (file)
@@ -34,7 +34,7 @@ while the remote tracing session is active.
 By default, a relay daemon listens on all network interfaces to receive
 trace data, but only on `localhost` for LTTng live connections. Override
 the listening URLs with the option:--control-port, option:--data-port,
 By default, a relay daemon listens on all network interfaces to receive
 trace data, but only on `localhost` for LTTng live connections. Override
 the listening URLs with the option:--control-port, option:--data-port,
-and option:--live-port options (see the <<url-format,URL format>>
+and option:--live-port options (see the ``<<url-format,URL format>>''
 section below). For example, use the
 option:--live-port=+tcp://0.0.0.0:{default_network_viewer_port}+ option
 to make a relay daemon listen to LTTng live connections on all network
 section below). For example, use the
 option:--live-port=+tcp://0.0.0.0:{default_network_viewer_port}+ option
 to make a relay daemon listen to LTTng live connections on all network
@@ -70,7 +70,7 @@ The relay daemon uses different output path patterns depending on:
 
 * Its configuration.
 +
 
 * Its configuration.
 +
-See the <<cfg,Daemon configuration>> section above.
+See the ``<<cfg,Daemon configuration>>'' section above.
 
 * The tracing session configuration of the connected peer.
 * The LTTng session daemon (see man:lttng-sessiond(8)) version
 
 * The tracing session configuration of the connected peer.
 * The LTTng session daemon (see man:lttng-sessiond(8)) version
@@ -180,7 +180,7 @@ option:-f 'PATH', option:--config='PATH'::
     addition to the default configuration files and the command-line
     options.
 +
     addition to the default configuration files and the command-line
     options.
 +
-See the <<cfg,Daemon configuration>> section above.
+See the ``<<cfg,Daemon configuration>>'' section above.
 
 option:-d, option:--daemonize::
     Start as a Unix daemon and close file descriptors (console).
 
 option:-d, option:--daemonize::
     Start as a Unix daemon and close file descriptors (console).
@@ -230,7 +230,7 @@ Specify this option up to three times to get more levels of verbosity.
 
 Output
 ~~~~~~
 
 Output
 ~~~~~~
-See the <<output-directory,Output directory>> section above to learn
+See the ``<<output-directory,Output directory>>'' section above to learn
 more.
 
 option:-p, option:--group-output-by-host::
 more.
 
 option:-p, option:--group-output-by-host::
@@ -250,8 +250,8 @@ option:-o 'DIR', option:--output='DIR'::
 
 Ports
 ~~~~~
 
 Ports
 ~~~~~
-See the <<url-format,URL format>> section above to learn more about the
-syntax of the 'URL' argument of the following options.
+See the ``<<url-format,URL format>>'' section above to learn more about
+the syntax of the 'URL' argument of the following options.
 
 option:-C 'URL', option:--control-port='URL'::
     Listen to control data on URL 'URL'.
 
 option:-C 'URL', option:--control-port='URL'::
     Listen to control data on URL 'URL'.
index 1f5285d2f6b0191447674db3901a8d668b0316cb..6bec8c55519713d4747a2c9fdd3af150734213d2 100644 (file)
@@ -27,7 +27,7 @@ The `remove-trigger` command removes a trigger which belong to your Unix
 user. If your Unix user is `root`, you can remove the trigger of another
 user with the option:--owner-uid option.
 
 user. If your Unix user is `root`, you can remove the trigger of another
 user with the option:--owner-uid option.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 OPTIONS
 
 
 OPTIONS
index 2a73f8bcfa685d858fd5574faebb1dd16b650acd..91df503feba6dbcc6603b3d28cdc612c67d99bfb 100644 (file)
@@ -62,7 +62,7 @@ directly cause discarded event records or packets.
 A `rotate-session` trigger action can also rotate a tracing session (see
 man:lttng-add-trigger(1)).
 
 A `rotate-session` trigger action can also rotate a tracing session (see
 man:lttng-add-trigger(1)).
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 [IMPORTANT]
 ====
 
 [IMPORTANT]
 ====
index b9c334592436cf3a0bb0f013c06797fc642cfc88..26e350dbc25e81dc350c0a410f3534fee3ae2310 100644 (file)
@@ -51,7 +51,7 @@ session configuration files: the command fails. Allow the `save` command
 to overwrite existing tracing session configuration files with the
 option:--force option.
 
 to overwrite existing tracing session configuration files with the
 option:--force option.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 4a8b4b6b2a1e666ded6bf099c8c8f97d3e063b60..fe8a9c66defdecc122df9717a1dbce8309396398 100644 (file)
@@ -143,7 +143,7 @@ option:-f 'PATH', option:--config='PATH'::
     addition to the default configuration files and the command-line
     options.
 +
     addition to the default configuration files and the command-line
     options.
 +
-See the <<cfg,Daemon configuration>> section above.
+See the ``<<cfg,Daemon configuration>>'' section above.
 
 option:-d, option:--daemonize::
     Start as a Unix daemon and close file descriptors (console).
 
 option:-d, option:--daemonize::
     Start as a Unix daemon and close file descriptors (console).
@@ -168,7 +168,8 @@ option:-l 'PATH', option:--load='PATH'::
     or a file, instead of loading them from the default search
     directories.
 +
     or a file, instead of loading them from the default search
     directories.
 +
-See the <<load,Tracing session configuration loading>> section above.
+See the ``<<load,Tracing session configuration loading>>'' section
+above.
 
 option:-S, option:--sig-parent::
     Send the `USR1` signal to the parent process to notify readiness.
 
 option:-S, option:--sig-parent::
     Send the `USR1` signal to the parent process to notify readiness.
@@ -398,25 +399,25 @@ man:lttng-create(1) command.
     Directory from which `lttng-sessiond` loads Unix user tracing
     session configurations when starting.
 +
     Directory from which `lttng-sessiond` loads Unix user tracing
     session configurations when starting.
 +
-See the <<load,Tracing session configuration loading>> section above to
-learn more.
+See the ``<<load,Tracing session configuration loading>>'' section above
+to learn more.
 
 +{system_sessions_auto_dir}+::
     Directory from which `lttng-sessiond` loads system-wide tracing
     session configurations when starting.
 +
 
 +{system_sessions_auto_dir}+::
     Directory from which `lttng-sessiond` loads system-wide tracing
     session configurations when starting.
 +
-See the <<load,Tracing session configuration loading>> section above to
-learn more.
+See the ``<<load,Tracing session configuration loading>>'' section above
+to learn more.
 
 `$LTTNG_HOME/.lttng/lttng.conf`::
     Unix user's LTTng daemon INI configuration file.
 +
 
 `$LTTNG_HOME/.lttng/lttng.conf`::
     Unix user's LTTng daemon INI configuration file.
 +
-See the <<cfg,Daemon configuration>> section above to learn more.
+See the ``<<cfg,Daemon configuration>>'' section above to learn more.
 
 +{system_lttng_conf}+::
     System-wide LTTng daemon INI configuration file.
 +
 
 +{system_lttng_conf}+::
     System-wide LTTng daemon INI configuration file.
 +
-See the <<cfg,Daemon configuration>> section above to learn more.
+See the ``<<cfg,Daemon configuration>>'' section above to learn more.
 
 NOTE: `$LTTNG_HOME` defaults to `$HOME`.
 
 
 NOTE: `$LTTNG_HOME` defaults to `$HOME`.
 
index b81adbc9d99f4a2a515e83c4169a6478cf7a4b22..7886bbde54bc258d2a67fc2883ad878ce04e7f24 100644 (file)
@@ -55,7 +55,7 @@ the selected tracing session.
 When LTTng takes a snapshot, it sends the sub-buffer dump of the
 selected tracing session to the local file system or over the network to
 a listening relay daemon (man:lttng-relayd(8)). See the
 When LTTng takes a snapshot, it sends the sub-buffer dump of the
 selected tracing session to the local file system or over the network to
 a listening relay daemon (man:lttng-relayd(8)). See the
-<<output,Snapshot output>> section below to learn more.
+``<<output,Snapshot output>>'' section below to learn more.
 
 When LTTng takes a snapshot, it does :not: clear the sub-buffers of the
 selected tracing session. In other words, different snapshots of the
 
 When LTTng takes a snapshot, it does :not: clear the sub-buffers of the
 selected tracing session. In other words, different snapshots of the
@@ -69,7 +69,7 @@ to use the `snapshot` command.
 A `snapshot-session` trigger action can also take a tracing session
 snapshot (see man:lttng-add-trigger(1)).
 
 A `snapshot-session` trigger action can also take a tracing session
 snapshot (see man:lttng-add-trigger(1)).
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 If you want, instead, to keep all the trace data, but divide it into
 archived chunks which are then, like snapshots, ready to be processed,
 
 If you want, instead, to keep all the trace data, but divide it into
 archived chunks which are then, like snapshots, ready to be processed,
@@ -159,7 +159,7 @@ option:-s 'SESSION', option:--session='SESSION'::
 
 Output
 ~~~~~~
 
 Output
 ~~~~~~
-See the <<output,Snapshot output>> section above.
+See the ``<<output,Snapshot output>>'' section above.
 
 option:-C 'URL', option:--ctrl-url='URL'::
     Set the control path URL to 'URL'.
 
 option:-C 'URL', option:--ctrl-url='URL'::
     Set the control path URL to 'URL'.
index d4f52cbacfbf4ffdca9f9a7af00edda78143be5b..0ee764e4078a064efbf3a49c03a06885e42554d7 100644 (file)
@@ -34,7 +34,7 @@ session is inactive on creation (see man:lttng-create(1)).
 A `start-session` trigger action can also start a tracing session
 (see man:lttng-add-trigger(1)).
 
 A `start-session` trigger action can also start a tracing session
 (see man:lttng-add-trigger(1)).
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 Stop an active tracing session with the man:lttng-stop(1) command.
 
 
 Stop an active tracing session with the man:lttng-stop(1) command.
 
index d0371c74d8ee9cd7aadfe703317075c3a3d2521d..19da7e966b8a8a7511c27e3004d8ac128f3730ee 100644 (file)
@@ -52,7 +52,7 @@ remains inactive, it's :not: a trace chunk archive: you need to destroy
 the tracing session with man:lttng-destroy(1) or perform a rotation with
 man:lttng-rotate(1) to archive it.
 
 the tracing session with man:lttng-destroy(1) or perform a rotation with
 man:lttng-rotate(1) to archive it.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index 2a04eeedca3ff78183daa59682e835ef2c47147b..5c328c6e0bd2f9f838c8e3748d0d4a53a56b228a 100644 (file)
@@ -111,7 +111,7 @@ $ lttng track --kernel --pid=2345
 $ lttng start
 ----
 
 $ lttng start
 ----
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 Remove values from an inclusion set with the man:lttng-untrack(1)
 command.
 
 Remove values from an inclusion set with the man:lttng-untrack(1)
 command.
index 771c5e69cb49fe6c36481f83caeb1cb22274cc9c..e70ef968bc54dc82654b4a3361f2ad170bb2a9b0 100644 (file)
@@ -52,7 +52,7 @@ recording event rules.
 The `untrack` command removes values from _inclusion sets_ of process
 attributes. See man:lttng-track(1) to learn more about inclusion sets.
 
 The `untrack` command removes values from _inclusion sets_ of process
 attributes. See man:lttng-track(1) to learn more about inclusion sets.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 Inclusion set example
 
 
 Inclusion set example
index a91e5dff6931bacfac2b94b84d580ceb5a828bdc..0eccb30d1b95e65d2b3b8c9a773c98936772c087 100644 (file)
@@ -38,7 +38,7 @@ By default, the `view` command attempts to launch man:babeltrace2(1) or,
 if it's not available, man:babeltrace(1). Override which trace reader to
 launch with the option:--viewer option.
 
 if it's not available, man:babeltrace(1). Override which trace reader to
 launch with the option:--viewer option.
 
-See the <<examples,EXAMPLES>> section below for usage examples.
+See the ``<<examples,EXAMPLES>>'' section below for usage examples.
 
 
 include::common-lttng-cmd-options-head.txt[]
 
 
 include::common-lttng-cmd-options-head.txt[]
index fff757a49b5c51595ff47cf0c449390dfa533ef7..fba24cee5c64d5a145b458fd736b2ddd7a0ad099 100644 (file)
@@ -67,7 +67,7 @@ See man:lttng-concepts(7) to learn more about the foundational concepts
 of LTTng.
 
 The `lttng` tool offers a subcommand-based command-line interface. The
 of LTTng.
 
 The `lttng` tool offers a subcommand-based command-line interface. The
-<<commands,COMMANDS>> section below lists the available commands.
+``<<commands,COMMANDS>>'' section below lists the available commands.
 
 
 Session daemon connection
 
 
 Session daemon connection
index b8f7268486a53fa340c4c3810918e92e75484338..67dff76513b2529cfc4104cb692f59257fca9db7 100644 (file)
@@ -22,9 +22,6 @@
     <xsl:template match="*[local-name() = 'ulink']">
         <xsl:apply-templates/><xsl:text> &lt;</xsl:text><xsl:value-of select="@url"/><xsl:text>&gt;</xsl:text>
     </xsl:template>
     <xsl:template match="*[local-name() = 'ulink']">
         <xsl:apply-templates/><xsl:text> &lt;</xsl:text><xsl:value-of select="@url"/><xsl:text>&gt;</xsl:text>
     </xsl:template>
-    <xsl:template match="*[local-name() = 'link']">
-        <xsl:text>\fI</xsl:text><xsl:apply-templates/><xsl:text>\fR</xsl:text>
-    </xsl:template>
 
     <!-- Literal -->
     <xsl:template match="*[local-name() = 'literal']">
 
     <!-- Literal -->
     <xsl:template match="*[local-name() = 'literal']">
This page took 0.053979 seconds and 5 git commands to generate.