From 240311ba35005ad516e1df0a17c9b15af38e4181 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 9 Aug 2016 15:17:25 -0400 Subject: [PATCH] lttng-enable-channel(1): remove redundant --discard from synopsis MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- doc/man/lttng-enable-channel.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/lttng-enable-channel.1.txt b/doc/man/lttng-enable-channel.1.txt index b1514ed51..e79032a4d 100644 --- a/doc/man/lttng-enable-channel.1.txt +++ b/doc/man/lttng-enable-channel.1.txt @@ -13,7 +13,7 @@ Create a Linux kernel channel: [verse] *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-channel* option:--kernel - [option:--discard | option:--overwrite] [option:--output=(`mmap` | `splice`)] + [option:--overwrite] [option:--output=(`mmap` | `splice`)] [option:--subbuf-size='SIZE'] [option:--num-subbuf='COUNT'] [option:--switch-timer='PERIODUS'] [option:--read-timer='PERIODUS'] [option:--tracefile-size='SIZE'] [option:--tracefile-count='COUNT'] @@ -23,7 +23,7 @@ Create a user space channel: [verse] *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *enable-channel* option:--userspace - [option:--discard | option:--overwrite] [option:--buffers-pid] + [option:--overwrite] [option:--buffers-pid] [option:--subbuf-size='SIZE'] [option:--num-subbuf='COUNT'] [option:--switch-timer='PERIODUS'] [option:--read-timer='PERIODUS'] [option:--tracefile-size='SIZE'] [option:--tracefile-count='COUNT'] -- 2.34.1