X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_items.3x.html;h=3e9791a1f988ccc2361dc2422a5270415a0b45a0;hp=dda9991da7cfe58158bcddd04d5af0d032a7a8da;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34 diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index dda9991d..3e9791a1 100644 --- a/doc/html/man/menu_items.3x.html +++ b/doc/html/man/menu_items.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ menu_items 3x - +

menu_items 3x

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

@@ -103,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).