PERFORCE change 205494 for review
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Jan 31 19:43:21 UTC 2012
http://p4web.freebsd.org/@@205494?ac=10
Change 205494 by pjd at pjd_anger on 2012/01/31 19:42:55
Sort getac* functions.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#14 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#14 (text+ko) ====
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#13 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#14 $
.\"
.Dd April 19, 2005
.Dt AU_CONTROL 3
@@ -32,10 +32,10 @@
.Nm setac ,
.Nm endac ,
.Nm getacdir ,
-.Nm getacmin ,
.Nm getacexpire ,
.Nm getacfilesz ,
.Nm getacflg ,
+.Nm getacmin ,
.Nm getacna ,
.Nm getacpol ,
.Nm au_poltostr ,
@@ -52,14 +52,14 @@
.Ft int
.Fn getacdir "char *name" "int len"
.Ft int
-.Fn getacmin "int *min_val"
-.Ft int
.Fn getacexpire "int *andflg, time_t *age, size_t *size"
.Ft int
.Fn getacfilesz "size_t *size_val"
.Ft int
.Fn getacflg "char *auditstr" "int len"
.Ft int
+.Fn getacmin "int *min_val"
+.Ft int
.Fn getacna "char *auditstr" "int len"
.Ft int
.Fn getacpol "char *auditstr" "size_t len"
@@ -96,14 +96,6 @@
.Fa len .
.Pp
The
-.Fn getacmin
-function
-returns the minimum free disk space for the audit log target file system via
-the passed
-.Fa min_val
-variable.
-.Pp
-The
.Fn getacexpire
function
returns the audit trail file expiration parameters in the passed
@@ -138,6 +130,14 @@
.Fa len .
.Pp
The
+.Fn getacmin
+function
+returns the minimum free disk space for the audit log target file system via
+the passed
+.Fa min_val
+variable.
+.Pp
+The
.Fn getacna
function
returns the non-attributable flags via the passed character buffer
More information about the p4-projects
mailing list