X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=CONTRIBUTING.adoc;h=50776704de35fc127409fa05f7e05bc92aa8ad5e;hb=05bbb80b2fe5f5d07f81c207fdc2b23dcaf150cb;hp=c1e3f0ac6bf57bf6d1f08297794406353f515e04;hpb=7adf7ee2155acea93fcbbc5abc2ceb4284eafaf9;p=lttng-docs.git diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index c1e3f0a..5077670 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -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 ---- ....