X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_pattern.3x.html;h=e39be1ed29c0b67f7c095f13b02e7523c0be3000;hp=84a9de8bbaec15c41cce227cca88d567d23a55a3;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/menu_pattern.3x.html b/doc/html/man/menu_pattern.3x.html index 84a9de8b..e39be1ed 100644 --- a/doc/html/man/menu_pattern.3x.html +++ b/doc/html/man/menu_pattern.3x.html @@ -1,7 +1,7 @@ @@ -40,7 +40,7 @@
 
-menu_pattern(3x)                                 menu_pattern(3x)
+menu_pattern(3x)                                       menu_pattern(3x)
 
 
 
@@ -75,22 +75,33 @@
 
 

RETURN VALUE

-       The function menu_pattern  returns  NULL  on  error.   The
-       function  set_menu_pattern  may return the following error
-       codes:
+       The function menu_pattern returns a pointer, which is NULL
+       if the menu parameter is NULL.  Otherwise, it is a pointer
+       to a string which is empty if no pattern has been set.  It
+       does not set errno.
 
-       E_OK The routine succeeded.
+       The  function  set_menu_pattern  may  return the following
+       error codes:
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+       E_OK The routine succeeded.
 
        E_BAD_ARGUMENT
             Routine detected an incorrect or  out-of-range  argu-
             ment.
 
+       E_BAD_STATE
+            Routine was called from an initialization or termina-
+            tion function.
+
+       E_NOT_CONNECTED
+            No items are connected to menu.
+
        E_NO_MATCH
             Character failed to match.
 
+       E_SYSTEM_ERROR
+            System error occurred (see errno).
+
 
 

SEE ALSO

@@ -105,18 +116,18 @@
 
 

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.
 
 
 
-                                                 menu_pattern(3x)
+                                                       menu_pattern(3x)