X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=1246c4273a16d9f2fb01b54c3c32331835b3e6b5;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=83f6e2da2fe0814ff01dec80db79cebfbc60ca8f;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 83f6e2da..1246c427 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,8 @@ - @@ -36,7 +37,7 @@ form_new 3x - +

form_new 3x

@@ -52,8 +53,9 @@

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

@@ -65,7 +67,7 @@
 
 
 

RETURN VALUE

-       The  function  new_form returns NULL on error.  It sets errno according
+       The  function  new_form returns NULL on error.  It sets errno according
        to the function's success:
 
        E_OK The routine succeeded.
@@ -100,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