From 36574617ea52c1b37f19e96a2a2822a5c0890fd9 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 18 May 2016 22:01:08 -0400 Subject: [PATCH] lttng-create(1): use def list for net protocols 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-create.1.txt | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/man/lttng-create.1.txt b/doc/man/lttng-create.1.txt index 10d0c0a75..aa51485ca 100644 --- a/doc/man/lttng-create.1.txt +++ b/doc/man/lttng-create.1.txt @@ -128,13 +128,22 @@ The other version is used for the _network streaming mode_. 'NETPROTO':: Network protocol, amongst: + -* `net`: TCP over IPv4; the default values of `` and - `` are resp. 5342 and 5343 -* `net6`: TCP over IPv6: same default ports as `net` protocol -* `tcp`: same as `net` protocol; can only be used with the - option:--ctrl-url and option:--data-url options together -* `tcp6`: same as `net6` protocol; can only be used with the - option:--ctrl-url and option:--data-url options together +-- +`net`:: + TCP over IPv4; the default values of `` and `` + are resp. 5342 and 5343. + +`net6`:: + TCP over IPv6: same default ports as the `net` protocol. + +`tcp`:: + Same as the `net` protocol; can only be used with the + option:--ctrl-url and option:--data-url options together. + +`tcp6`:: + Same as the `net6` protocol; can only be used with the + option:--ctrl-url and option:--data-url options together. +-- ('HOST' | 'IPADDR'):: Hostname or IP address (IPv6 address *must* be enclosed in brackets -- 2.34.1