From 7a18a12684f498929b5938ceb18f66b18d2e1fe3 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 29 Sep 2009 14:09:32 -0400 Subject: tapset docs cleanup Several problems: some invalid etc. directives in the tapset embedded docs; some analysis about the non-generation of the pdf; some cleanup of the generated man pages. * configure.ac (BUILD_PDFREFDOCS): Correct condition typo, but still leave disabled. * doc/SystemTap_Tapset_Reference/Makefile.am (XMLTOMANPARMS): Add, to disable noise "AUTHORS" / "COPYRIGHT" sections. * tapset/*.stp: Removed several docbook-y markup that is not valid in kerneldoc. --- tapset/kprocess.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapset/kprocess.stp') diff --git a/tapset/kprocess.stp b/tapset/kprocess.stp index 316e03ce..02b4dce2 100644 --- a/tapset/kprocess.stp +++ b/tapset/kprocess.stp @@ -22,7 +22,7 @@ function _IS_ERR:long(ptr:long) %{ /* pure */ * Parent of the created process. * * Fires whenever a new process is successfully created, either as a result of - * fork (or one of its syscall variants), or a new kernel thread. + * fork (or one of its syscall variants), or a new kernel thread. */ probe kprocess.create = kernel.function("copy_process").return { task = $return -- cgit