Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / getting-started / viewing-and-analyzing.md
index 5485093b77a59be25651601b412191340ebf3612..634f3d3f830ba16ee1ec8de4597672f48b13a797 100644 (file)
@@ -33,8 +33,8 @@ path to `babeltrace` with no options:
 babeltrace ~/lttng-traces/my-session
 </pre>
 
-`babeltrace` will find all traces within the given path recursively and
-output all their events, merging them intelligently.
+`babeltrace` finds all traces within the given path recursively and
+prints all their events, merging them in order of time.
 
 Listing all the system calls of a Linux kernel trace with their arguments is
 easy with `babeltrace` and `grep`:
This page took 0.022384 seconds and 4 git commands to generate.