X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;fp=Ada95%2Fhtml%2Fman%2Fform_data.3x.html;h=502495edfde303fc98e14a4e5f5f7d86e5287455;hp=d07992cc5fd38cd1633822b20d4bfa2ddc15fe0d;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/Ada95/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html similarity index 52% rename from Ada95/html/man/form_data.3x.html rename to doc/html/man/form_data.3x.html index d07992cc..502495ed 100644 --- a/Ada95/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,36 +1,40 @@
-       form_data - test for off-screen data in given forms
+
+
+
+

NAME

+       form_data - test for off-screen data in given forms
 
 
 

SYNOPSIS

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

DESCRIPTION

-       The  function data_ahead tests whether there is off-screen
+       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
+       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  automatically includes the header
-       file .
+       The header file <form.h> automatically includes the header
+       file <curses.h>.
 
 
 
@@ -63,8 +67,14 @@ + +
+
+Man(1) output converted with +man2html +