diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 9b30976af18b8a407761e020380b9ed595770866 (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/UI_new.3 | |
parent | e91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff) | |
download | openbsd-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.3 | 8 |
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 @@ | |||
182 | UI stands for User Interface, and is general purpose set of routines | 184 | UI stands for User Interface, and is general purpose set of routines |
183 | to prompt the user for text-based information. | 185 | to prompt the user for text-based information. |
184 | Through user-written methods (see | 186 | Through user-written methods (see |
185 | .Xr ui_create 3 Ns ), | 187 | .Xr ui_create 3 ) , |
186 | prompting can be done in any way imaginable, be it plain text prompting, | 188 | prompting can be done in any way imaginable, be it plain text prompting, |
187 | through dialog boxes or from a cell phone. | 189 | through 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. | |||
295 | Other methods may make a difference between them, however. | 297 | Other methods may make a difference between them, however. |
296 | .Pp | 298 | .Pp |
297 | The flags currently supported are | 299 | The flags currently supported are |
298 | .Dv UI_INPUT_FLAG_ECHO, | 300 | .Dv UI_INPUT_FLAG_ECHO , |
299 | which is relevant for | 301 | which is relevant for |
300 | .Fn UI_add_input_string | 302 | .Fn UI_add_input_string |
301 | and will have the users response be echoed (when prompting for a | 303 | and will have the users response be echoed (when prompting for a |