X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=714b20aec46ae4f1c139f54c26a9c27e44a6515f;hp=90358a3e514656fb3cbd1efa80522287b675c597;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 90358a3e..714b20ae 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_new.3x,v 1.14 2020/10/17 23:08:09 tom Exp @ + * @Id: form_new.3x,v 1.15 2020/10/24 09:02:26 tom Exp @ --> @@ -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