X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_mark.3x.html;h=bc9b0df02d17cdfb3b853203043295c6a5fa1b68;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hp=7e280f72201acde9d4ef1fdda3f9d64f27e353ed;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index 7e280f72..bc9b0df0 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -1,7 +1,8 @@ @@ -52,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

@@ -75,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:
 
@@ -98,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