X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=59b09a0383967c568497cc091463c78ee215734e;hp=90358a3e514656fb3cbd1efa80522287b675c597;hb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 90358a3e..59b09a03 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,4 +1,4 @@ - @@ -54,8 +54,8 @@

SYNOPSIS

        #include <form.h>
 
-       FORM *new_form(FIELD **fields);
-       int free_form(FORM *form);
+       FORM *new_form(FIELD **fields);
+       int free_form(FORM *form);
 
 
 

DESCRIPTION

@@ -102,8 +102,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.
 
 
 

AUTHORS