From owner-svn-src-head@FreeBSD.ORG Mon Dec 29 21:52:36 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 794C0C20; Mon, 29 Dec 2014 21:52:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A2AC1A5E; Mon, 29 Dec 2014 21:52:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBTLqaWo077687; Mon, 29 Dec 2014 21:52:36 GMT (envelope-from joel@FreeBSD.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBTLqXt3077670; Mon, 29 Dec 2014 21:52:33 GMT (envelope-from joel@FreeBSD.org) Message-Id: <201412292152.sBTLqXt3077670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: joel set sender to joel@FreeBSD.org using -f From: Joel Dahl Date: Mon, 29 Dec 2014 21:52:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276381 - head/lib/libgssapi X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 21:52:36 -0000 Author: joel (doc committer) Date: Mon Dec 29 21:52:32 2014 New Revision: 276381 URL: https://svnweb.freebsd.org/changeset/base/276381 Log: mdoc: sort SEE ALSO. Modified: head/lib/libgssapi/gss_acquire_cred.3 head/lib/libgssapi/gss_add_cred.3 head/lib/libgssapi/gss_add_oid_set_member.3 head/lib/libgssapi/gss_create_empty_oid_set.3 head/lib/libgssapi/gss_delete_sec_context.3 head/lib/libgssapi/gss_get_mic.3 head/lib/libgssapi/gss_import_sec_context.3 head/lib/libgssapi/gss_inquire_context.3 head/lib/libgssapi/gss_process_context_token.3 head/lib/libgssapi/gss_test_oid_set_member.3 head/lib/libgssapi/gss_unwrap.3 head/lib/libgssapi/gss_wrap.3 Modified: head/lib/libgssapi/gss_acquire_cred.3 ============================================================================== --- head/lib/libgssapi/gss_acquire_cred.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_acquire_cred.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -189,10 +189,10 @@ The credentials could not be acquired be No credentials were found for the specified name. .El .Sh SEE ALSO -.Xr gss_init_sec_context 3 , .Xr gss_accept_sec_context 3 , -.Xr gss_inquire_cred 3 , +.Xr gss_init_sec_context 3 , .Xr gss_inquire_context 3 , +.Xr gss_inquire_cred 3 , .Xr gss_release_cred 3 , .Xr gss_release_oid_set 3 .Sh STANDARDS Modified: head/lib/libgssapi/gss_add_cred.3 ============================================================================== --- head/lib/libgssapi/gss_add_cred.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_add_cred.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -288,11 +288,11 @@ The required credentials could not be ad No credentials were found for the specified name. .El .Sh SEE ALSO -.Xr gss_init_sec_context 3 , .Xr gss_accept_sec_context 3 , .Xr gss_acquire_cred 3 , -.Xr gss_inquire_cred 3 , +.Xr gss_init_sec_context 3 , .Xr gss_inquire_context 3 , +.Xr gss_inquire_cred 3 , .Xr gss_release_cred 3 , .Xr gss_release_oid_set 3 .Sh STANDARDS Modified: head/lib/libgssapi/gss_add_oid_set_member.3 ============================================================================== --- head/lib/libgssapi/gss_add_oid_set_member.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_add_oid_set_member.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -85,8 +85,8 @@ The set in which the object identifier s Successful completion .El .Sh SEE ALSO -.Xr gss_create_empty_oid_set 3 , -.Xr gss_acquire_cred 3 +.Xr gss_acquire_cred 3 , +.Xr gss_create_empty_oid_set 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_create_empty_oid_set.3 ============================================================================== --- head/lib/libgssapi/gss_create_empty_oid_set.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_create_empty_oid_set.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -66,8 +66,8 @@ which the application must free after us Successful completion .El .Sh SEE ALSO -.Xr gss_add_oid_set_member 3 , -.Xr gss_acquire_cred 3 +.Xr gss_acquire_cred 3 , +.Xr gss_add_oid_set_member 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_delete_sec_context.3 ============================================================================== --- head/lib/libgssapi/gss_delete_sec_context.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_delete_sec_context.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -117,9 +117,9 @@ Successful completion No valid context was supplied .El .Sh SEE ALSO -.Xr gss_process_context_token 3 , +.Xr gss_accept_sec_context 3 , .Xr gss_init_sec_context 3 , -.Xr gss_accept_sec_context 3 +.Xr gss_process_context_token 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_get_mic.3 ============================================================================== --- head/lib/libgssapi/gss_get_mic.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_get_mic.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -120,8 +120,8 @@ The context_handle parameter did not ide The specified QOP is not supported by the mechanism .El .Sh SEE ALSO -.Xr gss_wrap 3 , -.Xr gss_release_buffer 3 +.Xr gss_release_buffer 3 , +.Xr gss_wrap 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_import_sec_context.3 ============================================================================== --- head/lib/libgssapi/gss_import_sec_context.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_import_sec_context.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -75,8 +75,8 @@ The operation is unavailable Local policy prevents the import of this context by the current process .El .Sh SEE ALSO -.Xr gss_export_sec_context 3 , -.Xr gss_delete_sec_context 3 +.Xr gss_delete_sec_context 3 , +.Xr gss_export_sec_context 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_inquire_context.3 ============================================================================== --- head/lib/libgssapi/gss_inquire_context.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_inquire_context.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -236,11 +236,11 @@ Successful completion The referenced context could not be accessed .El .Sh SEE ALSO -.Xr gss_release_name 3 , -.Xr gss_init_sec_context 3 , -.Xr gss_wrap 3 , +.Xr gss_export_sec_context 3 , .Xr gss_get_mic 3 , -.Xr gss_export_sec_context 3 +.Xr gss_init_sec_context 3 , +.Xr gss_release_name 3 , +.Xr gss_wrap 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_process_context_token.3 ============================================================================== --- head/lib/libgssapi/gss_process_context_token.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_process_context_token.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -91,8 +91,8 @@ The did not refer to a valid context .El .Sh SEE ALSO -.Xr gss_init_sec_context 3 , -.Xr gss_accept_sec_context 3 +.Xr gss_accept_sec_context 3 , +.Xr gss_init_sec_context 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_test_oid_set_member.3 ============================================================================== --- head/lib/libgssapi/gss_test_oid_set_member.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_test_oid_set_member.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -70,8 +70,8 @@ Non-zero if the specified OID is a membe Successful completion .El .Sh SEE ALSO -.Xr gss_indicate_mechs 3 , .Xr gss_acquire_cred 3 , +.Xr gss_indicate_mechs 3 , .Xr gss_inquire_cred 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" Modified: head/lib/libgssapi/gss_unwrap.3 ============================================================================== --- head/lib/libgssapi/gss_unwrap.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_unwrap.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -147,8 +147,8 @@ The context has already expired. The context_handle parameter did not identify a valid context. .El .Sh SEE ALSO -.Xr gss_wrap 3 , -.Xr gss_release_buffer 3 +.Xr gss_release_buffer 3 , +.Xr gss_wrap 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743 Modified: head/lib/libgssapi/gss_wrap.3 ============================================================================== --- head/lib/libgssapi/gss_wrap.3 Mon Dec 29 21:43:02 2014 (r276380) +++ head/lib/libgssapi/gss_wrap.3 Mon Dec 29 21:52:32 2014 (r276381) @@ -134,8 +134,8 @@ The context_handle parameter did not ide The specified QOP is not supported by the mechanism. .El .Sh SEE ALSO -.Xr gss_unwrap 3 , -.Xr gss_release_buffer 3 +.Xr gss_release_buffer 3 , +.Xr gss_unwrap 3 .Sh STANDARDS .Bl -tag -width ".It RFC 2743" .It RFC 2743