]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_field_validation.3x
ncurses 4.2
[ncurses.git] / man / form_field_validation.3x
index 8fee91d0f24d98d75e077a7dc831d2fac4d85b1a..e67c41359e681bad07ed0c0f7710b289a0c2ba31 100644 (file)
@@ -1,4 +1,4 @@
-'\" t
+.'" $Id: form_field_validation.3x,v 0.9 1997/12/06 22:08:27 tom Exp $
 .TH form_field_validation 3X ""
 .SH NAME
 \fBform_field_validation\fR - data type validation for fields 
@@ -54,7 +54,7 @@ For details of the precision handling see \fBprintf's\fR man-page.
 TYPE_REGEXP
 Regular expression data.  Requires a regular expression \fB(char *)\fR third argument;
 the data is valid if the regular expression matches it.  Regular expressions
-are in the format of \fBregcomp\fR(3x) and \fBregexec\fR(3X). Please notice
+are in the format of \fBregcomp\fR(3X) and \fBregexec\fR(3X). Please notice
 that the regular expression must match the whole field. If you have for
 example an eight character wide field, a regular expression "^[0-9]*$" always
 means that you have to fill all eight positions with digits. If you want to