X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=CONTRIBUTING.adoc;h=4662fb77550bb640fc996b85b5edade045c94c5e;hb=722eb11125d6b555a43f423c624eed557a844b3f;hp=c1e3f0ac6bf57bf6d1f08297794406353f515e04;hpb=7adf7ee2155acea93fcbbc5abc2ceb4284eafaf9;p=lttng-docs.git diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index c1e3f0a..4662fb7 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 ---- .... ====