X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=810243a09d322c2005b3846c20228216d8256523;hp=5bcb665d99fa069704d4ce635d7a4a76f347846d;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=cfd9c6f8e5af24820fefbb789b7345d93b8ed837;ds=sidebyside diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index 5bcb665d..810243a0 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,7 +1,7 @@ @@ -48,7 +48,8 @@

NAME

-       form_opts - set and get form options
+       set_form_opts,  form_opts_on,  form_opts_off,  form_opts -
+       set and get form options
 
 
 
@@ -62,29 +63,29 @@

DESCRIPTION

-       The  function  set_form_opts  sets  all  the  given form's
-       option bits  (form  option  bits  may  be  logically-OR'ed
+       The function  set_form_opts  sets  all  the  given  form's
+       option  bits  (form  option  bits  may  be logically-OR'ed
        together).
 
-       The  function form_opts_on turns on the given option bits,
+       The function form_opts_on turns on the given option  bits,
        and leaves others alone.
 
-       The function form_opts_off  turns  off  the  given  option
+       The  function  form_opts_off  turns  off  the given option
        bits, and leaves others alone.
 
-       The  function  form_opts returns the form's current option
+       The function form_opts returns the form's  current  option
        bits.
 
        The following options are defined (all are on by default):
 
        O_NL_OVERLOAD
-            Overload the REQ_NEW_LINE  forms  driver  request  so
-            that  calling  it  at  the end of a field goes to the
+            Overload  the  REQ_NEW_LINE  forms  driver request so
+            that calling it at the end of a  field  goes  to  the
             next field.
 
        O_BS_OVERLOAD
-            Overload the REQ_DEL_PREV  forms  driver  request  so
-            that  calling  it at the beginning of a field goes to
+            Overload  the  REQ_DEL_PREV  forms  driver request so
+            that calling it at the beginning of a field  goes  to
             the previous field.
 
 
@@ -112,13 +113,13 @@
 
 

PORTABILITY

-       These routines emulate the System V forms  library.   They
+       These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
 

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.