A few small corrections to the SSL documentation.
[openssl.git] / doc / ssl / SSL_CTX_load_verify_locations.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