documentation update
[ust.git] / doc / manual / manual.texinfo
index 63b1509045b830617f948eb312fa1e9ce734704a..385cb35a18e7c3d4808a9314cf70a7c71c244dca 100644 (file)
@@ -303,8 +303,8 @@ Another file, here tp.h, contains declarations for the tracepoint.
 @verbatim
 #include <ust/tracepoint.h>
 
-DECLARE_TRACE(mychannel_myevent, TPPROTO(int v, char *st),
-             TPARGS(v, st));
+DECLARE_TRACE(mychannel_myevent, TP_PROTO(int v, char *st),
+             TP_ARGS(v, st));
 @end verbatim
 @end example
 
@@ -418,6 +418,8 @@ $ ustctl --destroy-trace 1234
 @end verbatim
 @end example
 
+For more information about the manual mode, see the ustctl(1) man page.
+
 @node Using early tracing
 @section Using early tracing
 
This page took 0.022996 seconds and 4 git commands to generate.