X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=ca07472ef15579e6396e512454d17432d21ee450;hb=81304798ee736c467839c779c9ca5dca48db7bea;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..ca07472e 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

@@ -66,18 +68,18 @@
 
        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

        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.
 
-       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.
 
@@ -104,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).