A few small corrections to the SSL documentation.
authorRichard Levitte <levitte@openssl.org>
Tue, 10 Oct 2000 09:15:47 +0000 (09:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Oct 2000 09:15:47 +0000 (09:15 +0000)
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

doc/ssl/SSL_CTX_load_verify_locations.pod
doc/ssl/SSL_accept.pod
doc/ssl/SSL_connect.pod
doc/ssl/SSL_read.pod
doc/ssl/SSL_write.pod

index 66bb6f33b63b661ec7264f98037cccf392e6b1d3..d46f8aab5fddd459eb019a14e02ecd6dc0590c6f 100644 (file)
@@ -64,7 +64,7 @@ Prepare the directory /some/where/certs containing several CA certificates
 for use as B<CApath>:
 
  cd /some/where/certs
- c_rehash
+ c_rehash .
 
 =head1 RETURN VALUES
 
index 0c79ac515e1d4c7dbc4a5558b25e79066a6aed16..46f95abb2f2283377a7a6fd4e8939cc78101e8e8 100644 (file)
@@ -54,7 +54,7 @@ The TLS/SSL handshake was not successful but was shut down controlled and
 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
 return value B<ret> to find out the reason.
 
-=item -1
+=item E<lt>0
 
 The TLS/SSL handshake was not successful because a fatal error occurred either
 at the protocol level or a connection failure occurred. The shutdown was
index debe41744f0a99efaa28c861d10d25e6e0130921..0316f8df1cd0e8c7cde9f303d38866c98b6c53f7 100644 (file)
@@ -51,7 +51,7 @@ The TLS/SSL handshake was not successful but was shut down controlled and
 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
 return value B<ret> to find out the reason.
 
-=item -1
+=item E<lt>0
 
 The TLS/SSL handshake was not successful, because a fatal error occurred either
 at the protocol level or a connection failure occurred. The shutdown was
index 072dc26cf2843470dd33f93170bbc696a3f29dac..9bff32500b89900dcd3470873a45fa90925b3839 100644 (file)
@@ -61,7 +61,7 @@ The read operation was not successful, probably because no data was
 available. Call SSL_get_error() with the return value B<ret> to find out,
 whether an error occurred.
 
-=item -1
+=item E<lt>0
 
 The read operation was not successful, because either an error occurred
 or action must be taken by the calling process. Call SSL_get_error() with the
index db67c187e0ee9387574e9ee73a7faf851a6a3217..7ce625ac215a83ae8c7d858e152ae2748338db59 100644 (file)
@@ -60,7 +60,7 @@ bytes actually written to the TLS/SSL connection.
 The write operation was not successful. Call SSL_get_error() with the return
 value B<ret> to find out, whether an error occurred.
 
-=item -1
+=item E<lt>0
 
 The read operation was not successful, because either an error occurred
 or action must be taken by the calling process. Call SSL_get_error() with the