X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_mark.3x.html;h=bc9b0df02d17cdfb3b853203043295c6a5fa1b68;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hp=d023db27d35782495479d93f0dab6d4661ef6185;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index d023db27..bc9b0df0 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: menu_mark.3x,v 1.15 2020/02/02 23:34:34 tom Exp @ + * @Id: menu_mark.3x,v 1.18 2020/10/24 08:59:04 tom Exp @ --> @@ -53,8 +53,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

@@ -76,7 +77,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:
 
@@ -99,8 +100,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