X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=20afff82a555c872cfd38deb411e1516ab8ae88a;hb=42259b594b5dabd37fe2bc294051d2db82e873a2;hp=6e6a096fabdc60135c576761b87ff439cdc4039c;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 6e6a096f..20afff82 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -1,7 +1,8 @@ @@ -52,10 +53,11 @@

SYNOPSIS

        #include <form.h>
-       int set_form_fields(FORM *form, FIELD **fields);
-       FIELD **form_fields(const FORM *form);
-       int field_count(const FORM *form);
-       int move_field(FIELD *field, int frow, int fcol);
+
+       int set_form_fields(FORM *form, FIELD **fields);
+       FIELD **form_fields(const FORM *form);
+       int field_count(const FORM *form);
+       int move_field(FIELD *field, int frow, int fcol);
 
 
 

DESCRIPTION

@@ -72,7 +74,7 @@
 
 

RETURN VALUE

        The  function  form_fields  returns  a pointer (which may be NULL).  It
-       does not set errno.
+       does not set errno.
 
        The function field_count returns ERR if the form parameter is NULL.