summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2007-10-30 15:52:55 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2007-10-30 15:52:55 +0000
commit22b9ec401b5bea60b62b13bc85fd844714e342e3 (patch)
tree60e6bb5851ea9bc2a8e99a66f06d48fe8f665b61
parent2b39bec3a74a576a1b963d5a5cda52a62fcfcf4f (diff)
Notes
-rw-r--r--lib/libgssapi/gss_accept_sec_context.33
-rw-r--r--lib/libgssapi/gss_acquire_cred.33
-rw-r--r--lib/libgssapi/gss_add_oid_set_member.33
-rw-r--r--lib/libgssapi/gss_canonicalize_name.33
-rw-r--r--lib/libgssapi/gss_compare_name.33
-rw-r--r--lib/libgssapi/gss_context_time.33
-rw-r--r--lib/libgssapi/gss_delete_sec_context.33
-rw-r--r--lib/libgssapi/gss_display_name.33
-rw-r--r--lib/libgssapi/gss_display_status.33
-rw-r--r--lib/libgssapi/gss_duplicate_name.33
-rw-r--r--lib/libgssapi/gss_export_name.33
-rw-r--r--lib/libgssapi/gss_export_sec_context.33
-rw-r--r--lib/libgssapi/gss_get_mic.33
-rw-r--r--lib/libgssapi/gss_import_name.33
-rw-r--r--lib/libgssapi/gss_import_sec_context.33
-rw-r--r--lib/libgssapi/gss_indicate_mechs.33
-rw-r--r--lib/libgssapi/gss_init_sec_context.33
-rw-r--r--lib/libgssapi/gss_inquire_context.33
-rw-r--r--lib/libgssapi/gss_inquire_cred.33
-rw-r--r--lib/libgssapi/gss_inquire_names_for_mech.33
-rw-r--r--lib/libgssapi/gss_process_context_token.33
-rw-r--r--lib/libgssapi/gss_release_buffer.33
-rw-r--r--lib/libgssapi/gss_release_cred.33
-rw-r--r--lib/libgssapi/gss_release_name.33
-rw-r--r--lib/libgssapi/gss_release_oid_set.33
-rw-r--r--lib/libgssapi/gss_test_oid_set_member.33
-rw-r--r--lib/libgssapi/gss_unwrap.33
-rw-r--r--lib/libgssapi/gss_verify_mic.33
28 files changed, 28 insertions, 56 deletions
diff --git a/lib/libgssapi/gss_accept_sec_context.3 b/lib/libgssapi/gss_accept_sec_context.3
index 43c95764c1d8a..6b575183553b4 100644
--- a/lib/libgssapi/gss_accept_sec_context.3
+++ b/lib/libgssapi/gss_accept_sec_context.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_ACCEPT_SEC_CONTEXT 3 PRM
.Sh NAME
@@ -448,7 +448,6 @@ Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
.El
-.\" .Sh HISTORY
.Sh HISTORY
The
.Nm
diff --git a/lib/libgssapi/gss_acquire_cred.3 b/lib/libgssapi/gss_acquire_cred.3
index 7462dc06191d0..b43185cbdeaa7 100644
--- a/lib/libgssapi/gss_acquire_cred.3
+++ b/lib/libgssapi/gss_acquire_cred.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_ACQUIRE_CRED 3 PRM
.Sh NAME
@@ -201,7 +201,6 @@ No credentials were found for the specified name.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_add_oid_set_member.3 b/lib/libgssapi/gss_add_oid_set_member.3
index 94661d298693a..255050b3b3988 100644
--- a/lib/libgssapi/gss_add_oid_set_member.3
+++ b/lib/libgssapi/gss_add_oid_set_member.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_ADD_OID_SET_MEMBER 3 PRM
.Sh NAME
@@ -93,7 +93,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_canonicalize_name.3 b/lib/libgssapi/gss_canonicalize_name.3
index 78ddd4cadbf02..b38ca93e3e2f1 100644
--- a/lib/libgssapi/gss_canonicalize_name.3
+++ b/lib/libgssapi/gss_canonicalize_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_CANONICALIZE_NAME 3 PRM
.Sh NAME
@@ -100,7 +100,6 @@ The provided internal name was ill-formed.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_compare_name.3 b/lib/libgssapi/gss_compare_name.3
index 34caaadd4b158..561c9944161a1 100644
--- a/lib/libgssapi/gss_compare_name.3
+++ b/lib/libgssapi/gss_compare_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_COMPARE_NAME PRM
.Sh NAME
@@ -85,7 +85,6 @@ One or both of name1 or name2 was ill-formed.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_context_time.3 b/lib/libgssapi/gss_context_time.3
index edfc852f6357f..96f61a9c3f242 100644
--- a/lib/libgssapi/gss_context_time.3
+++ b/lib/libgssapi/gss_context_time.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_CONTEXT_TIME 3 PRM
.Sh NAME
@@ -71,7 +71,6 @@ The context_handle parameter did not identify a valid context
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_delete_sec_context.3 b/lib/libgssapi/gss_delete_sec_context.3
index 16466be89e134..d24644ac4bdd0 100644
--- a/lib/libgssapi/gss_delete_sec_context.3
+++ b/lib/libgssapi/gss_delete_sec_context.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_DELETE_SEC_CONTEXT 3 PRM
.Sh NAME
@@ -126,7 +126,6 @@ No valid context was supplied
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_display_name.3 b/lib/libgssapi/gss_display_name.3
index 24e63705dec6e..4f508700b3ae2 100644
--- a/lib/libgssapi/gss_display_name.3
+++ b/lib/libgssapi/gss_display_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_DISPLAY_NAME 3 PRM
.Sh NAME
@@ -114,7 +114,6 @@ was ill-formed
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_display_status.3 b/lib/libgssapi/gss_display_status.3
index dacf9634e4b34..3b3c3236559ab 100644
--- a/lib/libgssapi/gss_display_status.3
+++ b/lib/libgssapi/gss_display_status.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_DISPLAY_STATUS 3 PRM
.Sh NAME
@@ -173,7 +173,6 @@ nor
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_duplicate_name.3 b/lib/libgssapi/gss_duplicate_name.3
index c5b6854d88da2..af885bfb229c6 100644
--- a/lib/libgssapi/gss_duplicate_name.3
+++ b/lib/libgssapi/gss_duplicate_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_DUPLICATE_NAME 3 PRM
.Sh NAME
@@ -86,7 +86,6 @@ parameter was ill-formed
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_export_name.3 b/lib/libgssapi/gss_export_name.3
index 629e44681694c..c10f472d2ba57 100644
--- a/lib/libgssapi/gss_export_name.3
+++ b/lib/libgssapi/gss_export_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_EXPORT_NAME 3 PRM
.Sh NAME
@@ -91,7 +91,6 @@ The internal name was of a type not supported by the GSS-API implementation.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_export_sec_context.3 b/lib/libgssapi/gss_export_sec_context.3
index 7cc3464158155..d8359c8be30a9 100644
--- a/lib/libgssapi/gss_export_sec_context.3
+++ b/lib/libgssapi/gss_export_sec_context.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_EXPORT_SEC_CONTEXT 3 PRM
.Sh NAME
@@ -131,7 +131,6 @@ The operation is not supported
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_get_mic.3 b/lib/libgssapi/gss_get_mic.3
index b259f362381a7..8f435d6fe0836 100644
--- a/lib/libgssapi/gss_get_mic.3
+++ b/lib/libgssapi/gss_get_mic.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_GET_MIC 3 PRM
.Sh NAME
@@ -128,7 +128,6 @@ The specified QOP is not supported by the mechanism
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_import_name.3 b/lib/libgssapi/gss_import_name.3
index 931bf44d64532..ed16278b93d6d 100644
--- a/lib/libgssapi/gss_import_name.3
+++ b/lib/libgssapi/gss_import_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_IMPORT_NAME 3 PRM
.Sh NAME
@@ -102,7 +102,6 @@ but the mechanism contained within the input-name is not supported
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_import_sec_context.3 b/lib/libgssapi/gss_import_sec_context.3
index 07b5e19172e7b..f4dda843c4aef 100644
--- a/lib/libgssapi/gss_import_sec_context.3
+++ b/lib/libgssapi/gss_import_sec_context.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_IMPORT_SEC_CONTEXT 3 PRM
.Sh NAME
@@ -83,7 +83,6 @@ Local policy prevents the import of this context by the current process
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_indicate_mechs.3 b/lib/libgssapi/gss_indicate_mechs.3
index 52458576d41d5..469ad1db4662a 100644
--- a/lib/libgssapi/gss_indicate_mechs.3
+++ b/lib/libgssapi/gss_indicate_mechs.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_INDICATE_MECHS 3 PRM
.Sh NAME
@@ -70,7 +70,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_init_sec_context.3 b/lib/libgssapi/gss_init_sec_context.3
index 9e019cfaa8ed7..5c39de457df99 100644
--- a/lib/libgssapi/gss_init_sec_context.3
+++ b/lib/libgssapi/gss_init_sec_context.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_INIT_SEC_CONTEXT 3 PRM
.Sh NAME
@@ -535,7 +535,6 @@ Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
.El
-.\" .Sh HISTORY
.Sh HISTORY
The
.Nm
diff --git a/lib/libgssapi/gss_inquire_context.3 b/lib/libgssapi/gss_inquire_context.3
index a527b560a3772..2ecd4d60567f9 100644
--- a/lib/libgssapi/gss_inquire_context.3
+++ b/lib/libgssapi/gss_inquire_context.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_INQUIRE_CONTEXT 3 PRM
.Sh NAME
@@ -247,7 +247,6 @@ The referenced context could not be accessed
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_inquire_cred.3 b/lib/libgssapi/gss_inquire_cred.3
index 021bc9c23427e..979f96e7ce094 100644
--- a/lib/libgssapi/gss_inquire_cred.3
+++ b/lib/libgssapi/gss_inquire_cred.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_INQUIRE_CRED 3 PRM
.Sh NAME
@@ -121,7 +121,6 @@ it will be set to 0
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_inquire_names_for_mech.3 b/lib/libgssapi/gss_inquire_names_for_mech.3
index 247f93e4ec189..64d8c9c0940e9 100644
--- a/lib/libgssapi/gss_inquire_names_for_mech.3
+++ b/lib/libgssapi/gss_inquire_names_for_mech.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_INQUIRE_NAMES_FOR_MECH 3 PRM
.Sh NAME
@@ -70,7 +70,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_process_context_token.3 b/lib/libgssapi/gss_process_context_token.3
index 3459f0f921dd1..884a5568acd40 100644
--- a/lib/libgssapi/gss_process_context_token.3
+++ b/lib/libgssapi/gss_process_context_token.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_PROCESS_CONTEXT_TOKEN 3 PRM
.Sh NAME
@@ -99,7 +99,6 @@ did not refer to a valid context
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_release_buffer.3 b/lib/libgssapi/gss_release_buffer.3
index 4b43837d4ffa0..4cc449f9eae45 100644
--- a/lib/libgssapi/gss_release_buffer.3
+++ b/lib/libgssapi/gss_release_buffer.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_RELEASE_BUFFER 3 PRM
.Sh NAME
@@ -74,7 +74,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_release_cred.3 b/lib/libgssapi/gss_release_cred.3
index 1154b896f937c..2f9fca6cbc327 100644
--- a/lib/libgssapi/gss_release_cred.3
+++ b/lib/libgssapi/gss_release_cred.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_RELEASE_CRED 3 PRM
.Sh NAME
@@ -71,7 +71,6 @@ Credentials could not be accessed
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_release_name.3 b/lib/libgssapi/gss_release_name.3
index 8c696f8ba58bc..a6d858c30e257 100644
--- a/lib/libgssapi/gss_release_name.3
+++ b/lib/libgssapi/gss_release_name.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_RELEASE_NAME 3 PRM
.Sh NAME
@@ -67,7 +67,6 @@ The name parameter did not contain a valid name
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_release_oid_set.3 b/lib/libgssapi/gss_release_oid_set.3
index 0f176287b2867..1e11f44de3906 100644
--- a/lib/libgssapi/gss_release_oid_set.3
+++ b/lib/libgssapi/gss_release_oid_set.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_RELEASE_OID_SET 3 PRM
.Sh NAME
@@ -72,7 +72,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_test_oid_set_member.3 b/lib/libgssapi/gss_test_oid_set_member.3
index 8269637edcac1..38e5f3fe45340 100644
--- a/lib/libgssapi/gss_test_oid_set_member.3
+++ b/lib/libgssapi/gss_test_oid_set_member.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_TEST_OID_SET_MEMBER 3 PRM
.Sh NAME
@@ -79,7 +79,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_unwrap.3 b/lib/libgssapi/gss_unwrap.3
index d422ae5d9a694..770d9c924afea 100644
--- a/lib/libgssapi/gss_unwrap.3
+++ b/lib/libgssapi/gss_unwrap.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_UNWRAP 3 PRM
.Sh NAME
@@ -155,7 +155,6 @@ The context_handle parameter did not identify a valid context.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.Sh HISTORY
The
.Nm
diff --git a/lib/libgssapi/gss_verify_mic.3 b/lib/libgssapi/gss_verify_mic.3
index ab63706b2e578..e482dbf6d3e3f 100644
--- a/lib/libgssapi/gss_verify_mic.3
+++ b/lib/libgssapi/gss_verify_mic.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_VERIFY_MIC 3 PRM
.Sh NAME
@@ -135,7 +135,6 @@ The context_handle parameter did not identify a valid context
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The