summaryrefslogtreecommitdiff
path: root/usr/src/man/man3gss
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3gss')
-rw-r--r--usr/src/man/man3gss/gss_accept_sec_context.3gss18
-rw-r--r--usr/src/man/man3gss/gss_acquire_cred.3gss16
-rw-r--r--usr/src/man/man3gss/gss_add_cred.3gss18
-rw-r--r--usr/src/man/man3gss/gss_add_oid_set_member.3gss6
-rw-r--r--usr/src/man/man3gss/gss_canonicalize_name.3gss8
-rw-r--r--usr/src/man/man3gss/gss_compare_name.3gss2
-rw-r--r--usr/src/man/man3gss/gss_context_time.3gss18
-rw-r--r--usr/src/man/man3gss/gss_create_empty_oid_set.3gss8
-rw-r--r--usr/src/man/man3gss/gss_delete_sec_context.3gss6
-rw-r--r--usr/src/man/man3gss/gss_display_name.3gss6
-rw-r--r--usr/src/man/man3gss/gss_display_status.3gss6
-rw-r--r--usr/src/man/man3gss/gss_duplicate_name.3gss4
-rw-r--r--usr/src/man/man3gss/gss_export_name.3gss10
-rw-r--r--usr/src/man/man3gss/gss_export_sec_context.3gss10
-rw-r--r--usr/src/man/man3gss/gss_get_mic.3gss6
-rw-r--r--usr/src/man/man3gss/gss_import_name.3gss4
-rw-r--r--usr/src/man/man3gss/gss_import_sec_context.3gss18
-rw-r--r--usr/src/man/man3gss/gss_indicate_mechs.3gss4
-rw-r--r--usr/src/man/man3gss/gss_init_sec_context.3gss10
-rw-r--r--usr/src/man/man3gss/gss_inquire_context.3gss20
-rw-r--r--usr/src/man/man3gss/gss_inquire_cred.3gss8
-rw-r--r--usr/src/man/man3gss/gss_inquire_cred_by_mech.3gss4
-rw-r--r--usr/src/man/man3gss/gss_inquire_mechs_for_name.3gss12
-rw-r--r--usr/src/man/man3gss/gss_inquire_names_for_mech.3gss4
-rw-r--r--usr/src/man/man3gss/gss_oid_to_str.3gss10
-rw-r--r--usr/src/man/man3gss/gss_process_context_token.3gss8
-rw-r--r--usr/src/man/man3gss/gss_release_buffer.3gss2
-rw-r--r--usr/src/man/man3gss/gss_release_cred.3gss2
-rw-r--r--usr/src/man/man3gss/gss_release_name.3gss2
-rw-r--r--usr/src/man/man3gss/gss_release_oid.3gss6
-rw-r--r--usr/src/man/man3gss/gss_release_oid_set.3gss2
-rw-r--r--usr/src/man/man3gss/gss_store_cred.3gss16
-rw-r--r--usr/src/man/man3gss/gss_str_to_oid.3gss10
-rw-r--r--usr/src/man/man3gss/gss_test_oid_set_member.3gss8
-rw-r--r--usr/src/man/man3gss/gss_unwrap.3gss6
-rw-r--r--usr/src/man/man3gss/gss_verify_mic.3gss4
-rw-r--r--usr/src/man/man3gss/gss_wrap.3gss4
-rw-r--r--usr/src/man/man3gss/gss_wrap_size_limit.3gss4
38 files changed, 155 insertions, 155 deletions
diff --git a/usr/src/man/man3gss/gss_accept_sec_context.3gss b/usr/src/man/man3gss/gss_accept_sec_context.3gss
index 9735a50e2f..89aa4fe11f 100644
--- a/usr/src/man/man3gss/gss_accept_sec_context.3gss
+++ b/usr/src/man/man3gss/gss_accept_sec_context.3gss
@@ -535,15 +535,15 @@ MT-Level Safe
.SH SEE ALSO
.LP
-\fBgss_delete_sec_context\fR(3GSS),
-\fBgss_export_sec_context\fR(3GSS),
-\fBgss_get_mic\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_release_cred\fR(3GSS),
-\fBgss_release_name\fR(3GSS),
-\fBgss_store_cred\fR(3GSS),
-\fBgss_wrap\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_delete_sec_context (3GSS),
+.BR gss_export_sec_context (3GSS),
+.BR gss_get_mic (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_release_cred (3GSS),
+.BR gss_release_name (3GSS),
+.BR gss_store_cred (3GSS),
+.BR gss_wrap (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_acquire_cred.3gss b/usr/src/man/man3gss/gss_acquire_cred.3gss
index e06826d999..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
@@ -239,13 +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(7)
+.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
diff --git a/usr/src/man/man3gss/gss_add_cred.3gss b/usr/src/man/man3gss/gss_add_cred.3gss
index 8a610c8b81..c9d839a21a 100644
--- a/usr/src/man/man3gss/gss_add_cred.3gss
+++ b/usr/src/man/man3gss/gss_add_cred.3gss
@@ -341,15 +341,15 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_acquire_cred\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),
-\fBlibgss\fR(3LIB),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_acquire_cred (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 libgss (3LIB),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_add_oid_set_member.3gss b/usr/src/man/man3gss/gss_add_oid_set_member.3gss
index e73999aaac..d64b19fc8d 100644
--- a/usr/src/man/man3gss/gss_add_oid_set_member.3gss
+++ b/usr/src/man/man3gss/gss_add_oid_set_member.3gss
@@ -109,9 +109,9 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_create_empty_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_acquire_cred (3GSS),
+.BR gss_create_empty_oid_set (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_canonicalize_name.3gss b/usr/src/man/man3gss/gss_canonicalize_name.3gss
index ef4db7e5e9..fdf2b1a971 100644
--- a/usr/src/man/man3gss/gss_canonicalize_name.3gss
+++ b/usr/src/man/man3gss/gss_canonicalize_name.3gss
@@ -141,10 +141,10 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_release_name\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_acquire_cred (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_release_name (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_compare_name.3gss b/usr/src/man/man3gss/gss_compare_name.3gss
index 4b7000feaa..f08491fa99 100644
--- a/usr/src/man/man3gss/gss_compare_name.3gss
+++ b/usr/src/man/man3gss/gss_compare_name.3gss
@@ -129,7 +129,7 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBattributes\fR(7)
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_context_time.3gss b/usr/src/man/man3gss/gss_context_time.3gss
index 04e715b067..17501c330d 100644
--- a/usr/src/man/man3gss/gss_context_time.3gss
+++ b/usr/src/man/man3gss/gss_context_time.3gss
@@ -115,15 +115,15 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_delete_sec_context\fR(3GSS),
-\fBgss_export_sec_context\fR(3GSS),
-\fBgss_import_sec_context\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_inquire_context\fR(3GSS),
-\fBgss_process_context_token\fR(3GSS),
-\fBgss_wrap_size_limit\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_delete_sec_context (3GSS),
+.BR gss_export_sec_context (3GSS),
+.BR gss_import_sec_context (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_inquire_context (3GSS),
+.BR gss_process_context_token (3GSS),
+.BR gss_wrap_size_limit (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_create_empty_oid_set.3gss b/usr/src/man/man3gss/gss_create_empty_oid_set.3gss
index 80cd2f46f5..1bab67dceb 100644
--- a/usr/src/man/man3gss/gss_create_empty_oid_set.3gss
+++ b/usr/src/man/man3gss/gss_create_empty_oid_set.3gss
@@ -93,10 +93,10 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_add_oid_set_member\fR(3GSS),
-\fBgss_release_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_acquire_cred (3GSS),
+.BR gss_add_oid_set_member (3GSS),
+.BR gss_release_oid_set (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_delete_sec_context.3gss b/usr/src/man/man3gss/gss_delete_sec_context.3gss
index 39ea5aee9b..24b89897dc 100644
--- a/usr/src/man/man3gss/gss_delete_sec_context.3gss
+++ b/usr/src/man/man3gss/gss_delete_sec_context.3gss
@@ -125,9 +125,9 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_display_name.3gss b/usr/src/man/man3gss/gss_display_name.3gss
index becc1958cf..0210421c66 100644
--- a/usr/src/man/man3gss/gss_display_name.3gss
+++ b/usr/src/man/man3gss/gss_display_name.3gss
@@ -130,9 +130,9 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_import_name\fR(3GSS),
-\fBgss_release_buffer\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_import_name (3GSS),
+.BR gss_release_buffer (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_display_status.3gss b/usr/src/man/man3gss/gss_display_status.3gss
index b7f5ad0c50..99fb558a89 100644
--- a/usr/src/man/man3gss/gss_display_status.3gss
+++ b/usr/src/man/man3gss/gss_display_status.3gss
@@ -161,9 +161,9 @@ MT-Level Safe
.TE
.SH SEE ALSO
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_release_buffer\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_acquire_cred (3GSS),
+.BR gss_release_buffer (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_duplicate_name.3gss b/usr/src/man/man3gss/gss_duplicate_name.3gss
index 08c4887eb5..58e71765a1 100644
--- a/usr/src/man/man3gss/gss_duplicate_name.3gss
+++ b/usr/src/man/man3gss/gss_duplicate_name.3gss
@@ -109,8 +109,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_name\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_name (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_export_name.3gss b/usr/src/man/man3gss/gss_export_name.3gss
index 4565096f7a..9866f9dd95 100644
--- a/usr/src/man/man3gss/gss_export_name.3gss
+++ b/usr/src/man/man3gss/gss_export_name.3gss
@@ -111,11 +111,11 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBmemory\fR(3C),
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_canonicalize_name\fR(3GSS),
-\fBgss_release_buffer\fR(3GSS),
-\fBattributes\fR(7)
+.BR memory (3C),
+.BR gss_accept_sec_context (3GSS),
+.BR gss_canonicalize_name (3GSS),
+.BR gss_release_buffer (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_export_sec_context.3gss b/usr/src/man/man3gss/gss_export_sec_context.3gss
index 126dc1cb19..4c13b449e8 100644
--- a/usr/src/man/man3gss/gss_export_sec_context.3gss
+++ b/usr/src/man/man3gss/gss_export_sec_context.3gss
@@ -159,11 +159,11 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_import_sec_context\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_release_buffer\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_import_sec_context (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_release_buffer (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_get_mic.3gss b/usr/src/man/man3gss/gss_get_mic.3gss
index 531222ae97..f99ecac2d7 100644
--- a/usr/src/man/man3gss/gss_get_mic.3gss
+++ b/usr/src/man/man3gss/gss_get_mic.3gss
@@ -154,9 +154,9 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_buffer\fR(3GSS),
-\fBgss_wrap\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_buffer (3GSS),
+.BR gss_wrap (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_import_name.3gss b/usr/src/man/man3gss/gss_import_name.3gss
index d670a136f1..9695529ac9 100644
--- a/usr/src/man/man3gss/gss_import_name.3gss
+++ b/usr/src/man/man3gss/gss_import_name.3gss
@@ -142,8 +142,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_buffer\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_buffer (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_import_sec_context.3gss b/usr/src/man/man3gss/gss_import_sec_context.3gss
index 512ae92611..e94d369e52 100644
--- a/usr/src/man/man3gss/gss_import_sec_context.3gss
+++ b/usr/src/man/man3gss/gss_import_sec_context.3gss
@@ -135,15 +135,15 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_context_time\fR(3GSS),
-\fBgss_delete_sec_context\fR(3GSS),
-\fBgss_export_sec_context\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_inquire_context\fR(3GSS),
-\fBgss_process_context_token\fR(3GSS),
-\fBgss_wrap_size_limit\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_context_time (3GSS),
+.BR gss_delete_sec_context (3GSS),
+.BR gss_export_sec_context (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_inquire_context (3GSS),
+.BR gss_process_context_token (3GSS),
+.BR gss_wrap_size_limit (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_indicate_mechs.3gss b/usr/src/man/man3gss/gss_indicate_mechs.3gss
index ff78564d64..6885985aeb 100644
--- a/usr/src/man/man3gss/gss_indicate_mechs.3gss
+++ b/usr/src/man/man3gss/gss_indicate_mechs.3gss
@@ -88,8 +88,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_oid_set (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_init_sec_context.3gss b/usr/src/man/man3gss/gss_init_sec_context.3gss
index 510dc84e37..b9370a4852 100644
--- a/usr/src/man/man3gss/gss_init_sec_context.3gss
+++ b/usr/src/man/man3gss/gss_init_sec_context.3gss
@@ -663,11 +663,11 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_delete_sec_context\fR(3GSS),
-\fBgss_export_sec_context\fR(3GSS),
-\fBgss_get_mic\fR(3GSS),
-\fBgss_wrap\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_delete_sec_context (3GSS),
+.BR gss_export_sec_context (3GSS),
+.BR gss_get_mic (3GSS),
+.BR gss_wrap (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_inquire_context.3gss b/usr/src/man/man3gss/gss_inquire_context.3gss
index 30e47c3d82..0823fb4782 100644
--- a/usr/src/man/man3gss/gss_inquire_context.3gss
+++ b/usr/src/man/man3gss/gss_inquire_context.3gss
@@ -282,16 +282,16 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_context_time\fR(3GSS),
-\fBgss_delete_sec_context\fR(3GSS),
-\fBgss_export_sec_context\fR(3GSS),
-\fBgss_import_sec_context\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_process_context_token\fR(3GSS),
-\fBgss_wrap\fR(3GSS),
-\fBgss_wrap_size_limit\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_context_time (3GSS),
+.BR gss_delete_sec_context (3GSS),
+.BR gss_export_sec_context (3GSS),
+.BR gss_import_sec_context (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_process_context_token (3GSS),
+.BR gss_wrap (3GSS),
+.BR gss_wrap_size_limit (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_inquire_cred.3gss b/usr/src/man/man3gss/gss_inquire_cred.3gss
index 409c055f7e..e91e4ea6f5 100644
--- a/usr/src/man/man3gss/gss_inquire_cred.3gss
+++ b/usr/src/man/man3gss/gss_inquire_cred.3gss
@@ -163,10 +163,10 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_name\fR(3GSS),
-\fBgss_release_oid_set\fR(3GSS),
-\fBlibgss\fR(3LIB),
-\fBattributes\fR(7)
+.BR gss_release_name (3GSS),
+.BR gss_release_oid_set (3GSS),
+.BR libgss (3LIB),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_inquire_cred_by_mech.3gss b/usr/src/man/man3gss/gss_inquire_cred_by_mech.3gss
index 0e785394d3..fa21d876c1 100644
--- a/usr/src/man/man3gss/gss_inquire_cred_by_mech.3gss
+++ b/usr/src/man/man3gss/gss_inquire_cred_by_mech.3gss
@@ -182,8 +182,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_name\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_name (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_inquire_mechs_for_name.3gss b/usr/src/man/man3gss/gss_inquire_mechs_for_name.3gss
index 011eca8032..5fc155d203 100644
--- a/usr/src/man/man3gss/gss_inquire_mechs_for_name.3gss
+++ b/usr/src/man/man3gss/gss_inquire_mechs_for_name.3gss
@@ -133,12 +133,12 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_add_cred\fR(3GSS),
-\fBgss_canonicalize_name\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_release_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_acquire_cred (3GSS),
+.BR gss_add_cred (3GSS),
+.BR gss_canonicalize_name (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR gss_release_oid_set (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_inquire_names_for_mech.3gss b/usr/src/man/man3gss/gss_inquire_names_for_mech.3gss
index 70f07ad9b0..5ff82de8dd 100644
--- a/usr/src/man/man3gss/gss_inquire_names_for_mech.3gss
+++ b/usr/src/man/man3gss/gss_inquire_names_for_mech.3gss
@@ -99,8 +99,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_oid_set (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_oid_to_str.3gss b/usr/src/man/man3gss/gss_oid_to_str.3gss
index bb7b520fc2..70c3b35934 100644
--- a/usr/src/man/man3gss/gss_oid_to_str.3gss
+++ b/usr/src/man/man3gss/gss_oid_to_str.3gss
@@ -123,11 +123,11 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_add_oid_set_member\fR(3GSS),
-\fBgss_create_empty_oid_set\fR(3GSS),
-\fBgss_release_oid_set\fR(3GSS),
-\fBgss_str_to_oid\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_add_oid_set_member (3GSS),
+.BR gss_create_empty_oid_set (3GSS),
+.BR gss_release_oid_set (3GSS),
+.BR gss_str_to_oid (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_process_context_token.3gss b/usr/src/man/man3gss/gss_process_context_token.3gss
index 4b0a6a9858..e57307d0ea 100644
--- a/usr/src/man/man3gss/gss_process_context_token.3gss
+++ b/usr/src/man/man3gss/gss_process_context_token.3gss
@@ -133,10 +133,10 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_delete_sec_context\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_delete_sec_context (3GSS),
+.BR gss_init_sec_context (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_release_buffer.3gss b/usr/src/man/man3gss/gss_release_buffer.3gss
index 29a99f9030..f6d33aa86e 100644
--- a/usr/src/man/man3gss/gss_release_buffer.3gss
+++ b/usr/src/man/man3gss/gss_release_buffer.3gss
@@ -91,7 +91,7 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBattributes\fR(7)
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_release_cred.3gss b/usr/src/man/man3gss/gss_release_cred.3gss
index 89465b1d70..388b9d7b93 100644
--- a/usr/src/man/man3gss/gss_release_cred.3gss
+++ b/usr/src/man/man3gss/gss_release_cred.3gss
@@ -99,7 +99,7 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBattributes\fR(7)
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_release_name.3gss b/usr/src/man/man3gss/gss_release_name.3gss
index bf089bb226..2244b2ba48 100644
--- a/usr/src/man/man3gss/gss_release_name.3gss
+++ b/usr/src/man/man3gss/gss_release_name.3gss
@@ -84,7 +84,7 @@ MT-Level Safe
.TE
.SH SEE ALSO
-\fBattributes\fR(7)
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_release_oid.3gss b/usr/src/man/man3gss/gss_release_oid.3gss
index 37ca3f5b53..d518abdda1 100644
--- a/usr/src/man/man3gss/gss_release_oid.3gss
+++ b/usr/src/man/man3gss/gss_release_oid.3gss
@@ -90,9 +90,9 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_oid_set\fR(3GSS),
-\fBgss_str_to_oid\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_oid_set (3GSS),
+.BR gss_str_to_oid (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_release_oid_set.3gss b/usr/src/man/man3gss/gss_release_oid_set.3gss
index 39cb623b39..c7a2cb49fd 100644
--- a/usr/src/man/man3gss/gss_release_oid_set.3gss
+++ b/usr/src/man/man3gss/gss_release_oid_set.3gss
@@ -94,7 +94,7 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBattributes\fR(7)
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_store_cred.3gss b/usr/src/man/man3gss/gss_store_cred.3gss
index 1478509667..5723e18e14 100644
--- a/usr/src/man/man3gss/gss_store_cred.3gss
+++ b/usr/src/man/man3gss/gss_store_cred.3gss
@@ -226,14 +226,14 @@ MT-Level Safe
.SH SEE ALSO
.LP
-\fBgss_accept_sec_context\fR(3GSS),
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_add_cred\fR(3GSS),
-\fBgss_init_sec_context\fR(3GSS),
-\fBgss_inquire_cred\fR(3GSS),
-\fBgss_release_cred\fR(3GSS),
-\fBgss_release_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_accept_sec_context (3GSS),
+.BR gss_acquire_cred (3GSS),
+.BR gss_add_cred (3GSS),
+.BR gss_init_sec_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
diff --git a/usr/src/man/man3gss/gss_str_to_oid.3gss b/usr/src/man/man3gss/gss_str_to_oid.3gss
index 53bbdc8162..7d01b39a4e 100644
--- a/usr/src/man/man3gss/gss_str_to_oid.3gss
+++ b/usr/src/man/man3gss/gss_str_to_oid.3gss
@@ -128,11 +128,11 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_add_oid_set_member\fR(3GSS),
-\fBgss_create_empty_oid_set\fR(3GSS),
-\fBgss_oid_to_str\fR(3GSS),
-\fBgss_release_oid_set\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_add_oid_set_member (3GSS),
+.BR gss_create_empty_oid_set (3GSS),
+.BR gss_oid_to_str (3GSS),
+.BR gss_release_oid_set (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_test_oid_set_member.3gss b/usr/src/man/man3gss/gss_test_oid_set_member.3gss
index 7bcf954b35..7f7ac01dc5 100644
--- a/usr/src/man/man3gss/gss_test_oid_set_member.3gss
+++ b/usr/src/man/man3gss/gss_test_oid_set_member.3gss
@@ -110,10 +110,10 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_acquire_cred\fR(3GSS),
-\fBgss_indicate_mechs\fR(3GSS),
-\fBgss_inquire_cred\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_acquire_cred (3GSS),
+.BR gss_indicate_mechs (3GSS),
+.BR gss_inquire_cred (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_unwrap.3gss b/usr/src/man/man3gss/gss_unwrap.3gss
index c128369656..e091bfac64 100644
--- a/usr/src/man/man3gss/gss_unwrap.3gss
+++ b/usr/src/man/man3gss/gss_unwrap.3gss
@@ -215,9 +215,9 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_buffer\fR(3GSS),
-\fBgss_wrap\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_buffer (3GSS),
+.BR gss_wrap (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_verify_mic.3gss b/usr/src/man/man3gss/gss_verify_mic.3gss
index ee22c147f9..468cad435f 100644
--- a/usr/src/man/man3gss/gss_verify_mic.3gss
+++ b/usr/src/man/man3gss/gss_verify_mic.3gss
@@ -199,8 +199,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_wrap\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_wrap (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_wrap.3gss b/usr/src/man/man3gss/gss_wrap.3gss
index e9d7734e75..b42d404f2e 100644
--- a/usr/src/man/man3gss/gss_wrap.3gss
+++ b/usr/src/man/man3gss/gss_wrap.3gss
@@ -177,8 +177,8 @@ MT-Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_release_buffer\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_release_buffer (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR
diff --git a/usr/src/man/man3gss/gss_wrap_size_limit.3gss b/usr/src/man/man3gss/gss_wrap_size_limit.3gss
index ac46b07d0d..ac7a2e5c30 100644
--- a/usr/src/man/man3gss/gss_wrap_size_limit.3gss
+++ b/usr/src/man/man3gss/gss_wrap_size_limit.3gss
@@ -171,8 +171,8 @@ MT Level Safe
.SH SEE ALSO
.sp
.LP
-\fBgss_wrap\fR(3GSS),
-\fBattributes\fR(7)
+.BR gss_wrap (3GSS),
+.BR attributes (7)
.sp
.LP
\fISolaris Security for Developers Guide\fR