diff options
author | jmc <> | 2014-12-02 14:11:01 +0000 |
---|---|---|
committer | jmc <> | 2014-12-02 14:11:01 +0000 |
commit | 174d038fade0949336a02287c6f1d77a837c7627 (patch) | |
tree | fdbd454e8f8522fb36b37a4b6d5e47bcb60b444a /src/lib/libssl/doc/BIO_f_ssl.3 | |
parent | b806b11b9751f4a49e3bdf26c69b59c75061abd3 (diff) | |
download | openbsd-174d038fade0949336a02287c6f1d77a837c7627.tar.gz openbsd-174d038fade0949336a02287c6f1d77a837c7627.tar.bz2 openbsd-174d038fade0949336a02287c6f1d77a837c7627.zip |
add some openbsd tags, and a first pass at cleanup;
Diffstat (limited to 'src/lib/libssl/doc/BIO_f_ssl.3')
-rw-r--r-- | src/lib/libssl/doc/BIO_f_ssl.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libssl/doc/BIO_f_ssl.3 b/src/lib/libssl/doc/BIO_f_ssl.3 index 31c9963edb..851e4f08ca 100644 --- a/src/lib/libssl/doc/BIO_f_ssl.3 +++ b/src/lib/libssl/doc/BIO_f_ssl.3 | |||
@@ -1,4 +1,7 @@ | |||
1 | .Dd $Mdocdate: October 12 2014 $ | 1 | .\" |
2 | .\" $OpenBSD: BIO_f_ssl.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | ||
3 | .\" | ||
4 | .Dd $Mdocdate: December 2 2014 $ | ||
2 | .Dt BIO_F_SSL 3 | 5 | .Dt BIO_F_SSL 3 |
3 | .Os | 6 | .Os |
4 | .Sh NAME | 7 | .Sh NAME |
@@ -268,7 +271,7 @@ processing. | |||
268 | .Sh RETURN VALUES | 271 | .Sh RETURN VALUES |
269 | .\" XXX | 272 | .\" XXX |
270 | This section is incomplete. | 273 | This section is incomplete. |
271 | .Sh EXAMPLE | 274 | .Sh EXAMPLES |
272 | This SSL/TLS client example attempts to retrieve a page from an SSL/TLS web | 275 | This SSL/TLS client example attempts to retrieve a page from an SSL/TLS web |
273 | server. | 276 | server. |
274 | The I/O routines are identical to those of the unencrypted example in | 277 | The I/O routines are identical to those of the unencrypted example in |