X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_cursor.3x.html;h=12ae82e0085aaad2133d6998abaebe7bc957777e;hb=1f474475aab29bc166012819129d46c70320efdc;hp=97ee9e3bcd32799b3299bcf7657f99024ed6cc78;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/form_cursor.3x.html b/doc/html/man/form_cursor.3x.html index 97ee9e3b..12ae82e0 100644 --- a/doc/html/man/form_cursor.3x.html +++ b/doc/html/man/form_cursor.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ form_cursor 3x - + @@ -52,7 +53,8 @@

SYNOPSIS

        #include <form.h>
-       int pos_form_cursor(FORM *form);
+
+       int pos_form_cursor(FORM *form);
 
 
 

DESCRIPTION

@@ -74,7 +76,7 @@
             The form has not been posted.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO

@@ -87,8 +89,8 @@
 
 
 

PORTABILITY

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

AUTHORS