From owner-svn-src-stable-7@FreeBSD.ORG Mon Apr 19 20:53:39 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D61F106566C; Mon, 19 Apr 2010 20:53:38 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3261B8FC1D; Mon, 19 Apr 2010 20:53:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o3JKrcZf012953; Mon, 19 Apr 2010 20:53:38 GMT (envelope-from keramida@svn.freebsd.org) Received: (from keramida@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o3JKrcfU012950; Mon, 19 Apr 2010 20:53:38 GMT (envelope-from keramida@svn.freebsd.org) Message-Id: <201004192053.o3JKrcfU012950@svn.freebsd.org> From: Giorgos Keramidas Date: Mon, 19 Apr 2010 20:53:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r206864 - stable/7/lib/libgssapi X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 20:53:39 -0000 Author: keramida (doc committer) Date: Mon Apr 19 20:53:37 2010 New Revision: 206864 URL: http://svn.freebsd.org/changeset/base/206864 Log: MFC 173189 Change a .PP request to a valid .Pp mdoc request, and remove an extra (but commented out) .Sh HISTORY section heading. Modified: stable/7/lib/libgssapi/gss_add_cred.3 stable/7/lib/libgssapi/gss_create_empty_oid_set.3 Directory Properties: stable/7/lib/libgssapi/ (props changed) Modified: stable/7/lib/libgssapi/gss_add_cred.3 ============================================================================== --- stable/7/lib/libgssapi/gss_add_cred.3 Mon Apr 19 20:51:54 2010 (r206863) +++ stable/7/lib/libgssapi/gss_add_cred.3 Mon Apr 19 20:53:37 2010 (r206864) @@ -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_CRED 3 PRM .Sh NAME @@ -86,7 +86,7 @@ is .Dv GSS_C_ACCEPT or .Dv GSS_C_BOTH ). -.PP +.Pp This routine is expected to be used primarily by context acceptors, since implementations are likely to provide mechanism-specific ways of obtaining GSS-API initiator credentials from the system login process. @@ -301,7 +301,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_create_empty_oid_set.3 ============================================================================== --- stable/7/lib/libgssapi/gss_create_empty_oid_set.3 Mon Apr 19 20:51:54 2010 (r206863) +++ stable/7/lib/libgssapi/gss_create_empty_oid_set.3 Mon Apr 19 20:53:37 2010 (r206864) @@ -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_CREATE_EMPTY_OID_SET 3 PRM .Sh NAME @@ -55,7 +55,6 @@ object identifiers for input to .It minor_status Mechanism specific status code. .It oid_set - The empty object identifier set. The routine will allocate the gss_OID_set_desc object, which the application must free after use with a call to @@ -75,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