X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_new.3x.html;h=be9151ba70d68693694c9387d27e4bc3011d78ab;hp=d8667069469878e4b20ffc905e38367f9c160362;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index d8667069..be9151ba 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -1,7 +1,8 @@ @@ -35,7 +36,7 @@ mitem_new 3x - + @@ -52,8 +53,9 @@

SYNOPSIS

        #include <menu.h>
-       ITEM *new_item(const char *name, const char *description);
-       int free_item(ITEM *item);
+
+       ITEM *new_item(const char *name, const char *description);
+       int free_item(ITEM *item);
 
 
 

DESCRIPTION

@@ -68,7 +70,7 @@
 
 
 

RETURN VALUE

-       The  function  new_item returns NULL on error.  It sets errno according
+       The  function  new_item returns NULL on error.  It sets errno according
        to the function's failure:
 
        E_BAD_ARGUMENT
@@ -88,7 +90,7 @@
             Item is connected to a menu.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO