Hi,

in two of the many OpenSSL manual pages, in the NAME section,
the last word of the name list is followed by a stray trailing
comma.  While this may seem minor, it is worth fixing because
it may confuse some makewhatis(8) implementations.

While here, also add the missing word "size" to the one line
description in SSL_CTX_set_max_cert_list(3).

Found with OpenSSL 1.0.1c on OpenBSD-current; the bug ist still
present in the git head.

Yours,
  Ingo


commit 0dc90fc72a0e4f1b951a25120a08b91b34eda77b
Author: Ingo Schwarze <schwa...@openbsd.org>
Date:   Sat Jan 18 11:46:25 2014 +0100

    Remove the trailing comma from the name list in the NAME section
    to avoid confusing makewhatis(8).
    Also add a missing word to the max_cert_list one line description.

diff --git a/doc/crypto/ASN1_OBJECT_new.pod b/doc/crypto/ASN1_OBJECT_new.pod
index 9bae40f..338b726 100644
--- a/doc/crypto/ASN1_OBJECT_new.pod
+++ b/doc/crypto/ASN1_OBJECT_new.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-ASN1_OBJECT_new, ASN1_OBJECT_free, - object allocation functions
+ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
 
 =head1 SYNOPSIS
 
diff --git a/doc/ssl/SSL_CTX_set_max_cert_list.pod 
b/doc/ssl/SSL_CTX_set_max_cert_list.pod
index da68cb9..6a79e67 100644
--- a/doc/ssl/SSL_CTX_set_max_cert_list.pod
+++ b/doc/ssl/SSL_CTX_set_max_cert_list.pod
@@ -2,7 +2,9 @@
 
 =head1 NAME
 
-SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list, SSL_set_max_cert_list, 
SSL_get_max_cert_list, - manipulate allowed for the peer's certificate chain
+SSL_CTX_set_max_cert_list, SSL_CTX_get_max_cert_list,
+SSL_set_max_cert_list, SSL_get_max_cert_list, -
+manipulate allowed size for the peer's certificate chain
 
 =head1 SYNOPSIS
 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to