X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_mark.3x.html;h=996069ad8785b7164b4471a1a1bbf734e014489a;hp=08f0fc850f2a2ec53a03dc69271b886433716dc6;hb=HEAD;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index 08f0fc85..1cdb2b05 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -1,7 +1,7 @@ - -menu_mark 3x - - +menu_mark 3x 2024-03-16 ncurses 6.5 Library calls + + -

menu_mark 3x

+

menu_mark 3x 2024-03-16 ncurses 6.5 Library calls

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

SYNOPSIS

        #include <menu.h>
-       int set_menu_mark(MENU *menu, const char *mark);
-       const char *menu_mark(const MENU *menu);
+
+       int set_menu_mark(MENU *menu, const char *mark);
+       const char *menu_mark(const MENU *menu);
 
 
 

DESCRIPTION

@@ -75,7 +76,7 @@
 
 

RETURN VALUE

        The function menu_mark returns a pointer (which may be NULL).  It  does
-       not set errno.
+       not set errno.
 
        The function set_menu_mark may return the following error codes:
 
@@ -85,21 +86,12 @@
             Routine detected an incorrect or out-of-range argument.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
-
-
-

SEE ALSO

-       curses(3x), menu(3x).
-
-
-

NOTES

-       The  header  file  <menu.h>  automatically  includes  the  header  file
-       <curses.h>.
+            System error occurred (see errno(3)).
 
 
 

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

@@ -107,8 +99,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                                 menu_mark(3x)
+ncurses 6.5                       2024-03-16                     menu_mark(3x)