X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_requestname.3x.html;h=f6e35be99c6482cef50db0d1d787dffe06aa157a;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=e0d2c5ad19267d61a157d72cc7625cd44053c860;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;p=ncurses.git diff --git a/doc/html/man/menu_requestname.3x.html b/doc/html/man/menu_requestname.3x.html index e0d2c5ad..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.13 2020/03/28 19:06:28 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