From 59b19c3c82a824b602b4e3cd70e1cb22448fcb9d Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 28 Nov 2016 18:25:28 -0500 Subject: [PATCH] doc/man: put short option's argument too 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-add-context.1.txt | 6 +++--- doc/man/lttng-crash.1.txt | 4 ++-- doc/man/lttng-create.1.txt | 8 ++++---- doc/man/lttng-disable-channel.1.txt | 2 +- doc/man/lttng-disable-event.1.txt | 4 ++-- doc/man/lttng-enable-channel.1.txt | 2 +- doc/man/lttng-enable-event.1.txt | 8 ++++---- doc/man/lttng-list.1.txt | 2 +- doc/man/lttng-load.1.txt | 2 +- doc/man/lttng-metadata.1.txt | 2 +- doc/man/lttng-regenerate.1.txt | 2 +- doc/man/lttng-relayd.8.txt | 10 +++++----- doc/man/lttng-save.1.txt | 2 +- doc/man/lttng-sessiond.8.txt | 4 ++-- doc/man/lttng-snapshot.1.txt | 10 +++++----- doc/man/lttng-track.1.txt | 4 ++-- doc/man/lttng-untrack.1.txt | 2 +- doc/man/lttng-view.1.txt | 4 ++-- doc/man/lttng.1.txt | 4 ++-- 19 files changed, 41 insertions(+), 41 deletions(-) diff --git a/doc/man/lttng-add-context.1.txt b/doc/man/lttng-add-context.1.txt index a1e0fe78f..fe2412e30 100644 --- a/doc/man/lttng-add-context.1.txt +++ b/doc/man/lttng-add-context.1.txt @@ -98,11 +98,11 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Add context fields to a channel named 'CHANNEL' instead of adding them to all the channels. -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Add context fields to a channel in the tracing session named 'SESSION' instead of the current tracing session. @@ -112,7 +112,7 @@ Context option:--list:: List the available context fields. Use this option alone. -option:-t, option:--type='TYPE':: +option:-t 'TYPE', option:--type='TYPE':: Add context field named 'TYPE'. This option can be repeated as many times as needed on the command-line. diff --git a/doc/man/lttng-crash.1.txt b/doc/man/lttng-crash.1.txt index 7427af94f..7c3ebcea6 100644 --- a/doc/man/lttng-crash.1.txt +++ b/doc/man/lttng-crash.1.txt @@ -28,7 +28,7 @@ LTTng trace buffers in the event of a system crash. OPTIONS ------- -option:-x, option:--extract='PATH':: +option:-x 'PATH', option:--extract='PATH':: Extract recovered traces to path 'PATH'; do not execute the trace viewer. @@ -39,7 +39,7 @@ Three levels of verbosity are available, which are triggered by appending additional `v` letters to the option (that is, `-vv` and `-vvv`). -option:-e, option:--viewer='VIEWER':: +option:-e 'VIEWER', option:--viewer='VIEWER':: Use trace viewer 'VIEWER' to view the trace buffers. 'VIEWER' is the absolute path to the viewer command to use, and it can contain command arguments as well. The trace directory paths are passed to diff --git a/doc/man/lttng-create.1.txt b/doc/man/lttng-create.1.txt index 14c9b0182..8c61b0926 100644 --- a/doc/man/lttng-create.1.txt +++ b/doc/man/lttng-create.1.txt @@ -194,7 +194,7 @@ Output option:--no-output:: In <>, do not output any trace data. -option:-o, option:--output='PATH':: +option:-o 'PATH', option:--output='PATH':: In <>, set trace output path to 'PATH'. option:--shm-path='PATH':: @@ -206,15 +206,15 @@ URL See the <> section above for more information about the syntax of the following options' 'URL' argument. -option:-C, option:--ctrl-url='URL':: +option:-C 'URL', option:--ctrl-url='URL':: Set control path URL to 'URL' (must use option:--data-url option also). -option:-D, option:--data-url='URL':: +option:-D 'URL', option:--data-url='URL':: Set data path URL to 'URL' (must use option:--ctrl-url option also). -option:-U, option:--set-url='URL':: +option:-U 'URL', option:--set-url='URL':: Set URL destination of the trace data to 'URL'. It is persistent for the session lifetime. This option sets both data (option:--data-url option) and control (option:--ctrl-url option) diff --git a/doc/man/lttng-disable-channel.1.txt b/doc/man/lttng-disable-channel.1.txt index 1218739f3..d3fe61e81 100644 --- a/doc/man/lttng-disable-channel.1.txt +++ b/doc/man/lttng-disable-channel.1.txt @@ -45,7 +45,7 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Disable channels in the tracing session named 'SESSION' instead of the current tracing session. diff --git a/doc/man/lttng-disable-event.1.txt b/doc/man/lttng-disable-event.1.txt index 8004e7b52..595706eb3 100644 --- a/doc/man/lttng-disable-event.1.txt +++ b/doc/man/lttng-disable-event.1.txt @@ -67,11 +67,11 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Disable event rules in the channel named 'CHANNEL' instead of the default channel name `channel0`. -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Disable event rules in the tracing session named 'SESSION' instead of the current tracing session. diff --git a/doc/man/lttng-enable-channel.1.txt b/doc/man/lttng-enable-channel.1.txt index e79032a4d..315f1c54e 100644 --- a/doc/man/lttng-enable-channel.1.txt +++ b/doc/man/lttng-enable-channel.1.txt @@ -228,7 +228,7 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Create or enable channel in the tracing session named 'SESSION' instead of the current tracing session. diff --git a/doc/man/lttng-enable-event.1.txt b/doc/man/lttng-enable-event.1.txt index afdbd6747..1a80fe774 100644 --- a/doc/man/lttng-enable-event.1.txt +++ b/doc/man/lttng-enable-event.1.txt @@ -353,11 +353,11 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Create or enable event rules in the channel named 'CHANNEL' instead of the default channel name `channel0`. -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Create or enable event rules in the tracing session named 'SESSION' instead of the current tracing session. @@ -409,13 +409,13 @@ option:--loglevel-only='LOGLEVEL':: Filtering and exclusion ~~~~~~~~~~~~~~~~~~~~~~~ -option:-x, option:--exclude='EVENT'[,'EVENT']...:: +option:-x 'EVENT'[,'EVENT']..., option:--exclude='EVENT'[,'EVENT']...:: Exclude events named 'EVENT' from the event rule. This option can be used when the command's 'EVENT' argument contains a wildcard (`*`) to exclude specific names. Only available with application domains. -option:-f, option:--filter='EXPR':: +option:-f 'EXPR', option:--filter='EXPR':: Add filter expression condition to the event rule. Expression 'EXPR' must evaluate to true when executed against the dynamic values of event fields. See the <> diff --git a/doc/man/lttng-list.1.txt b/doc/man/lttng-list.1.txt index 5dad88376..950255639 100644 --- a/doc/man/lttng-list.1.txt +++ b/doc/man/lttng-list.1.txt @@ -80,7 +80,7 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-c, option:--channel='CHANNEL':: +option:-c 'CHANNEL', option:--channel='CHANNEL':: Only list the details of the channel named 'CHANNEL'. diff --git a/doc/man/lttng-load.1.txt b/doc/man/lttng-load.1.txt index 042dbda3d..d68ae5bd7 100644 --- a/doc/man/lttng-load.1.txt +++ b/doc/man/lttng-load.1.txt @@ -71,7 +71,7 @@ option:-a, option:--all:: option:-f, option:--force:: Overwrite existing tracing sessions when loading. -option:-i, option:--input-path='PATH':: +option:-i 'PATH', option:--input-path='PATH':: Load tracing session configurations from 'PATH', either a directory or a file, instead of loading them from the default search directories. diff --git a/doc/man/lttng-metadata.1.txt b/doc/man/lttng-metadata.1.txt index 534891632..8d78d8fad 100644 --- a/doc/man/lttng-metadata.1.txt +++ b/doc/man/lttng-metadata.1.txt @@ -22,7 +22,7 @@ regenerate metadata* command (see man:lttng-regenerate(1)). include::common-cmd-options-head.txt[] -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Manage the metadata generation of the tracing session named 'SESSION' instead of the current tracing session. diff --git a/doc/man/lttng-regenerate.1.txt b/doc/man/lttng-regenerate.1.txt index a3af401f7..fd306ad80 100644 --- a/doc/man/lttng-regenerate.1.txt +++ b/doc/man/lttng-regenerate.1.txt @@ -52,7 +52,7 @@ lost. include::common-cmd-options-head.txt[] -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Regenerate the data of the tracing session named 'SESSION' instead of the current tracing session. diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index 4326daba3..218526a1a 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -105,10 +105,10 @@ option:-d, option:--daemonize:: option:--background option instead to keep the file descriptors open. -option:-g, option:--group='GROUP':: +option:-g 'GROUP', option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`). -option:-o, option:--output='PATH':: +option:-o 'PATH', option:--output='PATH':: Set base directory of written trace data to 'PATH'. + See the <> section above for more @@ -127,15 +127,15 @@ Ports See the <> section above for more information about the syntax of the following options' 'URL' argument. -option:-C, option:--control-port='URL':: +option:-C 'URL', option:--control-port='URL':: Listen to control data on URL 'URL' (default: +tcp://{default_network_control_bind_address}:{default_network_control_port}+). -option:-D, option:--data-port='URL':: +option:-D 'URL', option:--data-port='URL':: Listen to trace data on URL 'URL' (default: +tcp://{default_network_data_bind_address}:{default_network_data_port}+). -option:-L, option:--live-port='URL':: +option:-L 'URL', option:--live-port='URL':: Listen to LTTng live connections on URL 'URL' (default: +tcp://{default_network_viewer_bind_address}:{default_network_viewer_port}+). diff --git a/doc/man/lttng-save.1.txt b/doc/man/lttng-save.1.txt index 46fdb00b9..5346262ee 100644 --- a/doc/man/lttng-save.1.txt +++ b/doc/man/lttng-save.1.txt @@ -51,7 +51,7 @@ option:-f, option:--force:: Overwrite existing tracing session configuration files when saving. -option:-o, option:--output-path='PATH':: +option:-o 'PATH', option:--output-path='PATH':: Set output directory path to 'PATH'. diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index d57f5fe1c..2bcfe5237 100644 --- a/doc/man/lttng-sessiond.8.txt +++ b/doc/man/lttng-sessiond.8.txt @@ -154,10 +154,10 @@ option:--agent-tcp-port='PORT':: Listen on TCP port 'PORT' for agent application registrations (default: {default_agent_tcp_port}). -option:-a, option:--apps-sock='PATH':: +option:-a 'PATH', option:--apps-sock='PATH':: Set application Unix socket path to 'PATH'. -option:-c, option:--client-sock='PATH':: +option:-c 'PATH', option:--client-sock='PATH':: Set client Unix socket path to 'PATH'. option:--consumerd32-libdir='PATH':: diff --git a/doc/man/lttng-snapshot.1.txt b/doc/man/lttng-snapshot.1.txt index e4a02033a..a749e1c02 100644 --- a/doc/man/lttng-snapshot.1.txt +++ b/doc/man/lttng-snapshot.1.txt @@ -106,7 +106,7 @@ include::common-cmd-options-head.txt[] Target ~~~~~~ -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Take a snapshot of the sub-buffers of the channels contained in the tracing session named 'SESSION' instead of the current tracing session. @@ -114,20 +114,20 @@ option:-s, option:--session='SESSION':: Snapshot output ~~~~~~~~~~~~~~~ -option:-C, option:--ctrl-url='URL':: +option:-C 'URL', option:--ctrl-url='URL':: Set control path URL to 'URL' (must use option:--data-url option also). -option:-D, option:--data-url='URL':: +option:-D 'URL', option:--data-url='URL':: Set data path URL to 'URL' (must use option:--ctrl-url option also). -option:-m, option:--max-size='SIZE':: +option:-m 'SIZE', option:--max-size='SIZE':: Limit the total size of all the snapshot files written when recording a snapshot to 'SIZE' bytes. The `k` (kiB), `M` (MiB), and `G` (GiB) suffixes are supported. -option:-n, option:--name='NAME':: +option:-n 'NAME', option:--name='NAME':: Assign the name 'NAME' to the snapshot output. diff --git a/doc/man/lttng-track.1.txt b/doc/man/lttng-track.1.txt index 739093d72..f5696f0c2 100644 --- a/doc/man/lttng-track.1.txt +++ b/doc/man/lttng-track.1.txt @@ -122,7 +122,7 @@ option:-u, option:--userspace:: Target ~~~~~~ -option:-s, option:--session='SESSION':: +option:-s 'SESSION', option:--session='SESSION':: Track resources in the tracing session named 'SESSION' instead of the current tracing session. @@ -133,7 +133,7 @@ option:-a, option:--all:: Used in conjunction with an empty option:--pid option: track _all_ process IDs (add all entries to the whitelist). -option:-p, option:--pid[='PID'[,'PID']...]:: +option:-p ['PID'[,'PID']...], option:--pid[='PID'[,'PID']...]:: Track process IDs 'PID' (add them to the current whitelist). + The 'PID' argument must be omitted when also using the option:--all diff --git a/doc/man/lttng-untrack.1.txt b/doc/man/lttng-untrack.1.txt index 43d135c63..d383740eb 100644 --- a/doc/man/lttng-untrack.1.txt +++ b/doc/man/lttng-untrack.1.txt @@ -121,7 +121,7 @@ option:-a, option:--all:: Used in conjunction with an empty option:--pid option: untrack _all_ process IDs (clear the whitelist). -option:-p, option:--pid[='PID'[,'PID']...]:: +option:-p ['PID'[,'PID']...], option:--pid[='PID'[,'PID']...]:: Untrack process IDs 'PID' (remove them from the current whitelist). + The 'PID' argument must be omitted when also using the option:--all diff --git a/doc/man/lttng-view.1.txt b/doc/man/lttng-view.1.txt index 923b117b0..86d62536b 100644 --- a/doc/man/lttng-view.1.txt +++ b/doc/man/lttng-view.1.txt @@ -36,11 +36,11 @@ be overridden using the option:--trace-path option. include::common-cmd-options-head.txt[] -option:-t, option:--trace-path='PATH':: +option:-t 'PATH', option:--trace-path='PATH':: View trace at path 'PATH' instead of using the chosen tracing session's trace path. -option:-e, option:--viewer='CMD':: +option:-e 'CMD', option:--viewer='CMD':: Use 'CMD' as the trace viewer. diff --git a/doc/man/lttng.1.txt b/doc/man/lttng.1.txt index 0b7a532f0..9ff407094 100644 --- a/doc/man/lttng.1.txt +++ b/doc/man/lttng.1.txt @@ -82,10 +82,10 @@ option:--no-sessiond general option can be set to avoid this. OPTIONS ------- -option:-g, option:--group='GROUP':: +option:-g 'GROUP', option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`). -option:-m, option:--mi='TYPE':: +option:-m 'TYPE', option:--mi='TYPE':: Print the command's result using the machine interface type 'TYPE' instead of a human-readable output. + -- 2.34.1