X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=2732a401120b1669908a0657ac7ea51f88e35c67;hp=bd337a0917e7c9cf759897281f2547bbbdc4762f;hb=cef50b3afcd58166f3541b701c97bce538844c76;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index bd337a09..2732a401 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -2,7 +2,7 @@ @@ -41,6 +41,10 @@
 
+menu_new(3x)                                               menu_new(3x)
+
+
+
 
 

NAME

@@ -66,7 +70,14 @@
 
 

RETURN VALUE

-       The function new_menu returns NULL on error.
+       The function new_menu returns  NULL  on  error.   It  sets
+       errno according to the function's failure:
+
+       E_NOT_CONNECTED
+            No items are connected to the menu.
+
+       E_SYSTEM_ERROR
+            System error occurred, e.g., malloc failure.
 
        The function free_menu returns one of the following:
 
@@ -76,7 +87,7 @@
             System error occurred (see errno).
 
        E_BAD_ARGUMENT
-            Routine detected an incorrect or  out-of-range  argu-
+            Routine  detected  an incorrect or out-of-range argu-
             ment.
 
        E_POSTED
@@ -96,21 +107,18 @@
 
 

PORTABILITY

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

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
 
 
-
-
-
-
+                                                           menu_new(3x)