X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;fp=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=40ac7f2799b56c509755f29da34f7d675a29dd80;hp=20afff82a555c872cfd38deb411e1516ab8ae88a;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3 diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 20afff82..40ac7f27 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -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).