X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_requestname.3x.html;h=7252122b5e91442467864c47bbf721b1785d5517;hp=e0d2c5ad19267d61a157d72cc7625cd44053c860;hb=91e462de27aeecd5b1c8965a6dba078f7a438003;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34 diff --git a/doc/html/man/menu_requestname.3x.html b/doc/html/man/menu_requestname.3x.html index e0d2c5ad..7252122b 100644 --- a/doc/html/man/menu_requestname.3x.html +++ b/doc/html/man/menu_requestname.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ menu_requestname 3x - +

menu_requestname 3x

@@ -54,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

@@ -67,8 +68,8 @@
 
 
 

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.