X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_pattern.3x.html;h=389a4b4d437e8acf7419576250de89fa0d12bad2;hb=d1a029866f6d84087781eaa81de19949d8533426;hp=1be9d1bf5dbae30f19260a2ed2cc859b6aa927fb;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/menu_pattern.3x.html b/doc/html/man/menu_pattern.3x.html index 1be9d1bf..389a4b4d 100644 --- a/doc/html/man/menu_pattern.3x.html +++ b/doc/html/man/menu_pattern.3x.html @@ -1,6 +1,6 @@ - -menu_pattern 3x +menu_pattern 3x 2023-07-01 ncurses 6.4 Library calls - + -

menu_pattern 3x

+

menu_pattern 3x 2023-07-01 ncurses 6.4 Library calls

-menu_pattern(3x)                                              menu_pattern(3x)
+menu_pattern(3x)                 Library calls                menu_pattern(3x)
 
 
 
@@ -52,8 +52,9 @@
 
 

SYNOPSIS

        #include <menu.h>
-       int set_menu_pattern(MENU *menu, const char *pattern);
-       char *menu_pattern(const MENU *menu);
+
+       int set_menu_pattern(MENU *menu, const char *pattern);
+       char *menu_pattern(const MENU *menu);
 
 
 

DESCRIPTION

@@ -71,7 +72,7 @@
 

RETURN VALUE

        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.
+       empty if no pattern has been set.  It does not set errno.
 
        The function set_menu_pattern may return the following error codes:
 
@@ -103,8 +104,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

@@ -113,7 +114,7 @@
 
 
 
-                                                              menu_pattern(3x)
+ncurses 6.4                       2023-07-01                  menu_pattern(3x)