]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_field.3x.html
ncurses 6.2 - patch 20201219
[ncurses.git] / doc / html / man / form_field.3x.html
index 20afff82a555c872cfd38deb411e1516ab8ae88a..40ac7f2799b56c509755f29da34f7d675a29dd80 100644 (file)
@@ -68,8 +68,8 @@
 
        The function <STRONG>field_count</STRONG> returns the count of fields in <EM>form</EM>.
 
-       The function <STRONG>move_field</STRONG> moves the given field (which  must  be  discon-
-       nected) to a specified location on the screen.
+       The  function  <STRONG>move_field</STRONG>  moves  the  given  field  (which   must   be
+       disconnected) to a specified location on the screen.
 
 
 </PRE><H2><a name="h2-RETURN-VALUE">RETURN VALUE</a></H2><PRE>
@@ -78,8 +78,8 @@
 
        The function <STRONG>field_count</STRONG> returns <STRONG>ERR</STRONG> if the <EM>form</EM> parameter is <STRONG>NULL</STRONG>.
 
-       The functions <STRONG>set_form_fields</STRONG> and <STRONG>move_field</STRONG> return one of the  follow-
-       ing codes on error:
+       The  functions  <STRONG>set_form_fields</STRONG>  and  <STRONG>move_field</STRONG>  return  one  of   the
+       following codes on error:
 
        <STRONG>E_OK</STRONG> The routine succeeded.
 
 
 
 </PRE><H2><a name="h2-PORTABILITY">PORTABILITY</a></H2><PRE>
-       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 <STRONG>field_count</STRONG> error
        value as -1 (which is the value of <STRONG>ERR</STRONG>).