X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_new.3x.html;h=2e1dcde6219d96597f15667bd39522df1816bf86;hp=63d28a77604d2bcbee5370d436a9229ffdd62729;hb=HEAD;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index 63d28a77..b4ed6676 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -1,7 +1,7 @@ - -mitem_new 3x +mitem_new 3x 2024-03-16 ncurses 6.5 Library calls - + -

mitem_new 3x

+

mitem_new 3x 2024-03-16 ncurses 6.5 Library calls

-mitem_new(3x)                                                    mitem_new(3x)
+mitem_new(3x)                    Library calls                   mitem_new(3x)
 
 
 
@@ -52,8 +52,9 @@
 
 

SYNOPSIS

        #include <menu.h>
-       ITEM *new_item(const char *name, const char *description);
-       int free_item(ITEM *item);
+
+       ITEM *new_item(const char *name, const char *description);
+       int free_item(ITEM *item);
 
 
 

DESCRIPTION

@@ -68,7 +69,7 @@
 
 
 

RETURN VALUE

-       The  function  new_item returns NULL on error.  It sets errno according
+       The  function  new_item returns NULL on error.  It sets errno according
        to the function's failure:
 
        E_BAD_ARGUMENT
@@ -91,18 +92,9 @@
             System error occurred (see errno(3)).
 
 
-

SEE ALSO

-       curses(3x), menu(3x).
-
-
-

NOTES

-       The  header  file  <menu.h>  automatically  includes  the  header  file
-       <curses.h>.
-
-
 

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.
 
 
 

AUTHORS

@@ -110,8 +102,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                                 mitem_new(3x)
+ncurses 6.5                       2024-03-16                     mitem_new(3x)