X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_value.3x.html;h=8ddf93432caa2326d98cfa88d6b7ed2e72d7df6b;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hp=04eccc04609959cd9477895b982fb37ade55941f;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/mitem_value.3x.html b/doc/html/man/mitem_value.3x.html index 04eccc04..8ddf9343 100644 --- a/doc/html/man/mitem_value.3x.html +++ b/doc/html/man/mitem_value.3x.html @@ -1,6 +1,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