Add the =back that was making pod2man abort. Fixes the `make install` target, it was failing at the install_docs sub-target. --- doc/ssl/SSL_CONF_cmd.pod | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod index bbda10a..552d4a8 100644 --- a/doc/ssl/SSL_CONF_cmd.pod +++ b/doc/ssl/SSL_CONF_cmd.pod @@ -332,6 +332,8 @@ The value is a file name. The value is a directory name. +=back + =head1 NOTES The order of operations is significant. This can be used to set either defaults -- 1.9.0 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
