X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_cursor.3x.html;h=866a74b9b0220c28d580ba1894fff004bfe116dd;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=9407643f687c4c0b63e5bf34533377ceb825b061;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/form_cursor.3x.html b/doc/html/man/form_cursor.3x.html index 9407643f..866a74b9 100644 --- a/doc/html/man/form_cursor.3x.html +++ b/doc/html/man/form_cursor.3x.html @@ -1,7 +1,8 @@ - - + form_cursor 3x - - + +

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