X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=59b09a0383967c568497cc091463c78ee215734e;hp=8b7ffff47efe8075c68b6eaf72cb465e9c2adfb8;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 8b7ffff4..59b09a03 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ 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