svn commit: r206863 - stable/7/lib/libgssapi

Giorgos Keramidas keramida at FreeBSD.org
Mon Apr 19 20:51:54 UTC 2010


Author: keramida (doc committer)
Date: Mon Apr 19 20:51:54 2010
New Revision: 206863
URL: http://svn.freebsd.org/changeset/base/206863

Log:
  MFC 173188
  
  Remove duplicate (but commented out) .Sh HISTORY section heading.
  It almost "shadows" the ending .El request of a list, which seems
  to have caused mdoc buglets in some gss_*.3 manpages.

Modified:
  stable/7/lib/libgssapi/gss_accept_sec_context.3
  stable/7/lib/libgssapi/gss_acquire_cred.3
  stable/7/lib/libgssapi/gss_add_oid_set_member.3
  stable/7/lib/libgssapi/gss_canonicalize_name.3
  stable/7/lib/libgssapi/gss_compare_name.3
  stable/7/lib/libgssapi/gss_context_time.3
  stable/7/lib/libgssapi/gss_delete_sec_context.3
  stable/7/lib/libgssapi/gss_display_name.3
  stable/7/lib/libgssapi/gss_display_status.3
  stable/7/lib/libgssapi/gss_duplicate_name.3
  stable/7/lib/libgssapi/gss_export_name.3
  stable/7/lib/libgssapi/gss_export_sec_context.3
  stable/7/lib/libgssapi/gss_get_mic.3
  stable/7/lib/libgssapi/gss_import_name.3
  stable/7/lib/libgssapi/gss_import_sec_context.3
  stable/7/lib/libgssapi/gss_indicate_mechs.3
  stable/7/lib/libgssapi/gss_init_sec_context.3
  stable/7/lib/libgssapi/gss_inquire_context.3
  stable/7/lib/libgssapi/gss_inquire_cred.3
  stable/7/lib/libgssapi/gss_inquire_names_for_mech.3
  stable/7/lib/libgssapi/gss_process_context_token.3
  stable/7/lib/libgssapi/gss_release_buffer.3
  stable/7/lib/libgssapi/gss_release_cred.3
  stable/7/lib/libgssapi/gss_release_name.3
  stable/7/lib/libgssapi/gss_release_oid_set.3
  stable/7/lib/libgssapi/gss_test_oid_set_member.3
  stable/7/lib/libgssapi/gss_unwrap.3
  stable/7/lib/libgssapi/gss_verify_mic.3
Directory Properties:
  stable/7/lib/libgssapi/   (props changed)

Modified: stable/7/lib/libgssapi/gss_accept_sec_context.3
==============================================================================
--- stable/7/lib/libgssapi/gss_accept_sec_context.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_accept_sec_context.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 Pro
 .It RFC 2744
 Generic Security Service API Version 2 : C-bindings
 .El
-.\" .Sh HISTORY
 .Sh HISTORY
 The
 .Nm

Modified: stable/7/lib/libgssapi/gss_acquire_cred.3
==============================================================================
--- stable/7/lib/libgssapi/gss_acquire_cred.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_acquire_cred.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 specif
 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

Modified: stable/7/lib/libgssapi/gss_add_oid_set_member.3
==============================================================================
--- stable/7/lib/libgssapi/gss_add_oid_set_member.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_add_oid_set_member.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_canonicalize_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_canonicalize_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_canonicalize_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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-forme
 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

Modified: stable/7/lib/libgssapi/gss_compare_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_compare_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_compare_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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-fo
 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

Modified: stable/7/lib/libgssapi/gss_context_time.3
==============================================================================
--- stable/7/lib/libgssapi/gss_context_time.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_context_time.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 ide
 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

Modified: stable/7/lib/libgssapi/gss_delete_sec_context.3
==============================================================================
--- stable/7/lib/libgssapi/gss_delete_sec_context.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_delete_sec_context.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_display_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_display_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_display_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_display_status.3
==============================================================================
--- stable/7/lib/libgssapi/gss_display_status.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_display_status.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_duplicate_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_duplicate_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_duplicate_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_export_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_export_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_export_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 supp
 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

Modified: stable/7/lib/libgssapi/gss_export_sec_context.3
==============================================================================
--- stable/7/lib/libgssapi/gss_export_sec_context.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_export_sec_context.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_get_mic.3
==============================================================================
--- stable/7/lib/libgssapi/gss_get_mic.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_get_mic.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 th
 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

Modified: stable/7/lib/libgssapi/gss_import_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_import_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_import_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 i
 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

Modified: stable/7/lib/libgssapi/gss_import_sec_context.3
==============================================================================
--- stable/7/lib/libgssapi/gss_import_sec_context.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_import_sec_context.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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
 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

Modified: stable/7/lib/libgssapi/gss_indicate_mechs.3
==============================================================================
--- stable/7/lib/libgssapi/gss_indicate_mechs.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_indicate_mechs.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_init_sec_context.3
==============================================================================
--- stable/7/lib/libgssapi/gss_init_sec_context.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_init_sec_context.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 Pro
 .It RFC 2744
 Generic Security Service API Version 2 : C-bindings
 .El
-.\" .Sh HISTORY
 .Sh HISTORY
 The
 .Nm

Modified: stable/7/lib/libgssapi/gss_inquire_context.3
==============================================================================
--- stable/7/lib/libgssapi/gss_inquire_context.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_inquire_context.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 acce
 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

Modified: stable/7/lib/libgssapi/gss_inquire_cred.3
==============================================================================
--- stable/7/lib/libgssapi/gss_inquire_cred.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_inquire_cred.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_inquire_names_for_mech.3
==============================================================================
--- stable/7/lib/libgssapi/gss_inquire_names_for_mech.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_inquire_names_for_mech.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_process_context_token.3
==============================================================================
--- stable/7/lib/libgssapi/gss_process_context_token.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_process_context_token.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_release_buffer.3
==============================================================================
--- stable/7/lib/libgssapi/gss_release_buffer.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_release_buffer.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_release_cred.3
==============================================================================
--- stable/7/lib/libgssapi/gss_release_cred.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_release_cred.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_release_name.3
==============================================================================
--- stable/7/lib/libgssapi/gss_release_name.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_release_name.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 val
 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

Modified: stable/7/lib/libgssapi/gss_release_oid_set.3
==============================================================================
--- stable/7/lib/libgssapi/gss_release_oid_set.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_release_oid_set.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_test_oid_set_member.3
==============================================================================
--- stable/7/lib/libgssapi/gss_test_oid_set_member.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_test_oid_set_member.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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

Modified: stable/7/lib/libgssapi/gss_unwrap.3
==============================================================================
--- stable/7/lib/libgssapi/gss_unwrap.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_unwrap.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 ide
 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

Modified: stable/7/lib/libgssapi/gss_verify_mic.3
==============================================================================
--- stable/7/lib/libgssapi/gss_verify_mic.3	Mon Apr 19 20:48:27 2010	(r206862)
+++ stable/7/lib/libgssapi/gss_verify_mic.3	Mon Apr 19 20:51:54 2010	(r206863)
@@ -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 ide
 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


More information about the svn-src-stable mailing list