X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=84d50f0e9fd2d126d99a92cf725c30c48e476706;hp=d7f70e3f1c739aa977bc93086d42c3ee22aecf18;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index d7f70e3f..84d50f0e 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -35,44 +35,44 @@ -form_data 3X +form_data 3x -

form_data 3X

+

form_data 3x

-form_data(3X)                                                    form_data(3X)
+form_data(3x)                                                    form_data(3x)
 
 
 
 
 

NAME

-       data_ahead, data_behind - test for off-screen data in given forms
+       data_ahead, data_behind - test for off-screen data in given forms
 
 
 

SYNOPSIS

-       #include <form.h>
+       #include <form.h>
 
-       bool data_ahead(const FORM *form);
-       bool data_behind(const FORM *form);
+       bool data_ahead(const FORM *form);
+       bool data_behind(const FORM *form);
 
 
 

DESCRIPTION

-       The function data_ahead tests whether there is off-screen data ahead in
+       The function data_ahead tests whether there is off-screen data ahead in
        the given form.  It returns TRUE (1) or FALSE (0).
 
-       The function data_behind tests whether there is off-screen data  behind
+       The function data_behind tests whether there is off-screen data  behind
        in the given form.  It returns TRUE (1) or FALSE (0).
 
 
 

SEE ALSO

-       curses(3X), form(3X).
+       curses(3x), form(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

@@ -86,7 +86,7 @@
 
 
 
-                                                                 form_data(3X)
+                                                                 form_data(3x)