diff options
author | beck <> | 2015-09-10 11:00:54 +0000 |
---|---|---|
committer | beck <> | 2015-09-10 11:00:54 +0000 |
commit | 3b4772c462030edfaf3d198f5823d096a8c1a278 (patch) | |
tree | 7a076d018b433fb4fe8c66abf186b203022a40b3 /src | |
parent | b7f746543bde6f57a62b85be0b7f48844180f2a0 (diff) | |
download | openbsd-3b4772c462030edfaf3d198f5823d096a8c1a278.tar.gz openbsd-3b4772c462030edfaf3d198f5823d096a8c1a278.tar.bz2 openbsd-3b4772c462030edfaf3d198f5823d096a8c1a278.zip |
revert accidental commit
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 1c27c9be2c..d321768755 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.27 2015/09/10 10:59:22 beck Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.28 2015/09/10 11:00:54 beck Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -435,16 +435,16 @@ and | |||
435 | function families, have two special return values: | 435 | function families, have two special return values: |
436 | .Pp | 436 | .Pp |
437 | .Bl -tag -width "TLS_WRITE_AGAIN" -offset indent -compact | 437 | .Bl -tag -width "TLS_WRITE_AGAIN" -offset indent -compact |
438 | .It Dv TLS_WANT_POLLIN | 438 | .It Dv TLS_READ_AGAIN |
439 | A read operation is necessary to continue. | 439 | A read operation is necessary to continue. |
440 | .It Dv TLS_WANT_POLLOUT | 440 | .It Dv TLS_WRITE_AGAIN |
441 | A write operation is necessary to continue. | 441 | A write operation is necessary to continue. |
442 | .El | 442 | .El |
443 | .Pp | 443 | .Pp |
444 | There are underlying TLS engine read or write operations which may | 444 | There are underlying TLS engine read or write operations which may |
445 | not correspond with the name of the function called. | 445 | not correspond with the name of the function called. |
446 | For example, it is possible to receive a | 446 | For example, it is possible to receive a |
447 | .Dv TLS_WANT_POLLIN | 447 | .Dv TLS_READ_AGAIN |
448 | even when calling | 448 | even when calling |
449 | .Fn tls_write . | 449 | .Fn tls_write . |
450 | .Pp | 450 | .Pp |