summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_shutdown.pod
diff options
context:
space:
mode:
authorScott Schaefer <saschaefer@neurodiverse.org>2014-08-13 14:42:23 -0400
committerRich Salz <rsalz@openssl.org>2014-09-08 11:18:30 -0400
commitfe7573042fa7f406fedb78d959659b39a7a1dcfb (patch)
treef4ff13473aa4f05eea98444860dd12c118d406be /doc/ssl/SSL_shutdown.pod
parent2afb29b480d87c4c24f830e69dfe82762e3db608 (diff)
RT2518: fix pod2man errors
pod2man now complains when item tags are not sequential. Also complains about missing =back and other tags. Silence the warnings; most were already done. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/ssl/SSL_shutdown.pod')
-rw-r--r--doc/ssl/SSL_shutdown.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_shutdown.pod b/doc/ssl/SSL_shutdown.pod
index 85d4a64b03..efbff5a0a3 100644
--- a/doc/ssl/SSL_shutdown.pod
+++ b/doc/ssl/SSL_shutdown.pod
@@ -104,7 +104,7 @@ erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
The shutdown was successfully completed. The "close notify" alert was sent
and the peer's "close notify" alert was received.
-=item -1
+=item E<lt>0
The shutdown was not successful because a fatal error occurred either
at the protocol level or a connection failure occurred. It can also occur if