X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_items.3x.html;h=3e9791a1f988ccc2361dc2422a5270415a0b45a0;hb=6cd4a712ad4ac58bf801e5dc66648338d2aa294e;hp=50a1221cd5b6fe2c1b88de6260c9d227c60316c2;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index 50a1221c..3e9791a1 100644 --- a/doc/html/man/menu_items.3x.html +++ b/doc/html/man/menu_items.3x.html @@ -1,7 +1,8 @@ - @@ -35,8 +36,8 @@ menu_items 3x - - + +

menu_items 3x

@@ -53,9 +54,10 @@

SYNOPSIS

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

DESCRIPTION

@@ -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

@@ -102,8 +104,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.
 
        The SVr4 menu library  documentation  specifies  the  item_count  error
        value as -1 (which is the value of ERR).