X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=e30a321ab85a51009d9c0e55687b3a667d968d66;hp=0f5e58fe9f83d5e8aa0f56144318147d7a254b84;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index 0f5e58fe..e30a321a 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,7 +1,8 @@ - + form_opts 3x - + @@ -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

@@ -88,7 +91,7 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO

@@ -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