wingo pushed a commit to branch wip-whippet
in repository guile.

commit 0bef1e943588d0a50d54d161867b8c6bc6223cf4
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Fri Feb 14 12:32:54 2025 +0100

    Doc rewording
---
 doc/tracepoints.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/tracepoints.md b/doc/tracepoints.md
index a6dcbcdfb..f90bb051c 100644
--- a/doc/tracepoints.md
+++ b/doc/tracepoints.md
@@ -35,7 +35,7 @@ First, create your tracing session:
 ```
 $ lttng create
 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
@@ -83,7 +83,7 @@ Tracing stopped for session auto-20250214-091153
 ```
 
 Whew.  If we did it right, our data is now in
-$HOME/lttng-traces/auto-20250214-091153.
+~/lttng-traces/auto-20250214-091153.
 
 ### Visualizing traces
 

Reply via email to