X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_new.3x.html;h=25ef46f5d5c565e1a3e7ff3d6a1dc8dc31462c67;hp=6fb45e5888aa68593ddba0b8bb85f7dcea8ecbd8;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34 diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index 6fb45e58..25ef46f5 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: mitem_new.3x,v 1.17 2020/03/28 19:06:28 tom Exp @ + * @Id: mitem_new.3x,v 1.19 2020/10/18 00:37:03 tom Exp @ --> @@ -53,8 +53,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

@@ -102,8 +103,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.
 
 
 

AUTHORS