X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_format.3x.html;h=8b70d01328465fdeef1bf3090984716d41399d1e;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=184d0860f5002153ac0cb7f3aae54cccfc8b6f9f;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/menu_format.3x.html b/doc/html/man/menu_format.3x.html index 184d0860..8b70d013 100644 --- a/doc/html/man/menu_format.3x.html +++ b/doc/html/man/menu_format.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ menu_format 3x - +

menu_format 3x

@@ -61,9 +61,9 @@

DESCRIPTION

        The function set_menu_format sets the maximum display size of the given
        menu.  If this size is too small to display all menu  items,  the  menu
-       will be made scrollable.  If this size is larger than the menus subwin-
-       dow and the subwindow is too small to display all menu items, post_menu
-       will fail.
+       will  be  made  scrollable.   If  this  size  is  larger than the menus
+       subwindow and the subwindow is too small to  display  all  menu  items,
+       post_menu will fail.
 
        The  default format is 16 rows, 1 column.  Calling set_menu_format with
        a null menu pointer will change this default.  A  zero  row  or  column
@@ -102,8 +102,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