diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-23 02:05:52 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 07:43:07 -0700 |
commit | 862f5f0133f1c8a179dd93adc03d43f8f7e8bac5 (patch) | |
tree | 51ef137f4a648859c339988413a19ab3567c032e /kernel/auditsc.c | |
parent | d83015b8f62ee3fcd338f6f009051ed57f77a531 (diff) | |
download | op-kernel-dev-862f5f0133f1c8a179dd93adc03d43f8f7e8bac5.zip op-kernel-dev-862f5f0133f1c8a179dd93adc03d43f8f7e8bac5.tar.gz |
[PATCH] Doc: add audit & acct to DocBook
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@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/auditsc.c')
-rw-r--r-- | kernel/auditsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index b097ccb..9ebd96f 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1558,6 +1558,7 @@ int __audit_ipc_obj(struct kern_ipc_perm *ipcp) * @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. */ |