X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_pattern.3x.html;h=401ad4ae3be906cbc16b76b8c258fe1a512f1006;hb=b661daf1160a873609d70843999cd46eff25d1f0;hp=b4688b4424a0847af4b74847179d312e2bdaac39;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/menu_pattern.3x.html b/doc/html/man/menu_pattern.3x.html index b4688b44..401ad4ae 100644 --- a/doc/html/man/menu_pattern.3x.html +++ b/doc/html/man/menu_pattern.3x.html @@ -1,6 +1,7 @@ @@ -34,7 +35,7 @@ menu_pattern 3x - + @@ -51,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

@@ -70,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:
 
@@ -89,7 +91,7 @@
             Character failed to match.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO

@@ -102,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