summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/UI_create_method.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/UI_create_method.3')
-rw-r--r--src/lib/libcrypto/man/UI_create_method.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/UI_create_method.3 b/src/lib/libcrypto/man/UI_create_method.3
index a29a4bb930..2ce3a99829 100644
--- a/src/lib/libcrypto/man/UI_create_method.3
+++ b/src/lib/libcrypto/man/UI_create_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: UI_create_method.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $ 1.\" $OpenBSD: UI_create_method.3,v 1.2 2017/03/26 12:31:27 jmc Exp $
2.\" OpenSSL UI_create_method.pod 8e3d46e5 Mar 11 10:51:04 2017 +0100 2.\" OpenSSL UI_create_method.pod 8e3d46e5 Mar 11 10:51:04 2017 +0100
3.\" 3.\"
4.\" This file was written by Richard Levitte <levitte@openssl.org>. 4.\" This file was written by Richard Levitte <levitte@openssl.org>.
@@ -169,8 +169,8 @@ by closing the channel to the tty, maybe by destroying a dialog box.
169All of these functions are expected to return 0 on error, 1 on success, 169All of these functions are expected to return 0 on error, 1 on success,
170or -1 on out-off-band events, for example if some prompting has been 170or -1 on out-off-band events, for example if some prompting has been
171cancelled (by pressing Ctrl-C, for example). 171cancelled (by pressing Ctrl-C, for example).
172Only the flusher or the reader are expected to return -1. If returned by 172Only the flusher or the reader are expected to return -1.
173another of the functions, it's treated as if 0 was returned. 173If returned by another of the functions, it's treated as if 0 was returned.
174.Pp 174.Pp
175Regarding the writer and the reader, don't assume the former should only 175Regarding the writer and the reader, don't assume the former should only
176write and don't assume the latter should only read. 176write and don't assume the latter should only read.