lttng-enable-channel(1): reword and fix style of --blocking-timeout description
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 25 Jul 2017 01:42:49 +0000 (21:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 28 Jul 2017 17:40:51 +0000 (13:40 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-enable-channel.1.txt

index d66d2fb51228064ddfa0105445ad47a5e9e4dcfe..bec0906428c5bfba6e9f91ab3e8f783cd96b472e 100644 (file)
@@ -361,14 +361,23 @@ Default values:
 
 Timeouts
 ~~~~~~~~
-option:--blocking-timeout:
-    Set the channel's blocking timeout value to 'TIMEOUTUS' µs. 0
-    (default) does not block. -1 blocks forever until room is
-    available in the buffer to write the event. Positive
-    values are a timeout bounding the maximum blocking time
-    when trying to write into the buffer. Note that this option
-    only affects applications launched with the
-    LTTNG_UST_ALLOW_BLOCKING environment variable set.
+option:--blocking-timeout='TIMEOUTUS'::
+    Set the channel's blocking timeout value to 'TIMEOUTUS' µs
+    for applications executed with a set `LTTNG_UST_ALLOW_BLOCKING`
+    environment variable:
++
+--
+0 (default)::
+    Do not block.
+
+-1::
+    Block forever until room is available in the sub-buffer to write the
+    event record.
+
+__n__, a positive value::
+    Wait for at most __n__ µs when trying to write into a sub-buffer.
+--
+
 
 include::common-cmd-help-options.txt[]
 
This page took 0.026938 seconds and 5 git commands to generate.