From 1ac1098fc560b8b93adb17892c89915c863121fd Mon Sep 17 00:00:00 2001 From: Christian Babeux Date: Wed, 25 Sep 2013 10:06:05 -0400 Subject: [PATCH 1/1] Fix typo in lttng snapshot add-output example of lttng(1) Signed-off-by: Christian Babeux Signed-off-by: David Goulet --- doc/man/lttng.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 57c89f0fa..659a27c66 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -742,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 -- 2.34.1