X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_name.3x.html;h=637434a0f7dfb3ac6c568caea04151f1a920d271;hb=5a107d6f2a641ef5a33c8976fbd6cd26a3196a0d;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..637434a0 100644 --- a/doc/html/man/mitem_name.3x.html +++ b/doc/html/man/mitem_name.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ 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