X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_post.3x.html;h=5b5598c94b53548753b8096deb0bcb2808e89702;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hp=4ee308ab9ae5941431b62ed54de1b5672e0e2341;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;p=ncurses.git diff --git a/doc/html/man/menu_post.3x.html b/doc/html/man/menu_post.3x.html index 4ee308ab..5b5598c9 100644 --- a/doc/html/man/menu_post.3x.html +++ b/doc/html/man/menu_post.3x.html @@ -1,7 +1,8 @@ @@ -35,7 +36,7 @@ menu_post 3x - + @@ -47,14 +48,15 @@

NAME

-       post_menu,  unpost_menu  - write or erase menus from associated subwin-
-       dows
+       post_menu,   unpost_menu   -  write  or  erase  menus  from  associated
+       subwindows
 
 
 

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

@@ -105,8 +107,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