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

SYNOPSIS

        #include <form.h>
+
        FIELD *new_field(int height, int width,
                         int toprow, int leftcol,
                         int offscreen, int nbuffers);
@@ -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.