X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fmenu_post.3x;h=6f14a45a77c6f899d8094f7b56a8b5184857dd47;hp=71f31a7000a94f70e385f88b9d99b6a83c042606;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/man/menu_post.3x b/man/menu_post.3x index 71f31a70..6f14a45a 100644 --- a/man/menu_post.3x +++ b/man/menu_post.3x @@ -28,17 +28,17 @@ .\" 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 $ .TH menu_post 3X "" .SH NAME \fBpost_menu\fR, \fBunpost_menu\fR \- write or erase menus from associated subwindows .SH SYNOPSIS \fB#include \fR +.sp +\fBint post_menu(MENU *\fP\fImenu\fP\fB);\fP .br -int post_menu(MENU *menu); -.br -int unpost_menu(MENU *menu); +\fBint unpost_menu(MENU *\fP\fImenu\fP\fB);\fP .br .SH DESCRIPTION The function \fBpost_menu\fR displays a menu to its associated subwindow.