diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-12-28 07:59:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-12-28 07:59:14 +0000 |
commit | 08e180bf626b98a0eccb01b73097d8538c6bda01 (patch) | |
tree | d13c05993e9c1041cb31d2048da0886d2b21b1a2 /lib/libcrypto/man | |
parent | 3e312c8228be060e52f57c22cd3daaa8df89dacf (diff) |
succcess -> success
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/BIO_s_datagram.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BIO_s_datagram.3 b/lib/libcrypto/man/BIO_s_datagram.3 index bef3c564fc9..5ee6fca1840 100644 --- a/lib/libcrypto/man/BIO_s_datagram.3 +++ b/lib/libcrypto/man/BIO_s_datagram.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_datagram.3,v 1.1 2022/12/23 15:59:34 schwarze Exp $ +.\" $OpenBSD: BIO_s_datagram.3,v 1.2 2022/12/28 07:59:13 jsg Exp $ .\" .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 23 2022 $ +.Dd $Mdocdate: December 28 2022 $ .Dt BIO_S_DATAGRAM 3 .Os .Sh NAME @@ -265,7 +265,7 @@ respectively. .Dv BIO_CTRL_DGRAM_SET_RECV_TIMEOUT and .Dv BIO_CTRL_DGRAM_SET_SEND_TIMEOUT -return 1 on succcess, +return 1 on success, .Dv BIO_CTRL_DGRAM_GET_RECV_TIMEOUT and .Dv BIO_CTRL_DGRAM_GET_SEND_TIMEOUT |