X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_cursor.3x.html;h=266542eda4bd4e354a6851ba714c50df313ba257;hp=bfc72c464908912d9657e3c61f48d59f00dfa130;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;ds=inline diff --git a/doc/html/man/menu_cursor.3x.html b/doc/html/man/menu_cursor.3x.html index bfc72c46..266542ed 100644 --- a/doc/html/man/menu_cursor.3x.html +++ b/doc/html/man/menu_cursor.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ menu_cursor 3x - + @@ -52,14 +53,15 @@

SYNOPSIS

        #include <menu.h>
-       int pos_menu_cursor(const MENU *menu);
+
+       int pos_menu_cursor(const MENU *menu);
 
 
 

DESCRIPTION

-       The  function  pos_menu_cursor restores the cursor to the current posi-
-       tion associated with the menu's selected item.  This  is  useful  after
-       curses routines have been called to do screen-painting in response to a
-       menu select.
+       The  function  pos_menu_cursor  restores  the  cursor  to  the  current
+       position associated with the menu's  selected  item.   This  is  useful
+       after  curses  routines  have  been  called  to  do  screen-painting in
+       response to a menu select.
 
 
 

RETURN VALUE

@@ -68,7 +70,7 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
        E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
@@ -87,8 +89,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