X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_current.3x.html;h=a6663c010b28204f4d9581b15951c09dea66d188;hb=04d942c3d98cf0a929c6afb17be8c10d4ae39af0;hp=628ee48c373e4fa36a9f258d1583d8a8e4a3e925;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/mitem_current.3x.html b/doc/html/man/mitem_current.3x.html index 628ee48c..a6663c01 100644 --- a/doc/html/man/mitem_current.3x.html +++ b/doc/html/man/mitem_current.3x.html @@ -1,7 +1,8 @@ @@ -52,7 +53,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);
@@ -76,7 +77,7 @@
 
 

RETURN VALUE

        current_item returns a pointer (which may be NULL).  It  does  not  set
-       errno.
+       errno.
 
        top_row  and  item_index return ERR (the general curses error value) if
        their menu parameter is NULL.