X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=57cb955266cbdab160d0f649ca01cb04a049bd65;hp=38ccc52b965972f7b9937cbec024074102850bb3;hb=bca50d0d8592defee6c584fdedd25f4b1a31345b;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index 38ccc52b..57cb9552 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -33,7 +33,7 @@ - + menu_new 3x @@ -41,7 +41,7 @@

menu_new 3x

-menu_new(3x)                                               menu_new(3x)
+menu_new(3x)                                                      menu_new(3x)
 
 
 
@@ -57,17 +57,16 @@
 
 
 

DESCRIPTION

-       The  function  new_menu  creates a new menu connected to a
-       specified item pointer array (which  must  be  NULL-termi-
-       nated).
+       The  function new_menu creates a new menu connected to a specified item
+       pointer array (which must be NULL-terminated).
 
-       The  function  free_menu  disconnects  menu  from its item
-       array and frees the storage allocated for the menu.
+       The function free_menu disconnects menu from its item array  and  frees
+       the storage allocated for the menu.
 
 
 

RETURN VALUE

-       The function new_menu returns  NULL  on  error.   It  sets
-       errno according to the function's failure:
+       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.
@@ -83,8 +82,7 @@
             System error occurred (see errno).
 
        E_BAD_ARGUMENT
-            Routine  detected  an incorrect or out-of-range argu-
-            ment.
+            Routine detected an incorrect or out-of-range argument.
 
        E_POSTED
             The menu has already been posted.
@@ -95,22 +93,22 @@
 
 
 

NOTES

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

PORTABILITY

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

AUTHORS

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