X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_new.3x.html;h=f9db946af1afde2e6dcb94ce689109356c540881;hp=13c93da54b0413319be0015af9075c6a9a97f74a;hb=c0f109a299a82a33c16bd7af942a12ce9aefaaf0;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;ds=inline diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index 13c93da5..f9db946a 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -1,7 +1,8 @@ - + mitem_new 3x - + @@ -58,11 +59,11 @@

DESCRIPTION

        The  function new_item allocates a new item and initializes it from the
-       name and description pointers. Please notice that the item stores  only
-       the  pointers to the name and description. Those pointers must be valid
-       during the lifetime of the item. So you should  be  very  careful  with
+       name and description pointers.  Please notice that the item stores only
+       the pointers to the name and description.  Those pointers must be valid
+       during the lifetime of the item.  So you should be  very  careful  with
        names or descriptions allocated on the stack of some routines.
-       The  function  free_item de-allocates an item. Please notice that it is
+       The  function free_item de-allocates an item.  Please notice that it is
        the responsibility of the application to release  the  memory  for  the
        name or the description of the item.
 
@@ -88,7 +89,7 @@
             Item is connected to a menu.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO