Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2010 20:56:04 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r206867 - stable/7/lib/libgssapi
Message-ID:  <201004192056.o3JKu4Ml013618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: keramida (doc committer)
Date: Mon Apr 19 20:56:04 2010
New Revision: 206867
URL: http://svn.freebsd.org/changeset/base/206867

Log:
  MFC 173190
  
  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.

Modified:
  stable/7/lib/libgssapi/gss_inquire_cred_by_mech.3
Directory Properties:
  stable/7/lib/libgssapi/   (props changed)

Modified: stable/7/lib/libgssapi/gss_inquire_cred_by_mech.3
==============================================================================
--- stable/7/lib/libgssapi/gss_inquire_cred_by_mech.3	Mon Apr 19 20:55:41 2010	(r206866)
+++ stable/7/lib/libgssapi/gss_inquire_cred_by_mech.3	Mon Apr 19 20:56:04 2010	(r206867)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004192056.o3JKu4Ml013618>