UI documentation fixup
authorRichard Levitte <levitte@openssl.org>
Thu, 12 Jan 2017 14:17:42 +0000 (15:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Jan 2017 14:23:15 +0000 (15:23 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2218)

doc/man3/UI_UTIL_read_pw.pod

index f0b4a69e001f0bfb540d7e2723ef54bbcb916c03..5c88001cc7f419166b57b9b04ff2305d1f8685bd 100644 (file)
@@ -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