lttng-view: make babeltrace2 the default viewer
[lttng-tools.git] / doc / man / lttng-view.1.txt
index 184328b51084c64c418138812fc783e177dac94a..e358c5b632e9ee0bec7034d670ea453a8f8b752e 100644 (file)
@@ -1,5 +1,6 @@
 lttng-view(1)
 =============
+:revdate: 28 November 2016
 
 
 NAME
@@ -10,7 +11,7 @@ lttng-view - View the traces of an LTTng tracing session
 SYNOPSIS
 --------
 [verse]
-*lttng* ['GENERAL OPTIONS'] *view* [option:--viewer='CMD'] [option:--trace-path='PATH' | 'SESSION']
+*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *view* [option:--viewer='CMD'] [option:--trace-path='PATH' | 'SESSION']
 
 
 DESCRIPTION
@@ -19,12 +20,14 @@ The `lttng view` command launches an external trace viewer to view the
 current trace of a tracing session.
 
 If 'SESSION' is omitted, the viewer is launched for the current tracing
-session (see linklttng:lttng-create(1) for more information
+session (see man:lttng-create(1) for more information
 about the current tracing session). Otherwise, it is launched for the
 existing tracing session named 'SESSION'. `lttng list`
-outputs all the existing tracing sessions (see linklttng:lttng-list(1)).
+outputs all the existing tracing sessions (see man:lttng-list(1)).
 
-By default, the linklttng:babeltrace(1) trace viewer is launched.
+By default, the man:babeltrace2(1) trace viewer is launched. If it is
+not found on the system, the man:babeltrace(1) trace viewer is
+used.
 Another trace viewer command can be specified using the
 option:--viewer option.
 
@@ -36,11 +39,11 @@ be overridden using the option:--trace-path option.
 include::common-cmd-options-head.txt[]
 
 
-option:-t, option:--trace-path='PATH'::
+option:-t 'PATH', option:--trace-path='PATH'::
     View trace at path 'PATH' instead of using the chosen tracing
     session's trace path.
 
-option:-e, option:--viewer='CMD'::
+option:-e 'CMD', option:--viewer='CMD'::
     Use 'CMD' as the trace viewer.
 
 
@@ -52,4 +55,4 @@ include::common-cmd-footer.txt[]
 
 SEE ALSO
 --------
-linklttng:lttng(1)
+man:lttng(1)
This page took 0.025077 seconds and 4 git commands to generate.