2.10: not maintained anymore
[lttng-docs.git] / CONTRIBUTING.adoc
index c1e3f0ac6bf57bf6d1f08297794406353f515e04..50776704de35fc127409fa05f7e05bc92aa8ad5e 100644 (file)
@@ -240,14 +240,18 @@ There are two types of listing blocks:
   written in terminal boxes. A terminal box is an AsciiDoc literal
   block with the `term` role.
 +
+Start a command line with "+${nbsp}+" to indicate that a regular Unix user
+should run it. Start a command line with "+#{nbsp}+" to indicate that a
+priviledged Unix user should run it.
++
 .Using a terminal box.
 ====
 [listing]
 ....
 [role="term"]
 ----
-lttng create my-session
-lttng enable-event --kernel --all
+lttng create my-session
+lttng enable-event --kernel --all
 ----
 ....
 ====
@@ -316,7 +320,7 @@ the `--userspace` option has no arguments.
 ....
 [role="term"]
 ----
-lttng enable-event --userspace provider:'sys_*' --filter='field < 23'
+$ lttng enable-event --userspace provider:'sys_*' --filter='field < 23' \
                    --exclude=sys_send,sys_block --loglevel=TRACE_INFO
 ----
 ....
This page took 0.028464 seconds and 4 git commands to generate.