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

@@ -66,7 +68,7 @@
        string.   Note  that  changing the length of the mark string for a menu
        while the menu is posted is likely to produce unhelpful behavior.
 
-       The default string is "-" (a dash). Calling set_menu_mark with  a  non-
+       The default string is "-" (a dash).  Calling set_menu_mark with a  non-
        NULL menu argument will change this default.
 
        The function menu_mark returns the menu's mark string (or NULL if there
@@ -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:
 
@@ -85,7 +87,7 @@
             Routine detected an incorrect or out-of-range argument.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO

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