X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform.3x.html;h=8549b33314d610deb1133a917ce0d5ff0e10a6dd;hp=320b4d730a6cef0dace7e3df711529205a8cd1fc;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3 diff --git a/doc/html/man/form.3x.html b/doc/html/man/form.3x.html index 320b4d73..8549b333 100644 --- a/doc/html/man/form.3x.html +++ b/doc/html/man/form.3x.html @@ -59,8 +59,8 @@ The form library provides terminal-independent facilities for composing form screens on character-cell terminals. The library includes: field routines, which create and modify form fields; and form routines, which - group fields into forms, display forms on the screen, and handle inter- - action with the user. + group fields into forms, display forms on the screen, and handle + interaction with the user. The form library uses the curses libraries. To use the form library, link with the options -lform -lcurses. @@ -170,9 +170,9 @@

RETURN VALUE

        Routines  that  return  pointers return NULL on error, and set errno to
-       the corresponding error-code returned by functions returning  an  inte-
-       ger.  Routines that return an integer return one of the following error
-       codes:
+       the  corresponding  error-code  returned  by  functions  returning   an
+       integer.   Routines  that return an integer return one of the following
+       error codes:
 
        E_OK The routine succeeded.
 
@@ -220,8 +220,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 menu facility was documented in SVr4.2 in Character User  Interface
        Programming (UNIX SVR4.2).
@@ -248,7 +248,7 @@
        curses(3x) and related pages whose names  begin  "form_"  for  detailed
        descriptions of the entry points.
 
-       This describes ncurses version 6.2 (patch 20201212).
+       This describes ncurses version 6.2 (patch 20201219).