X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_requestname.3x.html;h=ab12977c30aca8a8dad0c1d8f4261c8b5f752a53;hb=a09e8b13568e210a03ca4ad64e8552c0edea07c5;hp=a6cff4cccaa6211964ab993187fe326578b41bd4;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/menu_requestname.3x.html b/doc/html/man/menu_requestname.3x.html index a6cff4cc..ab12977c 100644 --- a/doc/html/man/menu_requestname.3x.html +++ b/doc/html/man/menu_requestname.3x.html @@ -1,7 +1,8 @@ - @@ -36,7 +37,7 @@ menu_requestname 3x - +

menu_requestname 3x

@@ -53,8 +54,9 @@

SYNOPSIS

        #include <menu.h>
-       const char *menu_request_name(int request);
-       int menu_request_by_name(const char *name);
+
+       const char *menu_request_name(int request);
+       int menu_request_by_name(const char *name);
 
 
 

DESCRIPTION

@@ -66,10 +68,10 @@
 
 
 

RETURN VALUE

-       menu_request_name  returns  NULL on error and sets errno to E_BAD_ARGU-
-       MENT.
+       menu_request_name   returns   NULL   on   error   and   sets  errno  to
+       E_BAD_ARGUMENT.
        menu_request_by_name returns E_NO_MATCH on  error.   It  does  not  set
-       errno.
+       errno.
 
 
 

SEE ALSO