From: Philippe Proulx Date: Thu, 19 May 2016 02:01:08 +0000 (-0400) Subject: lttng-create(1): use def list for net protocols X-Git-Tag: v2.9.0-rc1~165 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=36574617ea52c1b37f19e96a2a2822a5c0890fd9 lttng-create(1): use def list for net protocols Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- 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