X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=3c9d87f81e42e49a3dfd519a2e1686262a361a3d;hp=472fefdf212deee407fa854e86872099da6b477d;hb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index 472fefdf..3c9d87f8 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,7 +1,8 @@ - @@ -53,10 +54,12 @@

SYNOPSIS

        #include <form.h>
-       int set_form_opts(FORM *form, Field_Options opts);
-       int form_opts_on(FORM *form, Field_Options opts);
-       int form_opts_off(FORM *form, Field_Options opts);
-       Field_Options form_opts(const FORM *form);
+
+       int set_form_opts(FORM *form, Field_Options opts);
+       Field_Options form_opts(const FORM *form);
+
+       int form_opts_on(FORM *form, Field_Options opts);
+       int form_opts_off(FORM *form, Field_Options opts);
 
 
 

DESCRIPTION

@@ -101,8 +104,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