X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_requestname.3x.html;h=f6e35be99c6482cef50db0d1d787dffe06aa157a;hb=d1cc319afccb0d472465718a748664e7cef00840;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..f6e35be9 100644 --- a/doc/html/man/menu_requestname.3x.html +++ b/doc/html/man/menu_requestname.3x.html @@ -1,7 +1,8 @@ @@ -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-
+       menu_request_name  returns  NULL on error and sets errno to E_BAD_ARGU-
        MENT.
        menu_request_by_name returns E_NO_MATCH on  error.   It  does  not  set
-       errno.
+       errno.
 
 
 

SEE ALSO