diff options
author | 2014-12-02 14:11:01 +0000 | |
---|---|---|
committer | 2014-12-02 14:11:01 +0000 | |
commit | 97f31fe2254d38180db9858341d1981cd8ab73e8 (patch) | |
tree | 61f3cb7ef114857af99f4533f7c72e0a153d1c52 /lib/libssl/doc/SSL_connect.3 | |
parent | delete unused, almost empty file (diff) | |
download | wireguard-openbsd-97f31fe2254d38180db9858341d1981cd8ab73e8.tar.xz wireguard-openbsd-97f31fe2254d38180db9858341d1981cd8ab73e8.zip |
add some openbsd tags, and a first pass at cleanup;
Diffstat (limited to 'lib/libssl/doc/SSL_connect.3')
-rw-r--r-- | lib/libssl/doc/SSL_connect.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libssl/doc/SSL_connect.3 b/lib/libssl/doc/SSL_connect.3 index 4f8428c3c98..74f9b619510 100644 --- a/lib/libssl/doc/SSL_connect.3 +++ b/lib/libssl/doc/SSL_connect.3 @@ -1,4 +1,7 @@ -.Dd $Mdocdate: October 12 2014 $ +.\" +.\" $OpenBSD: SSL_connect.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" +.Dd $Mdocdate: December 2 2014 $ .Dt SSL_CONNECT 3 .Os .Sh NAME @@ -19,7 +22,7 @@ by setting an underlying The behaviour of .Fn SSL_connect depends on the underlying -.Vt BIO. +.Vt BIO . .Pp If the underlying .Vt BIO |