Deleted Added
full compact
au_free_token.3 (155131) au_free_token.3 (155364)
1.\"-
2.\" Copyright (c) 2004 Apple Computer, Inc.
3.\" Copyright (c) 2005 Robert N. M. Watson
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26.\" STRING LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
1.\"-
2.\" Copyright (c) 2004 Apple Computer, Inc.
3.\" Copyright (c) 2005 Robert N. M. Watson
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26.\" STRING LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_free_token.3#2 $
30.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/au_free_token.3#3 $
31.\"
32.Dd April 19, 2005
33.Dt AU_FREE_TOKEN 3
34.Os
35.Sh NAME
36.Nm au_free_token
37.Nd "Deallocate a token_t created by any of the au_to_*() BSM API functions"
38.Sh LIBRARY
39.Lb libbsm
40.Sh SYNOPSIS
41.In libbsm.h
42.Ft void
31.\"
32.Dd April 19, 2005
33.Dt AU_FREE_TOKEN 3
34.Os
35.Sh NAME
36.Nm au_free_token
37.Nd "Deallocate a token_t created by any of the au_to_*() BSM API functions"
38.Sh LIBRARY
39.Lb libbsm
40.Sh SYNOPSIS
41.In libbsm.h
42.Ft void
43.Fn au_free_tokenen "token_t *tok"
43.Fn au_free_token "token_t *tok"
44.Sh DESCRIPTION
45The BSM API generally manages deallocation of
46.Vt token_t
47objects.
48However, if
49.Xr au_write 3
50is passed a bad audit descriptor, the
51.Vt token_t *

--- 40 unchanged lines hidden ---
44.Sh DESCRIPTION
45The BSM API generally manages deallocation of
46.Vt token_t
47objects.
48However, if
49.Xr au_write 3
50is passed a bad audit descriptor, the
51.Vt token_t *

--- 40 unchanged lines hidden ---