aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_load_verify_locations.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-10 09:15:47 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-10 09:15:47 +0000
commit53fe8d5be5bb19086345235e6b5c1dbf79c053c9 (patch)
tree6fa8fdb569890e7e72443c3390c98a806829b16a /doc/ssl/SSL_CTX_load_verify_locations.pod
parent8c23788dd1f4e655d790f3e67a2e6f42feecb4cf (diff)
downloadopenssl-53fe8d5be5bb19086345235e6b5c1dbf79c053c9.tar.gz
A few small corrections to the SSL documentation.
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'doc/ssl/SSL_CTX_load_verify_locations.pod')
-rw-r--r--doc/ssl/SSL_CTX_load_verify_locations.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_load_verify_locations.pod b/doc/ssl/SSL_CTX_load_verify_locations.pod
index 66bb6f33b6..d46f8aab5f 100644
--- a/doc/ssl/SSL_CTX_load_verify_locations.pod
+++ b/doc/ssl/SSL_CTX_load_verify_locations.pod
@@ -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