X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_opts.3x.html;h=0fa3d03f8061d63cc63ffad3bbf394c0469a1d50;hp=d61c9d6a33f622337ce0cbb547aa039bd82c7094;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/menu_opts.3x.html b/doc/html/man/menu_opts.3x.html index d61c9d6a..0fa3d03f 100644 --- a/doc/html/man/menu_opts.3x.html +++ b/doc/html/man/menu_opts.3x.html @@ -1,7 +1,7 @@ @@ -48,7 +48,8 @@

NAME

-       menu_opts - set and get menu options
+       set_menu_opts,  menu_opts_on,  menu_opts_off,  menu_opts -
+       set and get menu options
 
 
 
@@ -62,17 +63,17 @@

DESCRIPTION

-       The  function  set_menu_opts  sets  all  the  given menu's
-       option bits  (menu  option  bits  may  be  logically-OR'ed
+       The function  set_menu_opts  sets  all  the  given  menu's
+       option  bits  (menu  option  bits  may  be logically-OR'ed
        together).
 
-       The  function menu_opts_on turns on the given option bits,
+       The function menu_opts_on turns on the given option  bits,
        and leaves others alone.
 
-       The function menu_opts_off  turns  off  the  given  option
+       The  function  menu_opts_off  turns  off  the given option
        bits, and leaves others alone.
 
-       The  function  menu_opts returns the menu's current option
+       The function menu_opts returns the menu's  current  option
        bits.
 
        The following options are defined (all are on by default):
@@ -91,11 +92,11 @@
             Ignore the case when pattern-matching.
 
        O_SHOWMATCH
-            Move  the  cursor  to within the item name while pat-
+            Move the cursor to within the item  name  while  pat-
             tern-matching.
 
        O_NONCYCLIC
-            Don't  wrap  around  next-item   and   previous-item,
+            Don't   wrap   around  next-item  and  previous-item,
             requests to the other end of the menu.
 
 
@@ -126,13 +127,13 @@
 
 

PORTABILITY

-       These  routines  emulate  the System V menu library.  They
+       These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
+       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.