X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=165764abb672358888b965d119804831c98b889e;hp=57cb955266cbdab160d0f649ca01cb04a049bd65;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index 57cb9552..165764ab 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -1,7 +1,8 @@ @@ -35,7 +36,7 @@ menu_new 3x - + @@ -52,8 +53,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 +67,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 +81,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.
@@ -98,8 +100,8 @@
 
 
 

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