From 98eb34a74cb9c6961f455f69baf7d0007e418b9f Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Tue, 30 Oct 2007 16:05:40 +0000 Subject: [PATCH] Remove an extra (commented out) .Sh HISTORY section heading, to avoid the risk of "shadowing" the following .El request, and delete an empty line to fix mdoc warnings. MFC after: 3 days --- lib/libgssapi/gss_inquire_mechs_for_name.3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libgssapi/gss_inquire_mechs_for_name.3 b/lib/libgssapi/gss_inquire_mechs_for_name.3 index 1427a3163dc0..91d1c81082c6 100644 --- a/lib/libgssapi/gss_inquire_mechs_for_name.3 +++ b/lib/libgssapi/gss_inquire_mechs_for_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_INQUIRE_MECHS_FOR_NAME 3 PRM .Sh NAME @@ -47,7 +47,6 @@ Returns the set of mechanisms supported by the GSS-API implementation that may be able to process the specified name. .Pp - Each mechanism returned will recognize at least one element within the name. It is permissible for this routine to be implemented within a @@ -97,7 +96,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