Add missing 'RETURN VALUES' sections in doc
[openssl.git] / doc / man3 / OPENSSL_fork_prepare.pod
index f1d75a717f9ffd0ead001418d6060bc6c0451085..650b6b599b7a002c0dee8db01afe678b069c8448 100644 (file)
@@ -38,6 +38,11 @@ be called before a fork() is done.  After the fork() returns, the parent
 process should call OPENSSL_fork_parent() and the child process should
 call OPENSSL_fork_child().
 
+=head1 RETURN VALUES
+
+OPENSSL_fork_prepare(), OPENSSL_fork_parent() and OPENSSL_fork_child() do not
+return values.
+
 =head1 SEE ALSO
 
 L<OPENSSL_init_crypto(3)>