X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_requestname.3x.html;h=f6e35be99c6482cef50db0d1d787dffe06aa157a;hb=d1cc319afccb0d472465718a748664e7cef00840;hp=7b7674b6d7f07cfcfb8075fc0d53ff89c30fdf52;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/menu_requestname.3x.html b/doc/html/man/menu_requestname.3x.html index 7b7674b6..f6e35be9 100644 --- a/doc/html/man/menu_requestname.3x.html +++ b/doc/html/man/menu_requestname.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: menu_requestname.3x,v 1.12 2020/02/02 23:34:34 tom Exp @ + * @Id: menu_requestname.3x,v 1.15 2020/10/18 00:40:34 tom Exp @ --> @@ -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,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