X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-save.1.txt;h=6bb607f4f3169da2ba3748ef6c737e7d36ddb255;hp=1b69d078a397c6ef34cd386488b9d92fd4f5c46f;hb=6a0e3480d14f8691ea30855d1895e073bffc57d0;hpb=b3903b3a32e2d16a821cff39bbf9cc2eae2f49a2 diff --git a/doc/man/lttng-save.1.txt b/doc/man/lttng-save.1.txt index 1b69d078a..6bb607f4f 100644 --- a/doc/man/lttng-save.1.txt +++ b/doc/man/lttng-save.1.txt @@ -1,5 +1,6 @@ lttng-save(1) ============= +:revdate: 28 November 2016 NAME @@ -10,7 +11,7 @@ lttng-save - Save LTTng tracing session configurations SYNOPSIS -------- [verse] -*lttng* ['GENERAL OPTIONS'] *save* [option:--force] [option:--output-path='PATH'] ['SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *save* [option:--force] [option:--output-path='PATH'] ['SESSION'] DESCRIPTION @@ -19,7 +20,7 @@ The `lttng save` command saves the configurations of one or more tracing sessions to files. The `lttng save` command is used in conjunction with the -linklttng:lttng-load(1) command to save and restore the complete +man:lttng-load(1) command to save and restore the complete configurations of tracing sessions. This includes the enabled channels and event rules, the context added to channels, the tracing activity, and more. `lttng save` does not save tracing data, only the tracing @@ -28,7 +29,7 @@ session parameters. If 'SESSION' is omitted, all the existing tracing session configurations are saved (equivalent to using the option:--all option). Otherwise, 'SESSION' is the name of an existing tracing 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)). The default output directory path is `$LTTNG_HOME/.lttng/sessions` (`$LTTNG_HOME` defaults to `$HOME`). Each tracing session configuration @@ -51,7 +52,7 @@ option:-f, option:--force:: Overwrite existing tracing session configuration files when saving. -option:-o, option:--output-path='PATH':: +option:-o 'PATH', option:--output-path='PATH':: Set output directory path to 'PATH'. @@ -63,5 +64,5 @@ include::common-cmd-footer.txt[] SEE ALSO -------- -linklttng:lttng-load(1), -linklttng:lttng(1) +man:lttng-load(1), +man:lttng(1)