X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_post.3x.html;h=2930fb982e6ea5e9fc9485e6e053a5c6abf8aaaa;hp=4ee308ab9ae5941431b62ed54de1b5672e0e2341;hb=91d451ffc473b358d8d74506d2da8871e44fbd7b;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/doc/html/man/menu_post.3x.html b/doc/html/man/menu_post.3x.html index 4ee308ab..2930fb98 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