X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_page.3x.html;h=3c67fccc66740685e535af23739417bcd7ac5720;hp=999089962fea57a66f7c30675dcbf15a93c3bc66;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_page.3x.html b/doc/html/man/form_page.3x.html index 99908996..3c67fccc 100644 --- a/doc/html/man/form_page.3x.html +++ b/doc/html/man/form_page.3x.html @@ -1,7 +1,8 @@ @@ -52,12 +53,16 @@

SYNOPSIS

        #include <form.h>
-       int set_current_field(FORM *form, FIELD *field);
-       FIELD *current_field(const FORM *);
-       int unfocus_current_field(FORM *form);
-       int set_form_page(FORM *form, int n);
-       int form_page(const FORM *form);
-       int field_index(const FIELD *field);
+
+       int set_current_field(FORM *form, FIELD *field);
+       FIELD *current_field(const FORM *form);
+
+       int unfocus_current_field(FORM *form);
+
+       int set_form_page(FORM *form, int n);
+       int form_page(const FORM *form);
+
+       int field_index(const FIELD *field);
 
 
 

DESCRIPTION

@@ -109,8 +114,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.
 
        The unfocus_current_field function is an ncurses extension.