$NetBSD: patch-doc_ssl_SSL__shutdown.pod,v 1.2 2014/01/10 14:32:42 tron Exp $ Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0. --- doc/ssl/SSL_shutdown.pod.orig 2014-01-06 13:47:42.000000000 +0000 +++ doc/ssl/SSL_shutdown.pod 2014-01-10 13:32:54.000000000 +0000 @@ -92,14 +92,14 @@ =over 4 -=item 0 +=item Z<>0 The shutdown is not yet finished. Call SSL_shutdown() for a second time, if a bidirectional shutdown shall be performed. The output of L may be misleading, as an erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred. -=item 1 +=item Z<>1 The shutdown was successfully completed. The "close notify" alert was sent and the peer's "close notify" alert was received.