X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=ca07472ef15579e6396e512454d17432d21ee450;hb=91d451ffc473b358d8d74506d2da8871e44fbd7b;hp=22aa78e778132a21842bf7234548ddf5ae3f5e51;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 22aa78e7..ca07472e 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -1,4 +1,4 @@ - @@ -54,10 +54,10 @@

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

@@ -68,8 +68,8 @@
 
        The function field_count returns the count of fields in form.
 
-       The function move_field moves the given field (which  must  be  discon-
-       nected) to a specified location on the screen.
+       The  function  move_field  moves  the  given  field  (which   must   be
+       disconnected) to a specified location on the screen.
 
 
 

RETURN VALUE

@@ -78,8 +78,8 @@
 
        The function field_count returns ERR if the form parameter is NULL.
 
-       The functions set_form_fields and move_field return one of the  follow-
-       ing codes on error:
+       The  functions  set_form_fields  and  move_field  return  one  of   the
+       following codes on error:
 
        E_OK The routine succeeded.
 
@@ -106,8 +106,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  SVr4  forms  library documentation specifies the field_count error
        value as -1 (which is the value of ERR).