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=52666eba25c6dddc79bd8cbf6b137178ed7934c9;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index 52666eba..8ddf9343 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

@@ -71,7 +73,7 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
        E_REQUEST_DENIED
             The menu driver could not process the request.
@@ -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