From 3ae6f6665030769040c46549ce4b4c9117ee09f6 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Sun, 14 Jul 2013 15:24:15 -0400 Subject: [PATCH] Man: fix part of snapshot documentation Signed-off-by: David Goulet --- doc/man/lttng.1 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 484b365b4..99941db93 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -645,12 +645,17 @@ rather then in mysnapshot*/ .B LONG OPTIONS .nf -\-s, \-\-session NAME Apply to session name. -\-n, \-\-name NAME Name of the snapshot's output. -\-m, \-\-max-size SIZE Maximum size in bytes of the snapshot. - The maxium size does not count the metadata file. -\-C, \-\-ctrl-url URL Set control path URL. (Must use -D also) -\-D, \-\-data-url URL Set data path URL. (Must use -C also) +\-s, \-\-session NAME + Apply to session name. +\-n, \-\-name NAME + Name of the snapshot's output. +\-m, \-\-max-size SIZE + Maximum size in bytes of the snapshot. The maxium size does not + include the metadata file. +\-C, \-\-ctrl-url URL + Set control path URL. (Must use -D also) +\-D, \-\-data-url URL + Set data path URL. (Must use -C also) .fi .IP -- 2.34.1