From bf0ab54638a5ef969749f6ceae30e864f9556ea8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 25 Feb 2021 18:22:00 +0100 Subject: Vendor import ncurses 6.2-20210220 --- doc/html/man/menu_items.3x.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/html/man/menu_items.3x.html') diff --git a/doc/html/man/menu_items.3x.html b/doc/html/man/menu_items.3x.html index e5cdf9cf5ee5..1b010521d094 100644 --- a/doc/html/man/menu_items.3x.html +++ b/doc/html/man/menu_items.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: menu_items.3x,v 1.14 2020/02/02 23:34:34 tom Exp @ + * @Id: menu_items.3x,v 1.17 2020/10/24 09:00:06 tom Exp @ --> @@ -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

@@ -70,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.
@@ -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).
-- 
cgit v1.2.3