Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 19:43:20 GMT
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 205494 for review
Message-ID:  <201201311943.q0VJhKKW085319@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@205494?ac=10

Change 205494 by pjd@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



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