PERFORCE change 91120 for review

Christian Brueffer brueffer at FreeBSD.org
Sat Feb 4 22:19:41 GMT 2006


http://perforce.freebsd.org/chv.cgi?CH=91120

Change 91120 by brueffer at brueffer_serenity on 2006/02/04 22:18:45

	Sort manpage references.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#4 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#4 (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/libbsm.3#3 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/libbsm/libbsm.3#4 $
 .\"
 .Dd April 19, 2005
 .Dt LIBBSM 3
@@ -48,57 +48,56 @@
 interfaces, I/O interfaces, mask interfaces, notification interfaces, token
 interfaces, and user interfaces.
 These are described respectively in the
-.Xr au_stream 3 ,
 .Xr au_class 3 ,
 .Xr au_control 3 ,
 .Xr au_event 3 ,
 .Xr au_mask 3 ,
 .Xr au_notify 3 ,
+.Xr au_stream 3 ,
 .Xr au_token 3 ,
 .Xr au_user 3
 man pages.
 .Ss Audit Event Stream Interfaces
 Audit event stream interfaces support interaction with file-backed audit
 event streams:
-.Xr au_free_token 3 ,
+.Xr au_close 3 .
 .Xr au_free_token 3 ,
 .Xr au_open 3 ,
 .Xr au_write 3 ,
-.Xr au_close 3 .
 .Ss Audit Class Interfaces
 Audit class interfaces support the look up of information from the
 .Xr audit_class 5
 database:
+.Xr endauclass 3 ,
 .Xr getauclassent 3 ,
 .Xr getauclassent_r 3 ,
 .Xr getauclassnam 3 ,
 .Xr getauclassnam_r 3 ,
-.Xr setauclass 3 ,
-.Xr endauclass 3 .
+.Xr setauclass 3 .
 .Ss Audit Control Interfaces
 Audit control interfaces support the look up of information from the
 .Xr audit_control 5
 database:
+.Xr endac 3 ,
 .Xr setac 3 ,
-.Xr endac 3 ,
 .Xr getacdir 3 ,
+.Xr getacflg 3 ,
 .Xr getacmin 3 ,
-.Xr getacflg 3 ,
 .Xr getacna 3 .
 .Ss Audit Event Interfaces
 Audit event interfaces support the look up of information from the
 .Xr audit_event 5
 database:
+.Xr endauevent 3 ,
 .Xr setauevent 3 ,
-.Xr endauevent 3 ,
 .Xr getauevent 3 ,
 .Xr getauevent_r 3 ,
 .Xr getauevnam 3 ,
 .Xr getauevnam_r 3 ,
-.Xr getauevnum 3 ,
-.Xr getauevnum_r 3 ,
 .Xr getauevnonam 3 ,
 .Xr getauevnonam_r 3 ,
+.Xr getauevnum 3 ,
+.Xr getauevnum_r 3 .
 .Ss Audit I/O Interfaces
 Audit I/O interfaces support the processing and printing of tokens, as well
 as the reading of audit records:
@@ -117,9 +116,9 @@
 .Ss Audit Notification Interfaces
 Audit notification routines track audit state in a form permitting efficient
 update, avoiding frequent system calls to check the kernel audit state:
+.Xr au_get_state 3 ,
 .Xr au_notify_initialize 3 ,
-.Xr au_notify_terminate 3 ,
-.Xr au_get_state 3 .
+.Xr au_notify_terminate 3 .
 These interfaces are implemented only for Darwin/Mac OS X.
 .Ss Audit Token Interface
 Audit token interfaces permit the creation of tokens for use in creating
@@ -127,63 +126,63 @@
 Each interface converts a C type to its
 .Vt token_t
 representation.
+.Xr au_to_arg 3 ,
 .Xr au_to_arg32 3 ,
 .Xr au_to_arg64 3 ,
-.Xr au_to_arg 3 ,
 .Xr au_to_attr64 3 ,
 .Xr au_to_data 3 ,
+.Xr au_to_exec_args 3 ,
+.Xr au_to_exec_env 3 ,
 .Xr au_to_exit 3 ,
+.Xr au_to_file 3 ,
 .Xr au_to_groups 3 ,
-.Xr au_to_newgroups 3 ,
+.Xr au_to_header32 3 ,
+.Xr au_to_header64 3 ,
 .Xr au_to_in_addr 3 ,
 .Xr au_to_in_addr_ex 3 ,
 .Xr au_to_ip 3 ,
 .Xr au_to_ipc 3 ,
 .Xr au_to_ipc_perm 3 ,
 .Xr au_to_iport 3 ,
+.Xr au_to_me 3 ,
+.Xr au_to_newgroups 3 ,
 .Xr au_to_opaque 3 ,
-.Xr au_to_file 3 ,
-.Xr au_to_text 3 ,
 .Xr au_to_path 3 ,
+.Xr au_to_process 3 ,
 .Xr au_to_process32 3 ,
 .Xr au_to_process64 3 ,
-.Xr au_to_process 3 ,
+.Xr au_to_process_ex 3 ,
 .Xr au_to_process32_ex 3 ,
 .Xr au_to_process64_ex 3 ,
-.Xr au_to_process_ex 3 ,
+.Xr au_to_return 3 ,
 .Xr au_to_return32 3 ,
 .Xr au_to_return64 3 ,
-.Xr au_to_return 3 ,
 .Xr au_to_seq 3 ,
 .Xr au_to_socket 3 ,
 .Xr au_to_socket_ex_32 3 ,
 .Xr au_to_socket_ex_128 3 ,
+.Xr au_to_sock_inet 3 ,
 .Xr au_to_sock_inet32 3 ,
 .Xr au_to_sock_inet128 3 ,
-.Xr au_to_sock_inet 3 ,
+.Xr au_to_subject 3 ,
 .Xr au_to_subject32 3 ,
 .Xr au_to_subject64 3 ,
-.Xr au_to_subject 3 ,
+.Xr au_to_subject_ex 3 ,
 .Xr au_to_subject32_ex 3 ,
 .Xr au_to_subject64_ex 3 ,
-.Xr au_to_subject_ex 3 ,
-.Xr au_to_me 3 ,
-.Xr au_to_exec_args 3 ,
-.Xr au_to_exec_env 3 ,
-.Xr au_to_header32 3 ,
-.Xr au_to_header64 3 ,
+.Xr au_to_text 3 ,
 .Xr au_to_trailer 3 .
 .Ss Audit User Interfaces
 Audit user interfaces support the look up of information from the
 .Xr audit_user 5
 database:
+.Xr au_user_mask 3 ,
+.Xr endauuser 3 ,
 .Xr setauuser 3 ,
-.Xr endauuser 3 ,
 .Xr getauuserent 3 ,
 .Xr getauuserent_r 3 ,
 .Xr getauusernam 3 ,
 .Xr getauusernam_r 3 ,
-.Xr au_user_mask 3 ,
 .Xr getfauditflags 3 .
 .Sh SEE ALSO
 .Xr au_class 3 ,
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list