X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=3a6d99342f53b1442ccc3d51df3d8e855e5880db;hp=57cb955266cbdab160d0f649ca01cb04a049bd65;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index 57cb9552..3a6d9934 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,6 +53,7 @@

SYNOPSIS

        #include <menu.h>
+
        MENU *new_menu(ITEM **items);
        int free_menu(MENU *menu);
 
@@ -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.