lttng-metadata(1): fix style
[lttng-tools.git] / doc / man / lttng-metadata.1.txt
... / ...
CommitLineData
1lttng-metadata(1)
2=================
3
4
5NAME
6----
7lttng-metadata - Manage an LTTng tracing session's metadata generation
8
9
10SYNOPSIS
11--------
12[verse]
13*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *metadata regenerate* [option:--session='SESSION']
14
15
16DESCRIPTION
17-----------
18WARNING: This command is **deprecated**; it has been replaced by
19`lttng regenerate metadata` (see man:lttng-regenerate(1)).
20
21
22include::common-cmd-options-head.txt[]
23
24
25option:-s 'SESSION', option:--session='SESSION'::
26 Manage the metadata generation of the tracing session named 'SESSION'
27 instead of the current tracing session.
28
29
30include::common-cmd-help-options.txt[]
31
32
33LIMITATIONS
34-----------
35The `lttng metadata regenerate` command can only be used on kernel and
36user space tracing sessions (using per-user buffering), in non-live
37mode.
38
39See man:lttng-enable-channel(1) for more information about
40buffering schemes and man:lttng-create(1) for more information
41about the different tracing session modes.
42
43
44include::common-cmd-footer.txt[]
45
46
47SEE ALSO
48--------
49man:lttng(1)
This page took 0.02291 seconds and 4 git commands to generate.