X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_current.3x.html;h=3f62802197ec83bd2d5748f9a60f2ba45872651b;hp=3c063cbd712395859320ef76a940cb5c57aa6dec;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/mitem_current.3x.html b/doc/html/man/mitem_current.3x.html index 3c063cbd..3f628021 100644 --- a/doc/html/man/mitem_current.3x.html +++ b/doc/html/man/mitem_current.3x.html @@ -1,7 +1,7 @@ - + mitem_current 3x - + @@ -52,7 +52,7 @@

SYNOPSIS

        #include <menu.h>
-       int set_current_item(MENU *menu, const ITEM *item);
+       int set_current_item(MENU *menu, ITEM *item);
        ITEM *current_item(const MENU *menu);
        int set_top_row(MENU *menu, int row);
        int top_row(const MENU *menu);
@@ -95,7 +95,7 @@
             No items are connected to the menu.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO