From: Philippe Proulx Date: Tue, 9 Aug 2016 19:17:25 +0000 (-0400) Subject: lttng-enable-channel(1): remove redundant --discard from synopsis X-Git-Tag: v2.9.0-rc1~4 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=240311ba35005ad516e1df0a17c9b15af38e4181 lttng-enable-channel(1): remove redundant --discard from synopsis Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- 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']