Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2005 21:07:32 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75413 for review
Message-ID:  <200504172107.j3HL7WSV029878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75413

Change 75413 by wsalamon@rickenbacker on 2005/04/17 21:07:09

	Change the description of the arguments to be what is really passed
	into the kernel on the uap pointer.

Affected files ...

.. //depot/projects/trustedbsd/audit3/lib/libc/sys/auditon.2#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/lib/libc/sys/auditon.2#3 (text+ko) ====

@@ -36,16 +36,19 @@
 .In sys/param.h
 .In bsm/audit.h
 .Ft int
-.Fn auditon "struct thread *td, struct auditon_args *uap"
+.Fn auditon "int cmd, void *data, int length"
 .Sh DESCRIPTION
 The
 .Nm
 system call is used to manipulate various audit control operations.
-The
-.Ft *uap
-bit should always point to a an
-.Em audit command
-which may be any of the following:
+.Ft *data
+should point to a structure whose type depends on the command.
+.Ft length
+specifies the size of the 
+.Em data 
+in bytes.
+.Ft cmd
+may be any of the following:
 .Bl -tag -width ".It Dv A_GETPINFO_ADDR"
 .It Dv A_SETPOLICY
 Set audit policy flags.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504172107.j3HL7WSV029878>