summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/UI_new.3
diff options
context:
space:
mode:
authorjmc <>2016-11-06 15:52:50 +0000
committerjmc <>2016-11-06 15:52:50 +0000
commit9b30976af18b8a407761e020380b9ed595770866 (patch)
treed98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/UI_new.3
parente91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff)
downloadopenbsd-9b30976af18b8a407761e020380b9ed595770866.tar.gz
openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.bz2
openbsd-9b30976af18b8a407761e020380b9ed595770866.zip
first pass; ok schwarze
Diffstat (limited to 'src/lib/libcrypto/man/UI_new.3')
-rw-r--r--src/lib/libcrypto/man/UI_new.38
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/UI_new.3 b/src/lib/libcrypto/man/UI_new.3
index 9d0c518791..79078eb24c 100644
--- a/src/lib/libcrypto/man/UI_new.3
+++ b/src/lib/libcrypto/man/UI_new.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: November 24 2015 $ 1.\" $OpenBSD: UI_new.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt UI_NEW 3 4.Dt UI_NEW 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -182,7 +184,7 @@
182UI stands for User Interface, and is general purpose set of routines 184UI stands for User Interface, and is general purpose set of routines
183to prompt the user for text-based information. 185to prompt the user for text-based information.
184Through user-written methods (see 186Through user-written methods (see
185.Xr ui_create 3 Ns ), 187.Xr ui_create 3 ) ,
186prompting can be done in any way imaginable, be it plain text prompting, 188prompting can be done in any way imaginable, be it plain text prompting,
187through dialog boxes or from a cell phone. 189through dialog boxes or from a cell phone.
188.Pp 190.Pp
@@ -295,7 +297,7 @@ With the builtin method, there's no technical difference between them.
295Other methods may make a difference between them, however. 297Other methods may make a difference between them, however.
296.Pp 298.Pp
297The flags currently supported are 299The flags currently supported are
298.Dv UI_INPUT_FLAG_ECHO, 300.Dv UI_INPUT_FLAG_ECHO ,
299which is relevant for 301which is relevant for
300.Fn UI_add_input_string 302.Fn UI_add_input_string
301and will have the users response be echoed (when prompting for a 303and will have the users response be echoed (when prompting for a