X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_userptr.3x.html;h=4a267beb3b2bae9f05d26174faf7a0a5ce00f4bb;hp=aac3a0564465381f40ac4e55fe40d9f3987af9a8;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;ds=sidebyside diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index aac3a056..4a267beb 100644 --- a/doc/html/man/menu_userptr.3x.html +++ b/doc/html/man/menu_userptr.3x.html @@ -1,4 +1,4 @@ - @@ -54,8 +54,9 @@

SYNOPSIS

        #include <menu.h>
-       int set_menu_userptr(MENU *menu, void *userptr);
-       void *menu_userptr(const MENU *menu);
+
+       int set_menu_userptr(MENU *menu, void *userptr);
+       void *menu_userptr(const MENU *menu);
 
 
 

DESCRIPTION

@@ -81,8 +82,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.
 
        The user pointer is a void pointer.  We chose not to leave it as a char
        pointer for SVr4 compatibility.