X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=165764abb672358888b965d119804831c98b889e;hp=e436240ff8e196538fa6a0dab6eb2f0bca3a34ce;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;ds=sidebyside diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index e436240f..165764ab 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: menu_new.3x,v 1.16 2020/03/28 19:06:28 tom Exp @ + * @Id: menu_new.3x,v 1.18 2020/10/24 08:57:51 tom Exp @ --> @@ -53,8 +53,9 @@

SYNOPSIS

        #include <menu.h>
-       MENU *new_menu(ITEM **items);
-       int free_menu(MENU *menu);
+
+       MENU *new_menu(ITEM **items);
+       int free_menu(MENU *menu);
 
 
 

DESCRIPTION

@@ -99,8 +100,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