From 1af1f1db733ce22be32ba7b253279097909a26e4 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 18 Jan 2010 02:22:55 -0500 Subject: [PATCH] Documentation fixes --- README | 13 ++++++++----- doc/manual/manual.texinfo | 3 +++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README b/README index 05a6b56..00a07a9 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ -LTTNG USERSPACE TRACER ----------------------- +LTTNG USERSPACE TRACER (UST) +---------------------------- + +For the UST manual, see: http://lttng.org/files/ust/manual/ust.html Updated versions of this package may be found at: @@ -18,7 +20,7 @@ PREREQUISITES: * GitWeb: http://lttng.org/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary * Git: git://lttng.org/userspace-rcu.git - -> This release was tested with liburcu v0.0 + -> This release was tested with liburcu v0.3.4 - libkcompat @@ -29,7 +31,7 @@ PREREQUISITES: * GitWeb: http://git.dorsal.polymtl.ca (project: libkcompat) * Git: git://git.dorsal.polymtl.ca/git/libkcompat.git - -> This release was tested with libkcompat v0.0 + -> This release was tested with libkcompat v0.1 @@ -66,7 +68,8 @@ PACKAGE CONTENTS: - ustd The daemon that collects trace data and writes it to the disk. - - Documentation + - doc + The documentation. - hello An example application that uses the userspace tracer. diff --git a/doc/manual/manual.texinfo b/doc/manual/manual.texinfo index b0b588d..941e76b 100644 --- a/doc/manual/manual.texinfo +++ b/doc/manual/manual.texinfo @@ -377,6 +377,9 @@ $ ustctl --start-trace 1234 # Stop tracing $ ustctl --stop-trace 1234 + +# Destroy the trace +$ ustctl --destroy-trace 1234 @end verbatim @end example -- 2.34.1