X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_new.3x.html;h=082882c4039d3eaa494dca71fdef94b5ac747556;hp=3a6d99342f53b1442ccc3d51df3d8e855e5880db;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/menu_new.3x.html b/doc/html/man/menu_new.3x.html index 3a6d9934..082882c4 100644 --- a/doc/html/man/menu_new.3x.html +++ b/doc/html/man/menu_new.3x.html @@ -1,4 +1,4 @@ - @@ -54,8 +54,8 @@

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

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