diff options
author | 2017-04-10 16:11:50 +0000 | |
---|---|---|
committer | 2017-04-10 16:11:50 +0000 | |
commit | 014eedb45a98642aa17c2e095a57c03eb05138e3 (patch) | |
tree | a208278a4eb2e5420b832b264c324dbe47c59e34 /lib/libssl/man/BIO_f_ssl.3 | |
parent | new manual page SSL_get_server_tmp_key(3) (diff) | |
download | wireguard-openbsd-014eedb45a98642aa17c2e095a57c03eb05138e3.tar.xz wireguard-openbsd-014eedb45a98642aa17c2e095a57c03eb05138e3.zip |
fix some .Xr errors that jmc@ found with mdoclint(1)
Diffstat (limited to 'lib/libssl/man/BIO_f_ssl.3')
-rw-r--r-- | lib/libssl/man/BIO_f_ssl.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libssl/man/BIO_f_ssl.3 b/lib/libssl/man/BIO_f_ssl.3 index df2dbc537cc..ec3114db28d 100644 --- a/lib/libssl/man/BIO_f_ssl.3 +++ b/lib/libssl/man/BIO_f_ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_f_ssl.3,v 1.3 2016/12/16 15:39:08 jmc Exp $ +.\" $OpenBSD: BIO_f_ssl.3,v 1.4 2017/04/10 16:11:50 schwarze Exp $ .\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 16 2016 $ +.Dd $Mdocdate: April 10 2017 $ .Dt BIO_F_SSL 3 .Os .Sh NAME @@ -326,7 +326,9 @@ Since unknown operations are sent through filter .Vt BIO Ns s the server name and port can be set using -.Xr BIO_set_host 3 +.Xr BIO_set_conn_hostname 3 +and +.Xr BIO_set_conn_port 3 on the .Vt BIO returned by |