lttng-enable-event.1.txt: fix SDT acronym, add missing "are supported"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Nov 2018 17:52:04 +0000 (12:52 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 16 Nov 2018 20:48:07 +0000 (15:48 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-enable-event.1.txt

index 538a3b96b699ee00be5dba33f23cdd764b301e99..eec5a0dc8f322a2fae1cec348d739eabaa169e2c 100644 (file)
@@ -410,10 +410,10 @@ Dynamic user space probes
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 With the option:--userspace-probe option, you can instrument function
 entries of any user space binary (application or library) using either
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 With the option:--userspace-probe option, you can instrument function
 entries of any user space binary (application or library) using either
-an available symbol name or a SystemTap Statically Defined Tracepoints
+an available symbol name or a SystemTap Statically Defined Tracepoint
 (SDT, a DTrace-style marker) probe's provider and probe names. As of
 this version, only SDT probes that are :not: surrounded by a reference
 (SDT, a DTrace-style marker) probe's provider and probe names. As of
 this version, only SDT probes that are :not: surrounded by a reference
-counter (semaphore).
+counter (semaphore) are supported.
 
 The option:--userspace-probe option must be specified with the
 option:--kernel option because it uses Linux's uprobe feature to
 
 The option:--userspace-probe option must be specified with the
 option:--kernel option because it uses Linux's uprobe feature to
This page took 0.025592 seconds and 4 git commands to generate.