X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_name.3x.html;h=a745b078a8c388989119c626bf40604a2b287e0e;hp=66699db46bb4d660f8e69ca97a9b52d26f3dd493;hb=d1cc319afccb0d472465718a748664e7cef00840;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/mitem_name.3x.html b/doc/html/man/mitem_name.3x.html index 66699db4..a745b078 100644 --- a/doc/html/man/mitem_name.3x.html +++ b/doc/html/man/mitem_name.3x.html @@ -1,7 +1,8 @@ @@ -52,8 +53,9 @@

SYNOPSIS

        #include <menu.h>
-       const char *item_name(const ITEM *item);
-       const char *item_description(const ITEM *item);
+
+       const char *item_name(const ITEM *item);
+       const char *item_description(const ITEM *item);
 
 
 

DESCRIPTION

@@ -64,7 +66,7 @@
 
 

RETURN VALUE

        These routines return a pointer (which may be NULL).  They do  not  set
-       errno.
+       errno.
 
 
 

SEE ALSO