summaryrefslogtreecommitdiff
path: root/usr/src/man/man3bsm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3bsm')
-rw-r--r--usr/src/man/man3bsm/au_open.3bsm19
-rw-r--r--usr/src/man/man3bsm/au_preselect.3bsm29
-rw-r--r--usr/src/man/man3bsm/au_to.3bsm15
-rw-r--r--usr/src/man/man3bsm/au_user_mask.3bsm17
-rw-r--r--usr/src/man/man3bsm/getacinfo.3bsm28
-rw-r--r--usr/src/man/man3bsm/getauclassent.3bsm15
-rw-r--r--usr/src/man/man3bsm/getauditflags.3bsm13
-rw-r--r--usr/src/man/man3bsm/getauevent.3bsm17
-rw-r--r--usr/src/man/man3bsm/getauusernam.3bsm17
-rw-r--r--usr/src/man/man3bsm/getddent.3bsm16
-rw-r--r--usr/src/man/man3bsm/getfauditflags.3bsm13
11 files changed, 71 insertions, 128 deletions
diff --git a/usr/src/man/man3bsm/au_open.3bsm b/usr/src/man/man3bsm/au_open.3bsm
index 5f34916519..54fa05aa26 100644
--- a/usr/src/man/man3bsm/au_open.3bsm
+++ b/usr/src/man/man3bsm/au_open.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH au_open 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH AU_OPEN 3BSM "Mar 31, 2005"
.SH NAME
au_open, au_close, au_write \- construct and write audit records
.SH SYNOPSIS
@@ -73,24 +73,20 @@ fails, \fBerrno\fR is set to one of the error values described on the
The \fBau_open()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBENOMEM\fR\fR
.ad
.RS 10n
-.rt
The physical limits of the system have been exceeded such that sufficient
memory cannot be allocated.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEAGAIN\fR\fR
.ad
.RS 10n
-.rt
There is currently insufficient memory available. The application can try again
later.
.RE
@@ -103,15 +99,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityStable
+Interface Stability Stable
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/au_preselect.3bsm b/usr/src/man/man3bsm/au_preselect.3bsm
index d601a705d5..4870542f8b 100644
--- a/usr/src/man/man3bsm/au_preselect.3bsm
+++ b/usr/src/man/man3bsm/au_preselect.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH au_preselect 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH AU_PRESELECT 3BSM "Mar 31, 2005"
.SH NAME
au_preselect \- preselect an audit event
.SH SYNOPSIS
@@ -36,34 +36,28 @@ by \fImask_p\fR.
The following are the valid values of \fIsorf\fR:
.sp
.ne 2
-.mk
.na
\fB\fBAU_PRS_SUCCESS\fR\fR
.ad
.RS 18n
-.rt
Compare the event class with the success portion of the preselection mask.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBAU_PRS_FAILURE\fR\fR
.ad
.RS 18n
-.rt
Compare the event class with the failure portion of the preselection mask.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBAU_PRS_BOTH\fR\fR
.ad
.RS 18n
-.rt
Compare the event class with both the success and failure portions of the
preselection mask.
.RE
@@ -78,23 +72,19 @@ value of \fIflag\fR determines where \fBau_preselect()\fR obtains audit event
information. The following are the valid values of \fIflag\fR:
.sp
.ne 2
-.mk
.na
\fB\fBAU_PRS_REREAD\fR\fR
.ad
.RS 19n
-.rt
Get audit event information by searching the \fBaudit_event\fR(4) database.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBAU_PRS_USECACHE\fR\fR
.ad
.RS 19n
-.rt
Get audit event information from internal cache created upon the initial
invocation. This option is much faster.
.RE
@@ -109,23 +99,19 @@ database, \(mi1 is returned.
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_class\fR\fR
.ad
.RS 29n
-.rt
file mapping audit class number to audit class names and descriptions
.RE
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_event\fR\fR
.ad
.RS 29n
-.rt
file mappint audit even number to audit event names and associates
.RE
@@ -137,15 +123,14 @@ See \fBattributes\fR(5) for a description of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityStable
+Interface Stability Stable
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/au_to.3bsm b/usr/src/man/man3bsm/au_to.3bsm
index 2b58e33d4c..20ed6f7a51 100644
--- a/usr/src/man/man3bsm/au_to.3bsm
+++ b/usr/src/man/man3bsm/au_to.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH au_to 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH AU_TO 3BSM "Mar 31, 2005"
.SH NAME
au_to, au_to_arg, au_to_arg32, au_to_arg64, au_to_attr, au_to_cmd, au_to_data,
au_to_groups, au_to_in_addr, au_to_ipc, au_to_iport, au_to_me, au_to_newgroups,
@@ -263,15 +263,14 @@ See \fBattributes\fR(5) for a description of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityStable
+Interface Stability Stable
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/au_user_mask.3bsm b/usr/src/man/man3bsm/au_user_mask.3bsm
index d445efd6cc..e884d39ccb 100644
--- a/usr/src/man/man3bsm/au_user_mask.3bsm
+++ b/usr/src/man/man3bsm/au_user_mask.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH au_user_mask 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH AU_USER_MASK 3BSM "Mar 31, 2005"
.SH NAME
au_user_mask \- get user's binary preselection mask
.SH SYNOPSIS
@@ -45,7 +45,6 @@ database entries could not be retrieved.
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_control\fR\fR
.ad
@@ -56,7 +55,6 @@ file containing default parameters read by the audit daemon, \fBauditd\fR(1M)
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_user\fR\fR
.ad
@@ -73,15 +71,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityStable
+Interface Stability Stable
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/getacinfo.3bsm b/usr/src/man/man3bsm/getacinfo.3bsm
index 2cc31b6c79..93df8c1a98 100644
--- a/usr/src/man/man3bsm/getacinfo.3bsm
+++ b/usr/src/man/man3bsm/getacinfo.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getacinfo 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETACINFO 3BSM "Mar 31, 2005"
.SH NAME
getacinfo, getacdir, getacflg, getacmin, getacna, setac, endac \- get audit
control file information
@@ -79,7 +79,6 @@ is complete.
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_control\fR\fR
.ad
@@ -95,23 +94,19 @@ The \fBgetacdir()\fR, \fBgetacflg()\fR, \fBgetacna()\fR, and \fBgetacmin()\fR
functions return:
.sp
.ne 2
-.mk
.na
\fB\fB0\fR\fR
.ad
.RS 9n
-.rt
on success.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB\(mi2\fR\fR
.ad
.RS 9n
-.rt
on failure and set \fBerrno\fR to indicate the error.
.RE
@@ -120,12 +115,10 @@ on failure and set \fBerrno\fR to indicate the error.
The \fBgetacmin()\fR and \fBgetacflg()\fR functions return:
.sp
.ne 2
-.mk
.na
\fB\fB1\fR\fR
.ad
.RS 5n
-.rt
on \fBEOF.\fR
.RE
@@ -134,23 +127,19 @@ on \fBEOF.\fR
The \fBgetacdir()\fR function returns:
.sp
.ne 2
-.mk
.na
\fB\fB\(mi1\fR\fR
.ad
.RS 9n
-.rt
on \fBEOF.\fR
.RE
.sp
.ne 2
-.mk
.na
\fB\fB2\fR\fR
.ad
.RS 9n
-.rt
if the directory search had to start from the beginning because one of the
other functions was called between calls to \fBgetacdir()\fR.
.RE
@@ -160,12 +149,10 @@ other functions was called between calls to \fBgetacdir()\fR.
These functions return:
.sp
.ne 2
-.mk
.na
\fB\fB\(mi3\fR\fR
.ad
.RS 9n
-.rt
if the directory entry format in the \fBaudit_control\fR file is incorrect.
.RE
@@ -174,12 +161,10 @@ if the directory entry format in the \fBaudit_control\fR file is incorrect.
The \fBgetacdir()\fR, \fBgetacflg()\fR, and \fBgetacna()\fR functions return:
.sp
.ne 2
-.mk
.na
\fB\fB\(mi3\fR\fR
.ad
.RS 9n
-.rt
if the input buffer is too short to accommodate the record.
.RE
@@ -191,13 +176,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/getauclassent.3bsm b/usr/src/man/man3bsm/getauclassent.3bsm
index 5235799612..c2b789a3ce 100644
--- a/usr/src/man/man3bsm/getauclassent.3bsm
+++ b/usr/src/man/man3bsm/getauclassent.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getauclassent 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETAUCLASSENT 3BSM "Mar 31, 2005"
.SH NAME
getauclassent, getauclassnam, setauclass, endauclass, getauclassnam_r,
getauclassent_r \- get audit_class entry
@@ -106,12 +106,10 @@ entry. Otherwise they return \fINULL\fR, indicating the end of the enumeration.
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_class\fR\fR
.ad
.RS 29n
-.rt
file that aps audit class numbers to audit class names
.RE
@@ -123,13 +121,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelMT-Safe with exceptions.
+MT-Level MT-Safe with exceptions.
.TE
.sp
diff --git a/usr/src/man/man3bsm/getauditflags.3bsm b/usr/src/man/man3bsm/getauditflags.3bsm
index f6f475c292..f7f02a5746 100644
--- a/usr/src/man/man3bsm/getauditflags.3bsm
+++ b/usr/src/man/man3bsm/getauditflags.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getauditflags 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETAUDITFLAGS 3BSM "Mar 31, 2005"
.SH NAME
getauditflags, getauditflagsbin, getauditflagschar \- convert audit flag
specifications
@@ -57,13 +57,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/getauevent.3bsm b/usr/src/man/man3bsm/getauevent.3bsm
index d89708ce88..faa9b39a58 100644
--- a/usr/src/man/man3bsm/getauevent.3bsm
+++ b/usr/src/man/man3bsm/getauevent.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getauevent 3BSM "25 Jun 2008" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETAUEVENT 3BSM "Jun 25, 2008"
.SH NAME
getauevent, getauevnam, getauevnum, getauevnonam, setauevent, endauevent,
getauevent_r, getauevnam_r, getauevnum_r \- get audit_event entry
@@ -135,23 +135,19 @@ The \fBgetauevnonam()\fR function returns an event number of type
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_event\fR\fR
.ad
.RS 29n
-.rt
file that maps audit event numbers to audit event names
.RE
.sp
.ne 2
-.mk
.na
\fB\fB/etc/passwd\fR\fR
.ad
.RS 29n
-.rt
file that stores user-ID to username mappings
.RE
@@ -163,13 +159,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelMT-Safe with exceptions
+MT-Level MT-Safe with exceptions
.TE
.sp
diff --git a/usr/src/man/man3bsm/getauusernam.3bsm b/usr/src/man/man3bsm/getauusernam.3bsm
index 4911c214bc..305d67fbee 100644
--- a/usr/src/man/man3bsm/getauusernam.3bsm
+++ b/usr/src/man/man3bsm/getauusernam.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getauusernam 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETAUUSERNAM 3BSM "Mar 31, 2005"
.SH NAME
getauusernam, getauuserent, setauuser, endauuser, getauusernam_r,
getauuserent_r \- get audit_user entry
@@ -108,23 +108,19 @@ Solaris Auditing has been enabled. See \fBbsmconv\fR(1M) for more information.
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/audit_user\fR\fR
.ad
.RS 28n
-.rt
file that stores per-user audit event mask
.RE
.sp
.ne 2
-.mk
.na
\fB\fB/etc/passwd\fR\fR
.ad
.RS 28n
-.rt
file that stores user ID to username mappings
.RE
@@ -136,13 +132,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelMT-Safe with exceptions
+MT-Level MT-Safe with exceptions
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/getddent.3bsm b/usr/src/man/man3bsm/getddent.3bsm
index c460a6444c..48f1d433cb 100644
--- a/usr/src/man/man3bsm/getddent.3bsm
+++ b/usr/src/man/man3bsm/getddent.3bsm
@@ -1,9 +1,9 @@
'\" te
-.\" Copyright 2000 by Sun Microsystems, Inc. All rights reserved.
+.\" Copyright 2000 by Sun Microsystems, Inc. All rights reserved.
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getddent 3BSM "11 Jan 2001" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETDDENT 3BSM "Jan 11, 2001"
.SH NAME
getddent, getddnam, setddent, endddent, setddfile \- get device_deallocate
entry
@@ -94,7 +94,6 @@ successfully locates the requested entry. Otherwise it returns \fINULL\fR.
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/etc/security/device_deallocate\fR\fR
.ad
@@ -111,13 +110,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelUnsafe
+MT-Level Unsafe
.TE
.SH SEE ALSO
diff --git a/usr/src/man/man3bsm/getfauditflags.3bsm b/usr/src/man/man3bsm/getfauditflags.3bsm
index e95b4cd004..c3babbf04a 100644
--- a/usr/src/man/man3bsm/getfauditflags.3bsm
+++ b/usr/src/man/man3bsm/getfauditflags.3bsm
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH getfauditflags 3BSM "31 Mar 2005" "SunOS 5.11" "Security and Auditing Library Functions"
+.TH GETFAUDITFLAGS 3BSM "Mar 31, 2005"
.SH NAME
getfauditflags \- generate process audit state
.SH SYNOPSIS
@@ -66,13 +66,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO