X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_post.3x.html;h=4321967bca00d438d8a379962178c1752b8bf886;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=a2fc2bc59a921376a9b896969bbd1e3211d08596;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d;p=ncurses.git diff --git a/doc/html/man/menu_post.3x.html b/doc/html/man/menu_post.3x.html index a2fc2bc5..4321967b 100644 --- a/doc/html/man/menu_post.3x.html +++ b/doc/html/man/menu_post.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: menu_post.3x,v 1.18 2020/02/02 23:34:34 tom Exp @ + * @Id: menu_post.3x,v 1.19 2020/10/17 23:47:21 tom Exp @ --> @@ -54,8 +54,9 @@

SYNOPSIS

        #include <menu.h>
-       int post_menu(MENU *menu);
-       int unpost_menu(MENU *menu);
+
+       int post_menu(MENU *menu);
+       int unpost_menu(MENU *menu);
 
 
 

DESCRIPTION