X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_cursor.3x.html;h=d5e13cf6f4cb9fff43e450903c25baf09b742030;hp=97ee9e3bcd32799b3299bcf7657f99024ed6cc78;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/form_cursor.3x.html b/doc/html/man/form_cursor.3x.html index 97ee9e3b..d5e13cf6 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