X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_mark.3x.html;h=84b0db6d81e1aede51d70a78d93c3d3026b51507;hb=91d451ffc473b358d8d74506d2da8871e44fbd7b;hp=b111ed573163d829391cde60318f6d4dcc34b995;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;p=ncurses.git diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index b111ed57..84b0db6d 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ menu_mark 3x - + @@ -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