X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_value.3x.html;h=f900f12c032352a08e277e999696559d03fbd368;hp=28d53363f13b23f310c39b121cc3fdc45f55c979;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index 28d53363..f900f12c 100644 --- a/doc/html/man/mitem_value.3x.html +++ b/doc/html/man/mitem_value.3x.html @@ -1,6 +1,7 @@ - @@ -34,7 +35,7 @@ mitem_value 3x - + @@ -51,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

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