X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_pattern.3x.html;h=4f251da34d79259ea3380dd86277f821467c0b24;hp=997be0c0aa1bc2394d0bd8338ba276119e0370f5;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/menu_pattern.3x.html b/doc/html/man/menu_pattern.3x.html index 997be0c0..4f251da3 100644 --- a/doc/html/man/menu_pattern.3x.html +++ b/doc/html/man/menu_pattern.3x.html @@ -1,6 +1,6 @@ @@ -47,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
 
 
 
@@ -59,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.
 
 
@@ -80,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
@@ -116,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.