update TODO
[ust.git] / doc / manual / manual.texinfo
index 53eae017e9e1e939d8c6b6faa6d574909ac1ab28..0eeebe3224e3ac169bd31fa5c06784c30fdd3f3f 100644 (file)
@@ -64,14 +64,19 @@ The LTTng Userspace Tracer is intended to be linkable to open source software
 as well as to proprietary applications. This was accomplished by licensing
 the code that needs to be linked to the traced program as @acronym{LGPL}.
 
-The @file{libust} library, including its headers, are licensed as @acronym{GNU}
-@acronym{LGPL} v2.1. It is also the case of some other helper libraries
-(@file{libmallocwrap}, @file{libinterfork}, @file{libustcomm}) that need to be linked to the traced
-program.
+Components licensed as LGPL v2.1:
+@itemize @bullet
+@item libust
+@item libinterfork
+@item libustcomm
+@end itemize
 
-The accompanying tools of the @acronym{UST} package are licensed as
-@acronym{GNU} @acronym{GPL} v2. These tools include the @file{ustctl} trace
-control program and the @file{ustd} daemon.
+Components licensed as GPL v2:
+@itemize @bullet
+@item ustctl
+@item libustcmd
+@item ustd
+@end itemize
 
 @node Supported platforms
 @section Supported platforms
@@ -381,7 +386,7 @@ $ ustctl --list-markers 1234
 # A column indicates 0 for an inactive marker and 1 for an active marker.
 
 # Enable a marker
-$ ustctl --enable-marker 1234 ust/mymark
+$ ustctl --enable-marker ust/mymark 1234
 
 # Create a trace
 $ ustctl --create-trace 1234
This page took 0.023456 seconds and 4 git commands to generate.