diff options
author | William Dowling <wmdowling@gmail.com> | 2014-05-26 17:38:45 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2014-05-27 13:58:59 -0400 |
commit | 24da2bc2871eea8d50b67afc26dce9fd125f3947 (patch) | |
tree | 9c9534f72f22ac94de33a2bf26783e5372d681b5 | |
parent | 64f4fcac54a47f8ee19c798b4f4eb1399a0167d4 (diff) | |
download | illumos-joyent-24da2bc2871eea8d50b67afc26dce9fd125f3947.tar.gz |
4835 getexecattr(3secdb): Minor formatting issues
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r-- | usr/src/man/man3secdb/getexecattr.3secdb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3secdb/getexecattr.3secdb b/usr/src/man/man3secdb/getexecattr.3secdb index 51351d4404..57cbf8cc14 100644 --- a/usr/src/man/man3secdb/getexecattr.3secdb +++ b/usr/src/man/man3secdb/getexecattr.3secdb @@ -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 GETEXECATTR 3SECDB "Mar 31, 2005" +.TH GETEXECATTR 3SECDB "May 27, 2014" .SH NAME getexecattr, free_execattr, setexecattr, endexecattr, getexecuser, getexecprof, match_execattr \- get execution profile entry @@ -131,7 +131,7 @@ of all entries that meet the search criteria. See \fBEXAMPLES\fR. Once a list of entries is returned by \fBgetexecuser()\fR or \fBgetexecprof()\fR, the convenience function \fBmatch_execattr()\fR can be used to identify an individual entry. It returns a pointer to the individual -element with the same profile name ( \fIprofname\fR), type name ( \fItype\fR), +element with the same profile name (\fIprofname\fR), type name (\fItype\fR), and \fIid\fR. Function parameters set to \fINULL\fR are not used as part of the matching criteria. In the event that multiple entries meet the matching criteria, only a pointer to the first entry is returned. The @@ -149,7 +149,7 @@ the end of the enumeration. .LP The \fBgetexecattr()\fR, \fBgetexecuser()\fR, and \fBgetexecprof()\fR functions all allocate memory for the pointers they return. This memory should be -deallocated with the \fBfree_execattr()\fR call. The \fBmatch_execattr()\fR( +deallocated with the \fBfree_execattr()\fR call. The \fBmatch_execattr()\fR function does not allocate any memory. Therefore, pointers returned by this function should not be deallocated. .sp |