X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_name.3x.html;h=af84f5511d4740988632fb8166681b39d77fe67c;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=8e62c6b68dfc1243578425c9ac9fc13d39a638b6;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/mitem_name.3x.html b/doc/html/man/mitem_name.3x.html index 8e62c6b6..af84f551 100644 --- a/doc/html/man/mitem_name.3x.html +++ b/doc/html/man/mitem_name.3x.html @@ -1,7 +1,8 @@ - @@ -35,8 +36,8 @@ mitem_name 3x - - + +

mitem_name 3x

@@ -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

@@ -77,8 +79,8 @@
 
 
 

PORTABILITY

-       These routines emulate the System V menu library.  They were  not  sup-
-       ported on Version 7 or BSD versions.
+       These routines emulate the  System  V  menu  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS