]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_field_userptr.3x.html
ncurses 6.2 - patch 20210109
[ncurses.git] / doc / html / man / form_field_userptr.3x.html
index 989cfa33679f4ecd26174f917c787c6468d46a94..2c32b99e122b26d2af8bf00071905b433dc81c66 100644 (file)
@@ -60,8 +60,8 @@
 
 
 </PRE><H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
-       Every form field has a field that can be used to hold  application-spe-
-       cific  data  (that  is,  the  form-driver code leaves it alone).  These
+       Every form field has a field that can  be  used  to  hold  application-
+       specific  data  (that is, the form-driver code leaves it alone).  These
        functions get and set that field.
 
 
@@ -82,8 +82,8 @@
 
 
 </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 user pointer is a void pointer.  We chose not to leave it as a char
        pointer for SVr4 compatibility.