mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Doc rewording
This commit is contained in:
parent
367e04f164
commit
0bef1e9435
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ First, create your tracing session:
|
||||||
```
|
```
|
||||||
$ lttng create
|
$ lttng create
|
||||||
Session auto-20250214-091153 created.
|
Session auto-20250214-091153 created.
|
||||||
Traces will be output to $HOME/lttng-traces/auto-20250214-091153
|
Traces will be output to ~/lttng-traces/auto-20250214-091153
|
||||||
```
|
```
|
||||||
|
|
||||||
You run all these commands as your own user; they don't require root
|
You run all these commands as your own user; they don't require root
|
||||||
|
@ -83,7 +83,7 @@ Tracing stopped for session auto-20250214-091153
|
||||||
```
|
```
|
||||||
|
|
||||||
Whew. If we did it right, our data is now in
|
Whew. If we did it right, our data is now in
|
||||||
$HOME/lttng-traces/auto-20250214-091153.
|
~/lttng-traces/auto-20250214-091153.
|
||||||
|
|
||||||
### Visualizing traces
|
### Visualizing traces
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue