X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_requestname.3x.html;h=68fe8497f4d40c3476dfcbfdd918479c27cc8453;hp=7d28e4ffc2795a1d3fb4dfe82cbe5e36a26c56f7;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/form_requestname.3x.html b/doc/html/man/form_requestname.3x.html index 7d28e4ff..68fe8497 100644 --- a/doc/html/man/form_requestname.3x.html +++ b/doc/html/man/form_requestname.3x.html @@ -1,8 +1,8 @@ - + @@ -71,7 +71,8 @@

RETURN VALUE

        form_request_name returns NULL on error and sets errno  to
        E_BAD_ARGUMENT.
-       form_request_by_name returns E_NO_MATCH on error.
+       form_request_by_name returns E_NO_MATCH on error.  It does
+       not set errno.
 
 
 
@@ -87,15 +88,15 @@

PORTABILITY

-       These routines are specific to  ncurses.   They  were  not
-       supported  on  Version 7, BSD or System V implementations.
-       It is recommended that any code depending on them be  con-
+       These  routines  are  specific  to ncurses.  They were not
+       supported on Version 7, BSD or System  V  implementations.
+       It  is recommended that any code depending on them be con-
        ditioned using NCURSES_VERSION.
 
 
 

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.