X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_mark.3x.html;h=847b910355dfb523c9a49a804a9864225ed394d8;hp=742ca608d32a567d1dd5d2766704468d6aa6b691;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index 742ca608..847b9103 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ menu_mark 3x - +

menu_mark 3x

@@ -54,8 +54,8 @@

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

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