summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-04-14 19:08:06 +0000
committeruqs <uqs@FreeBSD.org>2010-04-14 19:08:06 +0000
commit39606146460f1abd5af915ac63451f5a5704ae58 (patch)
tree2671e136a6b1e08e763e43a9271f94a2d3833f89 /lib/libgssapi
parentf2ba39f027fa7c4240e3d3e8ec8ac42393d727f8 (diff)
downloadFreeBSD-src-39606146460f1abd5af915ac63451f5a5704ae58.zip
FreeBSD-src-39606146460f1abd5af915ac63451f5a5704ae58.tar.gz
mdoc: order prologue macros consistently by Dd/Dt/Os
Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/gss_accept_sec_context.32
-rw-r--r--lib/libgssapi/gss_acquire_cred.32
-rw-r--r--lib/libgssapi/gss_add_cred.32
-rw-r--r--lib/libgssapi/gss_add_oid_set_member.32
-rw-r--r--lib/libgssapi/gss_canonicalize_name.32
-rw-r--r--lib/libgssapi/gss_compare_name.32
-rw-r--r--lib/libgssapi/gss_context_time.32
-rw-r--r--lib/libgssapi/gss_create_empty_oid_set.32
-rw-r--r--lib/libgssapi/gss_delete_sec_context.32
-rw-r--r--lib/libgssapi/gss_display_name.32
-rw-r--r--lib/libgssapi/gss_display_status.32
-rw-r--r--lib/libgssapi/gss_duplicate_name.32
-rw-r--r--lib/libgssapi/gss_export_name.32
-rw-r--r--lib/libgssapi/gss_export_sec_context.32
-rw-r--r--lib/libgssapi/gss_get_mic.32
-rw-r--r--lib/libgssapi/gss_import_name.32
-rw-r--r--lib/libgssapi/gss_import_sec_context.32
-rw-r--r--lib/libgssapi/gss_indicate_mechs.32
-rw-r--r--lib/libgssapi/gss_init_sec_context.32
-rw-r--r--lib/libgssapi/gss_inquire_context.32
-rw-r--r--lib/libgssapi/gss_inquire_cred.32
-rw-r--r--lib/libgssapi/gss_inquire_cred_by_mech.32
-rw-r--r--lib/libgssapi/gss_inquire_mechs_for_name.32
-rw-r--r--lib/libgssapi/gss_inquire_names_for_mech.32
-rw-r--r--lib/libgssapi/gss_process_context_token.32
-rw-r--r--lib/libgssapi/gss_release_buffer.32
-rw-r--r--lib/libgssapi/gss_release_cred.32
-rw-r--r--lib/libgssapi/gss_release_name.32
-rw-r--r--lib/libgssapi/gss_release_oid_set.32
-rw-r--r--lib/libgssapi/gss_test_oid_set_member.32
-rw-r--r--lib/libgssapi/gss_unwrap.32
-rw-r--r--lib/libgssapi/gss_verify_mic.32
-rw-r--r--lib/libgssapi/gss_wrap.32
-rw-r--r--lib/libgssapi/gss_wrap_size_limit.32
34 files changed, 34 insertions, 34 deletions
diff --git a/lib/libgssapi/gss_accept_sec_context.3 b/lib/libgssapi/gss_accept_sec_context.3
index 8957831..a4c219c 100644
--- a/lib/libgssapi/gss_accept_sec_context.3
+++ b/lib/libgssapi/gss_accept_sec_context.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_ACCEPT_SEC_CONTEXT 3 PRM
+.Os
.Sh NAME
.Nm gss_accept_sec_context
.Nd Accept a security context initiated by a peer application
diff --git a/lib/libgssapi/gss_acquire_cred.3 b/lib/libgssapi/gss_acquire_cred.3
index c48a468..5de9ea0 100644
--- a/lib/libgssapi/gss_acquire_cred.3
+++ b/lib/libgssapi/gss_acquire_cred.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_ACQUIRE_CRED 3 PRM
+.Os
.Sh NAME
.Nm gss_acquire_cred
.Nd Obtain a GSS-API credential handle for pre-existing credentials
diff --git a/lib/libgssapi/gss_add_cred.3 b/lib/libgssapi/gss_add_cred.3
index 53df140..67ff1c3 100644
--- a/lib/libgssapi/gss_add_cred.3
+++ b/lib/libgssapi/gss_add_cred.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_ADD_CRED 3 PRM
+.Os
.Sh NAME
.Nm gss_add_cred
.Nd Construct credentials incrementally
diff --git a/lib/libgssapi/gss_add_oid_set_member.3 b/lib/libgssapi/gss_add_oid_set_member.3
index fb2119c..5839da6 100644
--- a/lib/libgssapi/gss_add_oid_set_member.3
+++ b/lib/libgssapi/gss_add_oid_set_member.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_ADD_OID_SET_MEMBER 3 PRM
+.Os
.Sh NAME
.Nm gss_add_oid_set_member
.Nd Add an object identifier to a set
diff --git a/lib/libgssapi/gss_canonicalize_name.3 b/lib/libgssapi/gss_canonicalize_name.3
index 86957dc..036c0ef 100644
--- a/lib/libgssapi/gss_canonicalize_name.3
+++ b/lib/libgssapi/gss_canonicalize_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_CANONICALIZE_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_canonicalize_name
.Nd Convert an internal name to an MN
diff --git a/lib/libgssapi/gss_compare_name.3 b/lib/libgssapi/gss_compare_name.3
index 7f69d43..0bafb59 100644
--- a/lib/libgssapi/gss_compare_name.3
+++ b/lib/libgssapi/gss_compare_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_COMPARE_NAME PRM
+.Os
.Sh NAME
.Nm gss_compare_name
.Nd Compare two internal-form names
diff --git a/lib/libgssapi/gss_context_time.3 b/lib/libgssapi/gss_context_time.3
index 9fb43ea..b6b4157 100644
--- a/lib/libgssapi/gss_context_time.3
+++ b/lib/libgssapi/gss_context_time.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_CONTEXT_TIME 3 PRM
+.Os
.Sh NAME
.Nm gss_context_time
.Nd Determine for how long a context will remain valid
diff --git a/lib/libgssapi/gss_create_empty_oid_set.3 b/lib/libgssapi/gss_create_empty_oid_set.3
index 08d82f6..3a84f85 100644
--- a/lib/libgssapi/gss_create_empty_oid_set.3
+++ b/lib/libgssapi/gss_create_empty_oid_set.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_CREATE_EMPTY_OID_SET 3 PRM
+.Os
.Sh NAME
.Nm gss_create_empty_oid_set
.Nd Create a set containing no object identifiers
diff --git a/lib/libgssapi/gss_delete_sec_context.3 b/lib/libgssapi/gss_delete_sec_context.3
index a0c26df..1c4fa7b 100644
--- a/lib/libgssapi/gss_delete_sec_context.3
+++ b/lib/libgssapi/gss_delete_sec_context.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_DELETE_SEC_CONTEXT 3 PRM
+.Os
.Sh NAME
.Nm gss_delete_sec_context
.Nd Discard a security context
diff --git a/lib/libgssapi/gss_display_name.3 b/lib/libgssapi/gss_display_name.3
index 2441eef..4944995 100644
--- a/lib/libgssapi/gss_display_name.3
+++ b/lib/libgssapi/gss_display_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_DISPLAY_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_display_name
.Nd Convert internal-form name to text
diff --git a/lib/libgssapi/gss_display_status.3 b/lib/libgssapi/gss_display_status.3
index 2b1affd..4bf908b 100644
--- a/lib/libgssapi/gss_display_status.3
+++ b/lib/libgssapi/gss_display_status.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_DISPLAY_STATUS 3 PRM
+.Os
.Sh NAME
.Nm gss_display_status
.Nd Convert a GSS-API status code to text
diff --git a/lib/libgssapi/gss_duplicate_name.3 b/lib/libgssapi/gss_duplicate_name.3
index 334a126..5eb4a62 100644
--- a/lib/libgssapi/gss_duplicate_name.3
+++ b/lib/libgssapi/gss_duplicate_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_DUPLICATE_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_duplicate_name
.Nd Create a copy of an internal name
diff --git a/lib/libgssapi/gss_export_name.3 b/lib/libgssapi/gss_export_name.3
index e1feee2..5cbf803 100644
--- a/lib/libgssapi/gss_export_name.3
+++ b/lib/libgssapi/gss_export_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_EXPORT_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_export_name
.Nd Convert an MN to export form
diff --git a/lib/libgssapi/gss_export_sec_context.3 b/lib/libgssapi/gss_export_sec_context.3
index 1f7f01d..7ecbef3 100644
--- a/lib/libgssapi/gss_export_sec_context.3
+++ b/lib/libgssapi/gss_export_sec_context.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_EXPORT_SEC_CONTEXT 3 PRM
+.Os
.Sh NAME
.Nm gss_export_sec_context
.Nd Transfer a security context to another process
diff --git a/lib/libgssapi/gss_get_mic.3 b/lib/libgssapi/gss_get_mic.3
index 8892808..e5d81fa 100644
--- a/lib/libgssapi/gss_get_mic.3
+++ b/lib/libgssapi/gss_get_mic.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_GET_MIC 3 PRM
+.Os
.Sh NAME
.Nm gss_get_mic ,
.Nm gss_sign
diff --git a/lib/libgssapi/gss_import_name.3 b/lib/libgssapi/gss_import_name.3
index 3119f04..aef1ae8 100644
--- a/lib/libgssapi/gss_import_name.3
+++ b/lib/libgssapi/gss_import_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_IMPORT_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_import_name
.Nd Convert a contiguous string name to internal-form
diff --git a/lib/libgssapi/gss_import_sec_context.3 b/lib/libgssapi/gss_import_sec_context.3
index a889e2b..87aaa78 100644
--- a/lib/libgssapi/gss_import_sec_context.3
+++ b/lib/libgssapi/gss_import_sec_context.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_IMPORT_SEC_CONTEXT 3 PRM
+.Os
.Sh NAME
.Nm gss_import_sec_context
.Nd Import a transferred context
diff --git a/lib/libgssapi/gss_indicate_mechs.3 b/lib/libgssapi/gss_indicate_mechs.3
index 26ffaa6..3eec861 100644
--- a/lib/libgssapi/gss_indicate_mechs.3
+++ b/lib/libgssapi/gss_indicate_mechs.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INDICATE_MECHS 3 PRM
+.Os
.Sh NAME
.Nm gss_indicate_mechs
.Nd Determine available underlying authentication mechanisms
diff --git a/lib/libgssapi/gss_init_sec_context.3 b/lib/libgssapi/gss_init_sec_context.3
index 278dd17..9d14859 100644
--- a/lib/libgssapi/gss_init_sec_context.3
+++ b/lib/libgssapi/gss_init_sec_context.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INIT_SEC_CONTEXT 3 PRM
+.Os
.Sh NAME
.Nm gss_init_sec_context
.Nd Initiate a security context with a peer application
diff --git a/lib/libgssapi/gss_inquire_context.3 b/lib/libgssapi/gss_inquire_context.3
index 51fa18d..ba5d649 100644
--- a/lib/libgssapi/gss_inquire_context.3
+++ b/lib/libgssapi/gss_inquire_context.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INQUIRE_CONTEXT 3 PRM
+.Os
.Sh NAME
.Nm gss_inquire_context
.Nd Obtain information about a security context
diff --git a/lib/libgssapi/gss_inquire_cred.3 b/lib/libgssapi/gss_inquire_cred.3
index 99c20ce..923b373 100644
--- a/lib/libgssapi/gss_inquire_cred.3
+++ b/lib/libgssapi/gss_inquire_cred.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INQUIRE_CRED 3 PRM
+.Os
.Sh NAME
.Nm gss_inquire_cred
.Nd Obtain information about a credential
diff --git a/lib/libgssapi/gss_inquire_cred_by_mech.3 b/lib/libgssapi/gss_inquire_cred_by_mech.3
index 22319bd..c316930 100644
--- a/lib/libgssapi/gss_inquire_cred_by_mech.3
+++ b/lib/libgssapi/gss_inquire_cred_by_mech.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INQUIRE_CRED_BY_MECH 3 PRM
+.Os
.Sh NAME
.Nm gss_inquire_cred_by_mech
.Nd Obtain per-mechanism information about a credential
diff --git a/lib/libgssapi/gss_inquire_mechs_for_name.3 b/lib/libgssapi/gss_inquire_mechs_for_name.3
index b56e663..d8d94ed 100644
--- a/lib/libgssapi/gss_inquire_mechs_for_name.3
+++ b/lib/libgssapi/gss_inquire_mechs_for_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INQUIRE_MECHS_FOR_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_inquire_mechs_for_name
.Nd List mechanisms that support the specified name-type
diff --git a/lib/libgssapi/gss_inquire_names_for_mech.3 b/lib/libgssapi/gss_inquire_names_for_mech.3
index 8b7f069..c1b7528 100644
--- a/lib/libgssapi/gss_inquire_names_for_mech.3
+++ b/lib/libgssapi/gss_inquire_names_for_mech.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_INQUIRE_NAMES_FOR_MECH 3 PRM
+.Os
.Sh NAME
.Nm gss_inquire_names_for_mech
.Nd List the name-types supported by the specified mechanism
diff --git a/lib/libgssapi/gss_process_context_token.3 b/lib/libgssapi/gss_process_context_token.3
index 85e1029..53f5ebf 100644
--- a/lib/libgssapi/gss_process_context_token.3
+++ b/lib/libgssapi/gss_process_context_token.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_PROCESS_CONTEXT_TOKEN 3 PRM
+.Os
.Sh NAME
.Nm gss_process_context_token
.Nd Process a token on a security context from a peer application
diff --git a/lib/libgssapi/gss_release_buffer.3 b/lib/libgssapi/gss_release_buffer.3
index 432d422..259db3b 100644
--- a/lib/libgssapi/gss_release_buffer.3
+++ b/lib/libgssapi/gss_release_buffer.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_RELEASE_BUFFER 3 PRM
+.Os
.Sh NAME
.Nm gss_release_buffer
.Nd Discard a buffer
diff --git a/lib/libgssapi/gss_release_cred.3 b/lib/libgssapi/gss_release_cred.3
index ca99fc4..38fc784 100644
--- a/lib/libgssapi/gss_release_cred.3
+++ b/lib/libgssapi/gss_release_cred.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_RELEASE_CRED 3 PRM
+.Os
.Sh NAME
.Nm gss_release_cred
.Nd Discard a credential handle
diff --git a/lib/libgssapi/gss_release_name.3 b/lib/libgssapi/gss_release_name.3
index 7bf1181..ca737e0 100644
--- a/lib/libgssapi/gss_release_name.3
+++ b/lib/libgssapi/gss_release_name.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_RELEASE_NAME 3 PRM
+.Os
.Sh NAME
.Nm gss_release_name
.Nd Discard an internal-form name
diff --git a/lib/libgssapi/gss_release_oid_set.3 b/lib/libgssapi/gss_release_oid_set.3
index 0142e2f..391ad28 100644
--- a/lib/libgssapi/gss_release_oid_set.3
+++ b/lib/libgssapi/gss_release_oid_set.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_RELEASE_OID_SET 3 PRM
+.Os
.Sh NAME
.Nm gss_release_oid_set
.Nd Discard a set of object identifiers
diff --git a/lib/libgssapi/gss_test_oid_set_member.3 b/lib/libgssapi/gss_test_oid_set_member.3
index 86e06b3..c6dad0f 100644
--- a/lib/libgssapi/gss_test_oid_set_member.3
+++ b/lib/libgssapi/gss_test_oid_set_member.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_TEST_OID_SET_MEMBER 3 PRM
+.Os
.Sh NAME
.Nm gss_test_oid_set_member
.Nd Determines whether an object identifier is a member of a set
diff --git a/lib/libgssapi/gss_unwrap.3 b/lib/libgssapi/gss_unwrap.3
index cc75782..94537a4 100644
--- a/lib/libgssapi/gss_unwrap.3
+++ b/lib/libgssapi/gss_unwrap.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_UNWRAP 3 PRM
+.Os
.Sh NAME
.Nm gss_unwrap ,
.Nm gss_unseal
diff --git a/lib/libgssapi/gss_verify_mic.3 b/lib/libgssapi/gss_verify_mic.3
index b72f468..e8a4611 100644
--- a/lib/libgssapi/gss_verify_mic.3
+++ b/lib/libgssapi/gss_verify_mic.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_VERIFY_MIC 3 PRM
+.Os
.Sh NAME
.Nm gss_verify_mic ,
.Nm gss_verify
diff --git a/lib/libgssapi/gss_wrap.3 b/lib/libgssapi/gss_wrap.3
index c432b48..5732dd2 100644
--- a/lib/libgssapi/gss_wrap.3
+++ b/lib/libgssapi/gss_wrap.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_WRAP 3 PRM
+.Os
.Sh NAME
.Nm gss_wrap ,
.Nm gss_seal
diff --git a/lib/libgssapi/gss_wrap_size_limit.3 b/lib/libgssapi/gss_wrap_size_limit.3
index c1d40da..7a1cb59 100644
--- a/lib/libgssapi/gss_wrap_size_limit.3
+++ b/lib/libgssapi/gss_wrap_size_limit.3
@@ -28,8 +28,8 @@
.\"
.\" The following commands are required for all man pages.
.Dd January 26, 2010
-.Os
.Dt GSS_WRAP_SIZE_LIMIT 3 PRM
+.Os
.Sh NAME
.Nm gss_wrap_size_limit
.Nd Determine maximum message sizes
OpenPOWER on IntegriCloud