X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=a8e36becf0d101db36c621d3a084ad78e84ad95a;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hp=759ccaa10a3afc8e4e84b7de95cb08db942c9702;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index 759ccaa1..a8e36bec 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -1,7 +1,7 @@ - -menu_new 3x - - +menu_new 3x 2023-11-25 ncurses 6.4 Library calls + + -

menu_new 3x

+

menu_new 3x 2023-11-25 ncurses 6.4 Library calls

-menu_new(3x)                                                      menu_new(3x)
+menu_new(3x)                     Library calls                    menu_new(3x)
 
 
 
@@ -52,8 +52,9 @@
 
 

SYNOPSIS

        #include <menu.h>
-       MENU *new_menu(ITEM **items);
-       int free_menu(MENU *menu);
+
+       MENU *new_menu(ITEM **items);
+       int free_menu(MENU *menu);
 
 
 

DESCRIPTION

@@ -65,7 +66,7 @@
 
 
 

RETURN VALUE

-       The  function  new_menu returns NULL on error.  It sets errno according
+       The  function  new_menu returns NULL on error.  It sets errno according
        to the function's failure:
 
        E_NOT_CONNECTED
@@ -79,7 +80,7 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
        E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
@@ -88,18 +89,9 @@
             The menu has already been posted.
 
 
-

SEE ALSO

-       curses(3x), menu(3x).
-
-
-

NOTES

-       The  header  file  <menu.h>  automatically  includes  the  header  file
-       <curses.h>.
-
-
 

PORTABILITY

-       These  routines  emulate the System V menu library.  They were not sup-
-       ported on Version 7 or BSD versions.
+       These routines emulate the  System  V  menu  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS

@@ -107,8 +99,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                                  menu_new(3x)
+ncurses 6.4                       2023-11-25                      menu_new(3x)