aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-01-12 15:17:42 +0100
committerRichard Levitte <levitte@openssl.org>2017-01-12 15:23:15 +0100
commit23103a52e96d6126400ca135421e67c7d664dfe5 (patch)
tree444c6e4492285910d86d7f75964387dc9f46e7da /doc
parent6a15d5b637638c37046d90c02e717543fa63f6da (diff)
downloadopenssl-23103a52e96d6126400ca135421e67c7d664dfe5.tar.gz
UI documentation fixup
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2218)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/UI_UTIL_read_pw.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/man3/UI_UTIL_read_pw.pod b/doc/man3/UI_UTIL_read_pw.pod
index f0b4a69e00..5c88001cc7 100644
--- a/doc/man3/UI_UTIL_read_pw.pod
+++ b/doc/man3/UI_UTIL_read_pw.pod
@@ -3,7 +3,7 @@
=head1 NAME
UI_UTIL_read_pw_string, UI_UTIL_read_pw,
-*UI_UTIL_wrap_read_pem_callback - user interface utilities
+UI_UTIL_wrap_read_pem_callback - user interface utilities
=head1 SYNOPSIS
@@ -13,8 +13,7 @@ UI_UTIL_read_pw_string, UI_UTIL_read_pw,
int verify);
int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
int verify);
- UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int
- rwflag);
+ UI_METHOD *UI_UTIL_wrap_read_pem_callback(pem_password_cb *cb, int rwflag);
=head1 DESCRIPTION