Print this page
9728 3secdb man pages need some tlc
*** 89,100 ****
The getprofnam() function returns a pointer to a profattr_t if it
successfully locates the requested entry; otherwise it returns NULL.
USAGE
! Individual attributes in the prof_attr_t structure can be referred to
! by calling the kva_match(3SECDB) function.
Because the list of legal keys is likely to expand, any code must be
written to ignore unknown key-value pairs without error.
--- 89,100 ----
The getprofnam() function returns a pointer to a profattr_t if it
successfully locates the requested entry; otherwise it returns NULL.
USAGE
! Individual attributes in the profattr_t structure can be referred to by
! calling the kva_match(3SECDB) function.
Because the list of legal keys is likely to expand, any code must be
written to ignore unknown key-value pairs without error.
*** 120,129 ****
|MT-Level | MT-Safe |
+---------------+-----------------+
SEE ALSO
auths(1), profiles(1), getexecattr(3SECDB), getauthattr(3SECDB),
! prof_attr(4)
! March 31, 2005 GETPROFATTR(3SECDB)
--- 120,129 ----
|MT-Level | MT-Safe |
+---------------+-----------------+
SEE ALSO
auths(1), profiles(1), getexecattr(3SECDB), getauthattr(3SECDB),
! kva_match(3SECDB), prof_attr(4), attributes(5)
! August 13, 2018 GETPROFATTR(3SECDB)