summaryrefslogtreecommitdiff
path: root/usr/src/man/man3perl/Privilege.3perl
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3perl/Privilege.3perl')
-rw-r--r--usr/src/man/man3perl/Privilege.3perl41
1 files changed, 6 insertions, 35 deletions
diff --git a/usr/src/man/man3perl/Privilege.3perl b/usr/src/man/man3perl/Privilege.3perl
index 454a389a5e..0b0ad0548d 100644
--- a/usr/src/man/man3perl/Privilege.3perl
+++ b/usr/src/man/man3perl/Privilege.3perl
@@ -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 Privilege 3PERL "30 Jan 2004" "SunOS 5.11" "Perl Library Functions"
+.TH PRIVILEGE 3PERL "Jan 30, 2004"
.SH NAME
Privilege \- Perl interface to Privileges
.SH SYNOPSIS
@@ -26,7 +26,6 @@ and dynamically-generated constants for all the privileges and privilege sets.
.SS "Functions"
.sp
.ne 2
-.mk
.na
\fB\fBgetppriv($which)\fR\fR
.ad
@@ -38,7 +37,6 @@ This function returns the process privilege set specified by
.sp
.ne 2
-.mk
.na
\fB\fBsetppriv($op, $which, $set)\fR\fR
.ad
@@ -54,7 +52,6 @@ to \fB$set\fR.
.sp
.ne 2
-.mk
.na
\fB\fBgetpflags($flag)\fR\fR
.ad
@@ -67,7 +64,6 @@ This function returns the value associated with process \fB$flag\fR or
.sp
.ne 2
-.mk
.na
\fB\fBsetppflags($flag, $val)\fR\fR
.ad
@@ -78,7 +74,6 @@ This function sets the process flag \fB$flag\fR to \fB$val\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_fillset()\fR\fR
.ad
@@ -89,7 +84,6 @@ This function returns a new privilege set with all privileges set.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_emptyset()\fR\fR
.ad
@@ -100,7 +94,6 @@ This function returns a new empty privilege set.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_isemptyset($set)\fR\fR
.ad
@@ -111,7 +104,6 @@ This function returns whether or not \fB$set\fR is empty.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_isfullset($set)\fR\fR
.ad
@@ -122,7 +114,6 @@ This function returns whether or not \fB$set\fR is full.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_isequalset($a, $b)\fR\fR
.ad
@@ -133,7 +124,6 @@ This function returns whether sets \fB$a\fR and \fB$b\fR are equal.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_issubset($a, $b)\fR\fR
.ad
@@ -144,7 +134,6 @@ This function returns whether set \fB$a\fR is a subset of \fB$b\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_ismember($set, $priv)\fR\fR
.ad
@@ -155,7 +144,6 @@ This function returns whether \fB$priv\fR is a member of \fB$set\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_ineffect($priv)\fR\fR
.ad
@@ -166,7 +154,6 @@ This function returned whether \fB$priv\fR is in the process's effective set.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_intersect($a, $b)\fR\fR
.ad
@@ -178,7 +165,6 @@ and \fB$b\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_union($a, $b)\fR\fR
.ad
@@ -190,7 +176,6 @@ This function returns a new privilege set which is the union of \fB$a\fR and
.sp
.ne 2
-.mk
.na
\fB\fBpriv_inverse($a)\fR\fR
.ad
@@ -201,7 +186,6 @@ This function returns a new privilege set which is the inverse of \fB$a\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_addset($set, $priv)\fR\fR
.ad
@@ -212,7 +196,6 @@ This functon adds the privilege \fB$priv\fR to \fB$set\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_copyset($a)\fR\fR
.ad
@@ -223,7 +206,6 @@ This function returns a copy of the privilege set \fB$a\fR.
.sp
.ne 2
-.mk
.na
\fB\fBpriv_delset($set, $priv)\fR\fR
.ad
@@ -247,23 +229,19 @@ By default nothing is exported from this module. The following tags can be used
to selectively import constants and functions defined in this module:
.sp
.ne 2
-.mk
.na
\fB\fB:SYSCALLS\fR\fR
.ad
.RS 14n
-.rt
\fBgetppriv()\fR, \fBsetppriv()\fR
.RE
.sp
.ne 2
-.mk
.na
\fB\fB:LIBCALLS\fR\fR
.ad
.RS 14n
-.rt
\fBpriv_addset()\fR, \fBpriv_copyset()\fR, \fBpriv_delset()\fR,
\fBpriv_emptyset()\fR, \fBpriv_fillset()\fR, \fBpriv_intersect()\fR,
\fBpriv_inverse()\fR, \fBpriv_isemptyset()\fR, \fBpriv_isequalset()\fR,
@@ -274,12 +252,10 @@ to selectively import constants and functions defined in this module:
.sp
.ne 2
-.mk
.na
\fB\fB:CONSTANTS\fR\fR
.ad
.RS 14n
-.rt
\fBPRIV_STR_SHORT\fR, \fBPRIV_STR_LIT\fR, \fBPRIV_STR_PORT\fR, \fBPRIV_ON\fR,
\fBPRIV_OFF\fR, \fBPRIV_SET\fR, \fBPRIV_AWARE\fR, \fBPRIV_DEBUG\fR, plus
constants for all privileges and privilege sets.
@@ -287,23 +263,19 @@ constants for all privileges and privilege sets.
.sp
.ne 2
-.mk
.na
\fB\fB:VARIABLES\fR\fR
.ad
.RS 14n
-.rt
\fB%PRIVILEGES\fR, \fB%PRIVSETS\fR
.RE
.sp
.ne 2
-.mk
.na
\fB\fB:ALL\fR\fR
.ad
.RS 14n
-.rt
\fB:SYSCALLS\fR, \fB:LIBCALLS\fR, \fB:CONSTANTS\fR, \fB:VARIABLES\fR
.RE
@@ -315,13 +287,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
_
-Interface StabilityEvolving
+Interface Stability Evolving
.TE
.SH SEE ALSO