22 lines
623 B
Plaintext
22 lines
623 B
Plaintext
$NetBSD: patch-doc_ssl_SSL__shutdown.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $
|
|
|
|
Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0.
|
|
|
|
--- doc/ssl/SSL_shutdown.pod.orig 2013-02-11 15:02:48.000000000 +0000
|
|
+++ doc/ssl/SSL_shutdown.pod
|
|
@@ -92,12 +92,12 @@ The following return values can occur:
|
|
|
|
=over 4
|
|
|
|
-=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.
|
|
|
|
-=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.
|