Standardize on =over 4 and check for it.
[openssl.git] / doc / man3 / UI_STRING.pod
index b0f937144caae86213dd580ae3408bcd21518aee..12d5a40b3b374fb0df917123bc19506d87a08021 100644 (file)
@@ -1,8 +1,13 @@
 =pod
 
-=head1 NAMES
+=head1 NAME
 
-UI_STRING, UI_string_types,
+UI_STRING, UI_string_types, UI_get_string_type,
+UI_get_input_flags, UI_get0_output_string,
+UI_get0_action_string, UI_get0_result_string,
+UI_get0_test_string, UI_get_result_minsize,
+UI_get_result_maxsize, UI_set_result
+- User interface string parsing
 
 =head1 SYNOPSIS
 
@@ -53,7 +58,7 @@ output (prompt, info, error, ...).
 UI_get0_action_string() is used to retrieve the action description
 associated with a B<UIT_BOOLEAN> type B<UI_STRING>.
 For all other B<UI_STRING> types, NULL is returned.
-See L<UI_Add_input_boolean(3)>.
+See L<UI_add_input_boolean(3)>.
 
 UI_get0_result_string() is used to retrieve the result of a prompt.
 This is only useful for B<UIT_PROMPT> and B<UIT_VERIFY> type strings.