doc/man3: unindent a few unintended code blocks
[openssl.git] / doc / man3 / SSL_CTX_flush_sessions.pod
index 429e7176c005e167aa4bab0a2e7355f3965c1059..8c0be74653ffbd48b94c549e7c89702bc0d1196b 100644 (file)
@@ -24,7 +24,7 @@ If enabled, the internal session cache will collect all sessions established
 up to the specified maximum number (see SSL_CTX_sess_set_cache_size()).
 As sessions will not be reused ones they are expired, they should be
 removed from the cache to save resources. This can either be done
 up to the specified maximum number (see SSL_CTX_sess_set_cache_size()).
 As sessions will not be reused ones they are expired, they should be
 removed from the cache to save resources. This can either be done
- automatically whenever 255 new sessions were established (see
+automatically whenever 255 new sessions were established (see
 L<SSL_CTX_set_session_cache_mode(3)>)
 or manually by calling SSL_CTX_flush_sessions().
 
 L<SSL_CTX_set_session_cache_mode(3)>)
 or manually by calling SSL_CTX_flush_sessions().