X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_opts.3x.html;h=278af87fc38b3df26ee2e242d48bf7b1a0c843cd;hp=46441b8dbd7ddebb2f48b5884ddc101de575a3ba;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/doc/html/man/form_field_opts.3x.html b/doc/html/man/form_field_opts.3x.html index 46441b8d..278af87f 100644 --- a/doc/html/man/form_field_opts.3x.html +++ b/doc/html/man/form_field_opts.3x.html @@ -35,44 +35,44 @@ -form_field_opts 3X +form_field_opts 3x -

form_field_opts 3X

+

form_field_opts 3x

-form_field_opts(3X)                                        form_field_opts(3X)
+form_field_opts(3x)                                        form_field_opts(3x)
 
 
 
 
 

NAME

-       set_field_opts, field_opts_on, field_opts_off, field_opts - set and get
+       set_field_opts, field_opts_on, field_opts_off, field_opts - set and get
        field options
 
 
 

SYNOPSIS

-       #include <form.h>
+       #include <form.h>
 
-       int set_field_opts(FIELD *field, Field_Options opts);
-       Field_Options field_opts(const FIELD *field);
+       int set_field_opts(FIELD *field, Field_Options opts);
+       Field_Options field_opts(const FIELD *field);
 
-       int field_opts_on(FIELD *field, Field_Options opts);
-       int field_opts_off(FIELD *field, Field_Options opts);
+       int field_opts_on(FIELD *field, Field_Options opts);
+       int field_opts_off(FIELD *field, Field_Options opts);
 
 
 

DESCRIPTION

-       The function set_field_opts sets all  the  given  field's  option  bits
+       The function set_field_opts sets all  the  given  field's  option  bits
        (field option bits may be logically-OR'ed together).
 
-       The  function  field_opts_on turns on the given option bits, and leaves
+       The  function  field_opts_on turns on the given option bits, and leaves
        others alone.
 
-       The function field_opts_off turns off the given option bits, and leaves
+       The function field_opts_off turns off the given option bits, and leaves
        others alone.
 
-       The function field_opts returns the field's current option bits.
+       The function field_opts returns the field's current option bits.
 
        The following standard options are defined (all are on by default):
 
@@ -130,33 +130,33 @@
             to maintain consistent state.
 
        O_INPUT_FIELD
-            The set_max_field function checks for this extension, which allows
+            The set_max_field function checks for this extension, which allows
             a dynamic field to shrink if the new limit  is  smaller  than  the
             current field size.
 
 
 

RETURN VALUE

-       Except for field_opts, each routine returns one of the following:
+       Except for field_opts, each routine returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_BAD_ARGUMENT
+       E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
 
-       E_CURRENT
+       E_CURRENT
             The field is the current field.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno(3)).
+       E_SYSTEM_ERROR
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO

-       curses(3X), form(3X).  form_field_just(3X).
+       curses(3x), form(3x).  form_field_just(3x).
 
 
 

NOTES

-       The  header  file  <form.h>  automatically  includes  the  header  file
-       <curses.h>.
+       The  header  file  <form.h>  automatically  includes  the  header  file
+       <curses.h>.
 
 
 

PORTABILITY

@@ -170,7 +170,7 @@
 
 
 
-                                                           form_field_opts(3X)
+                                                           form_field_opts(3x)