From: Jonathan Lebon Date: Mon, 10 Feb 2014 15:21:19 +0000 (-0500) Subject: NEWS: blurb about README change X-Git-Tag: release-2.5~303 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=8f97c4c3ad9604fa2ef564712acec0eb18532dc7;p=systemtap.git NEWS: blurb about README change --- diff --git a/NEWS b/NEWS index a71908144..e6aa1f33a 100644 --- a/NEWS +++ b/NEWS @@ -11,9 +11,12 @@ socket-related syscalls: probe syscall.connect { println (uaddr_af, ":", uaddr_ip) } +- The documentation for the SystemTap initscript service has been + converted from a README file to a manpage (see systemtap(8)). + - SystemTap is now capable of inserting modules early during the boot - process on dracut-based systems. See the 'onboot' command in the - initscript documentation. + process on dracut-based systems. See the 'onboot' command in + systemtap(8) for more information. - A few new functions in the task_time tapsets, as well as a new tapset function task_ancestry(), which prints out the parentage of a process.