From 6f1743c543a2492b92bc04a6837b9854b6b64ec8 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Tue, 30 Oct 2007 15:58:39 +0000 Subject: [PATCH] Remove an extra (commented out) .Sh HISTORY section heading, to avoid the risk of "shadowing" the following .El request, strip eol spaces and delete an empty line to fix mdoc warnings. MFC after: 3 days --- lib/libgssapi/gss_inquire_cred_by_mech.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libgssapi/gss_inquire_cred_by_mech.3 b/lib/libgssapi/gss_inquire_cred_by_mech.3 index 15acc0cd10de..85b5ecc8e44a 100644 --- a/lib/libgssapi/gss_inquire_cred_by_mech.3 +++ b/lib/libgssapi/gss_inquire_cred_by_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_CRED_BY_MECH 3 PRM .Sh NAME @@ -67,9 +67,8 @@ after use with a call to .Fn gss_release_name . Specify .Dv NULL -if not required. +if not required. .It initiator_lifetime - The number of seconds for which the credential will remain capable of initiating security contexts under the specified mechanism. If the credential can no longer be used to initiate contexts, @@ -136,7 +135,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