X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;h=7f4a0e4f95ab92c32ce3413962c41cf382f3132b;hp=94132de7b9823a574c5831224e7f719e2f47a9ba;hb=61790aa3ac9e0dff2b443ac567b174fc4d235b86;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_field_new.3x.html b/doc/html/man/form_field_new.3x.html index 94132de7..7f4a0e4f 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -1,7 +1,8 @@ @@ -53,12 +54,13 @@

SYNOPSIS

        #include <form.h>
-       FIELD *new_field(int height, int width,
-                        int toprow, int leftcol,
-                        int offscreen, int nbuffers);
-       FIELD *dup_field(FIELD *field, int toprow, int leftcol);
-       FIELD *link_field(FIELD *field, int toprow, int leftcol);
-       int free_field(FIELD *field);
+
+       FIELD *new_field(int height, int width,
+                        int toprow, int leftcol,
+                        int offscreen, int nbuffers);
+       FIELD *dup_field(FIELD *field, int toprow, int leftcol);
+       FIELD *link_field(FIELD *field, int toprow, int leftcol);
+       int free_field(FIELD *field);
 
 
 

DESCRIPTION

@@ -80,8 +82,8 @@
 
 
 

RETURN VALUE

-       The function, new_field, dup_field, link_field return  NULL  on  error.
-       They set errno according to their success:
+       The functions new_field, dup_field, link_field return  NULL  on  error.
+       They set errno according to their success:
 
        E_OK The routine succeeded.
 
@@ -112,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.
 
        It  may be unwise to count on the set of attributes copied by dup_field
        being portable; the System V  forms  library  documents  are  not  very