X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fmenu_pattern.3x.html;h=4f251da34d79259ea3380dd86277f821467c0b24;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hp=2ac76e5a1245722c50884324da02956efd5a27a8;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;p=ncurses.git diff --git a/doc/html/man/menu_pattern.3x.html b/doc/html/man/menu_pattern.3x.html index 2ac76e5a..4f251da3 100644 --- a/doc/html/man/menu_pattern.3x.html +++ b/doc/html/man/menu_pattern.3x.html @@ -1,6 +1,6 @@ @@ -38,8 +38,7 @@ -

menu_pattern 3x

-
+

menu_pattern 3x

 menu_pattern(3x)                                       menu_pattern(3x)
 
@@ -48,7 +47,8 @@
 
 

NAME

-       menu_pattern - get and set a menu's pattern buffer
+       set_menu_pattern, menu_pattern - set and get a menu's pat-
+       tern buffer
 
 
 
@@ -60,17 +60,17 @@

DESCRIPTION

-       Every  menu  has  an  associated pattern match buffer.  As
-       input events that are printable characters come  in,  they
-       are  appended to this match buffer and tested for a match,
+       Every menu has an associated  pattern  match  buffer.   As
+       input  events  that are printable characters come in, they
+       are appended to this match buffer and tested for a  match,
        as described in menu_driver(3x).
 
-       The function set_menu_pattern sets the pattern buffer  for
-       the  given menu and tries to find the first matching item.
-       If it succeeds, that item becomes  current;  if  not,  the
+       The  function set_menu_pattern sets the pattern buffer for
+       the given menu and tries to find the first matching  item.
+       If  it  succeeds,  that  item becomes current; if not, the
        current item does not change.
 
-       The  function  menu_pattern  returns the pattern buffer of
+       The function menu_pattern returns the  pattern  buffer  of
        the given menu.
 
 
@@ -81,13 +81,13 @@
        to a string which is empty if no pattern has been set.  It
        does not set errno.
 
-       The  function  set_menu_pattern  may  return the following
+       The function set_menu_pattern  may  return  the  following
        error codes:
 
        E_OK The routine succeeded.
 
        E_BAD_ARGUMENT
-            Routine detected an incorrect or  out-of-range  argu-
+            Routine  detected  an incorrect or out-of-range argu-
             ment.
 
        E_BAD_STATE
@@ -117,13 +117,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.