X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_value.3x.html;h=8ddf93432caa2326d98cfa88d6b7ed2e72d7df6b;hp=2b55d6e833f7e474a18f77df0bb4e86adec58410;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;ds=sidebyside diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index 2b55d6e8..8ddf9343 100644 --- a/doc/html/man/mitem_value.3x.html +++ b/doc/html/man/mitem_value.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: mitem_value.3x,v 1.14 2020/02/02 23:34:34 tom Exp @ + * @Id: mitem_value.3x,v 1.15 2020/10/17 23:53:24 tom Exp @ --> @@ -52,8 +52,9 @@

SYNOPSIS

        #include <menu.h>
-       int set_item_value(ITEM *item, bool value);
-       bool item_value(const ITEM *item);
+
+       int set_item_value(ITEM *item, bool value);
+       bool item_value(const ITEM *item);
 
 
 

DESCRIPTION

@@ -88,8 +89,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