[PATCH] Doc: add audit & acct to DocBook

From: Randy.Dunlap
Date: Mon May 01 2006 - 12:49:06 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Fix one audit kernel-doc description (one parameter was missing).
Add audit*.c interfaces to DocBook.
Add BSD accounting interfaces to DocBook.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
Documentation/DocBook/kernel-api.tmpl | 12 ++++++++++++
kernel/auditsc.c | 1 +
2 files changed, 13 insertions(+)

--- linux-2617-rc3.orig/Documentation/DocBook/kernel-api.tmpl
+++ linux-2617-rc3/Documentation/DocBook/kernel-api.tmpl
@@ -331,6 +331,18 @@ X!Earch/i386/kernel/mca.c
!Esecurity/security.c
</chapter>

+ <chapter id="audit">
+ <title>Audit Interfaces</title>
+!Ekernel/audit.c
+!Ikernel/auditsc.c
+!Ikernel/auditfilter.c
+ </chapter>
+
+ <chapter id="accounting">
+ <title>Accounting Framework</title>
+!Ikernel/acct.c
+ </chapter>
+
<chapter id="pmfuncs">
<title>Power Management</title>
!Ekernel/power/pm.c
--- linux-2617-rc3.orig/kernel/auditsc.c
+++ linux-2617-rc3/kernel/auditsc.c
@@ -1193,6 +1193,7 @@ ret:
* @uid: msgq user id
* @gid: msgq group id
* @mode: msgq mode (permissions)
+ * @ipcp: in-kernel IPC permissions
*
* Returns 0 for success or NULL context or < 0 on error.
*/


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/