X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=84bc370c758e78e863c0710226ac0b1ff27c5dcb;hb=c07d8a78cd9bfe1498ee0f6ed259a903a17d3325;hp=c0df4311948a80997d072f67caad81543875917c;hpb=850767541647c102a299d7fbc39c97555ac70224;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index c0df43119..84bc370c7 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -104,9 +104,7 @@ contexts. If no channel is given (\-c), the context is added to all channels that were already enabled. If the session has no channel, a default channel is created. -If \fB\-c, \-\-channel\fP is omitted, but a non-default channel already -exists within the session, an error is returned. Otherwise the context -will be added only to the given channel (\-c). +Otherwise the context will be added only to the given channel (\-c). If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc file. @@ -216,7 +214,7 @@ Dynamic function entry/return probe (default) .PP .PP -.IP \fBcreate\fP [NAME] [OPTIONS] +\fBcreate\fP [NAME] [OPTIONS] .RS Create tracing session. @@ -249,7 +247,7 @@ Simple listing of options Specify output path for traces .TP .BR "\-\-no-output" -Traces will not be outputed +Traces will not be outputted .TP .BR "\-\-snapshot" Set the session in snapshot mode. Created in no-output mode and uses the @@ -744,7 +742,7 @@ size will override the current output values. For instance, you can record a snapshot with a custom maximum size or with a different name. .nf -$ lttng add-output -n mysnapshot file:///data/snapshot +$ lttng snapshot add-output -n mysnapshot file:///data/snapshot [...] $ lttng snapshot record -n new_name_snapshot .fi @@ -763,8 +761,9 @@ Apply to session name. Name of the snapshot's output. .TP .BR "\-m, \-\-max-size SIZE" -Maximum size in bytes of the snapshot. The maxium size does not include -the metadata file. +Maximum size in bytes of the snapshot. The maxium size does not include the +metadata file. Human readable format is accepted: {+k,+M,+G}. For instance, +\-\-max-size 5M .TP .BR "\-C, \-\-ctrl-url URL" Set control path URL. (Must use -D also) @@ -890,7 +889,6 @@ tool. You can also use \-\-sessiond-path option having the same effect. .BR lttng-ust(3), .BR lttng-sessiond(8), .BR lttng-relayd(8), -.BR lttng-health-check(3) .SH "BUGS"