Add missing SEE ALSO section header.
authorjim <jim@openbsd.org>
Sun, 4 May 2014 21:15:12 +0000 (21:15 +0000)
committerjim <jim@openbsd.org>
Sun, 4 May 2014 21:15:12 +0000 (21:15 +0000)
ok jmc@

lib/libssl/src/doc/ssl/SSL_clear.pod
lib/libssl/src/doc/ssl/SSL_free.pod

index 2da0b02..e115a07 100644 (file)
@@ -67,6 +67,8 @@ The SSL_clear() operation was successful.
 
 =back
 
+=head1 SEE ALSO
+
 L<SSL_new(3)|SSL_new(3)>, L<SSL_free(3)|SSL_free(3)>,
 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>,
index 13c1abd..61603d8 100644 (file)
@@ -37,6 +37,8 @@ from the session cache as required by RFC2246.
 
 SSL_free() does not provide diagnostic information.
 
+=head1 SEE ALSO
+
 L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
 L<ssl(3)|ssl(3)>