]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/form_fieldtype.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / form_fieldtype.3x.html
similarity index 93%
rename from Ada95/html/form_fieldtype.3x.html
rename to Ada95/html/man/form_fieldtype.3x.html
index d56915ef854adca19d71d24a0d41ccaa8ac4c4f3..f70a9400095efae69c092863d070dc288c1311d9 100644 (file)
@@ -1,12 +1,12 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>form_fieldtype</STRONG> - define validation-field types
 
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><form.h></STRONG>
        FIELDTYPE *new_fieldtype(
            bool (* const field_check)(FIELD *, const void *),
            bool (* const char_check)(int, const void *));
@@ -92,8 +92,8 @@
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       The header file <STRONG>&lt;form.h&gt;</STRONG> automatically includes the header
-       file <STRONG>&lt;curses.h&gt;</STRONG>.
+       The header file <STRONG><form.h></STRONG> automatically includes the header
+       file <STRONG><curses.h></STRONG>.
 
        All of the <STRONG>(char</STRONG> <STRONG>*)</STRONG> arguments of  these  functions  should
        actually  be <STRONG>(void</STRONG> <STRONG>*)</STRONG>.  The type has been left uncorrected