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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to