X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_items.3x.html;h=34b75ae54424d08f7557aefca265d01f01ce9e55;hp=02fc400ea051b43b70e4512e041f1d5b9847b8fc;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index 02fc400e..34b75ae5 100644 --- a/doc/html/man/menu_items.3x.html +++ b/doc/html/man/menu_items.3x.html @@ -1,7 +1,8 @@ @@ -35,7 +36,7 @@ menu_items 3x - + @@ -53,6 +54,7 @@

SYNOPSIS

        #include <menu.h>
+
        int set_menu_items(MENU *menu, ITEM **items);
        ITEM **menu_items(const MENU *menu);
        int item_count(const MENU *menu);
@@ -69,7 +71,7 @@
 
 

RETURN VALUE

        The function menu_items returns a pointer (which may be NULL).  It does
-       not set errno.
+       not set errno.
 
        The function item_count returns ERR (the general  curses  error  return
        value) if its menu parameter is NULL.
@@ -89,7 +91,7 @@
             The menu is already posted.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO