X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=common%2Fconvention.txt;h=edb6174b553389279ac921aca8fce8a8375276c4;hb=81f5f33d13fffde7d1163aa73f1d214f22c86153;hp=b72524178b34b651b1cd59738ecc82c603f5771c;hpb=f0287ae19ba24983cb17b0614879195ffd051e77;p=lttng-docs.git diff --git a/common/convention.txt b/common/convention.txt index b725241..edb6174 100644 --- a/common/convention.txt +++ b/common/convention.txt @@ -16,10 +16,10 @@ Terminal boxes are used to show command lines: [role="term"] ---- -echo This is a terminal box +$ echo Command line as a regular user +# echo Command line as a priviledged user ---- -Typical command prompts, like `$` and `#`, are not shown in terminal -boxes to make copy operations easier, especially for multiline commands -which you can copy and paste as is to your terminal. Command lines -which you need to execute as a root user start with cmd:sudo. +Command lines which you need to execute as a priviledged user start with +the `#` prompt or with `sudo`. Other command lines start with the `$` +prompt.