Deleted Added
full compact
26c26
< .\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#9 $
---
> .\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_control.3#10 $
35a36
> .Nm getacexpire ,
55a57,58
> .Fn getacexpire "int *andflg, time_t *age, size_t *size"
> .Ft int
103a107,124
> .Fn getacexpire
> function
> returns the audit trail file expiration parameters in the passed
> .Vt int
> buffer
> .Fa andflg ,
> .Vt time_t
> buffer
> .Fa age
> and
> .Vt size_t
> buffer
> .Fa size .
> If the parameter is not specified in the
> .Xr audit_control 5
> file it is set to zero.
> .Pp
> The
155a177
> .Fn getacexpire ,