diff options
Diffstat (limited to 'usr/src/man/man3gss/gss_acquire_cred.3gss')
-rw-r--r-- | usr/src/man/man3gss/gss_acquire_cred.3gss | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr/src/man/man3gss/gss_acquire_cred.3gss b/usr/src/man/man3gss/gss_acquire_cred.3gss index a8de3f2bbc..2b8e375865 100644 --- a/usr/src/man/man3gss/gss_acquire_cred.3gss +++ b/usr/src/man/man3gss/gss_acquire_cred.3gss @@ -117,7 +117,7 @@ credentials may be used either to initiate or accept security contexts. .RS 22n The returned credential handle. Resources associated with this credential handle must be released by the application after use with a call to -\fBgss_release_cred\fR(3GSS) +.BR gss_release_cred (3GSS) .RE .sp @@ -223,7 +223,7 @@ of the \fIminor_status\fR parameter details the error condition. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -239,10 +239,13 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBgss_accept_sec_context\fR(3GSS), \fBgss_init_sec_context\fR(3GSS), -\fBgss_inquire_context\fR(3GSS), \fBgss_inquire_cred\fR(3GSS), -\fBgss_release_cred\fR(3GSS), \fBgss_release_oid_set\fR(3GSS), -\fBattributes\fR(5) +.BR gss_accept_sec_context (3GSS), +.BR gss_init_sec_context (3GSS), +.BR gss_inquire_context (3GSS), +.BR gss_inquire_cred (3GSS), +.BR gss_release_cred (3GSS), +.BR gss_release_oid_set (3GSS), +.BR attributes (7) .sp .LP \fISolaris Security for Developers Guide\fR |