Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/openssl/doc/ssl fix unterminated L<>.



details:   https://anonhg.NetBSD.org/src/rev/41ec8fe19698
branches:  trunk
changeset: 508500:41ec8fe19698
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Apr 12 09:42:45 2001 +0000

description:
fix unterminated L<>.

diffstat:

 crypto/dist/openssl/doc/ssl/SSL_shutdown.pod |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e644522052b5 -r 41ec8fe19698 crypto/dist/openssl/doc/ssl/SSL_shutdown.pod
--- a/crypto/dist/openssl/doc/ssl/SSL_shutdown.pod      Thu Apr 12 09:09:56 2001 +0000
+++ b/crypto/dist/openssl/doc/ssl/SSL_shutdown.pod      Thu Apr 12 09:42:45 2001 +0000
@@ -66,7 +66,7 @@
 
 L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
-L<SSL_clear(3)|SSL_clear(3), L<SSL_free(3)|SSL_free(3)>,
+L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>,
 L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
 
 =cut



Home | Main Index | Thread Index | Old Index