From 000f69a6277e3f46ab1fefa479b9c625ccdb8459 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 1 Aug 2017 15:52:21 -0400 Subject: [PATCH] 2.10: --blocking-timeout uses `inf` instead of -1 for infinity Signed-off-by: Philippe Proulx --- 2.10/lttng-docs-2.10.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2.10/lttng-docs-2.10.txt b/2.10/lttng-docs-2.10.txt index 10d1f44..bda65ce 100644 --- a/2.10/lttng-docs-2.10.txt +++ b/2.10/lttng-docs-2.10.txt @@ -138,7 +138,7 @@ instrumented with LTTng-UST which is explicitly allowed to block: [role="term"] ---- $ lttng create -$ lttng enable-channel --userspace --blocking-timeout=-1 blocking-channel +$ lttng enable-channel --userspace --blocking-timeout=inf blocking-channel $ lttng enable-event --userspace --channel=blocking-channel --all $ lttng start $ LTTNG_UST_ALLOW_BLOCKING=1 my-app @@ -5957,7 +5957,7 @@ in blocking mode to +__TIMEOUTUS__+: 0 (default):: Never block (non-blocking mode). --1:: +`inf`:: Block forever until space is available in a sub-buffer to record the event. @@ -6026,7 +6026,7 @@ and <>: [role="term"] ---- $ lttng create -$ lttng enable-channel --userspace --blocking-timeout=-1 blocking-channel +$ lttng enable-channel --userspace --blocking-timeout=inf blocking-channel $ lttng enable-event --userspace --channel=blocking-channel --all $ lttng start ---- -- 2.34.1