X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_mark.3x.html;h=84b0db6d81e1aede51d70a78d93c3d3026b51507;hb=a816c8dae437106bbf1661304240ff568ae3efef;hp=22c804801b12fc934fd9813ef938de2bc74b169f;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;p=ncurses.git diff --git a/doc/html/man/menu_mark.3x.html b/doc/html/man/menu_mark.3x.html index 22c80480..84b0db6d 100644 --- a/doc/html/man/menu_mark.3x.html +++ b/doc/html/man/menu_mark.3x.html @@ -1,4 +1,4 @@ - @@ -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

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