X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_cursor.3x.html;h=622ab149d1b9c78183a662b58e5afb0ecb4f348c;hb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4;hp=95f414e4ac7418b90b38189210f307c11697a87d;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/form_cursor.3x.html b/doc/html/man/form_cursor.3x.html index 95f414e4..622ab149 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