diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-14 23:19:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-14 23:19:42 +0000 |
commit | 7f340afc4fe161e24f02ad4cd10947fb416b23df (patch) | |
tree | 4ed06254eb130f6607066ef99f21ffdb9899cc4a /lib/libform/form_field_validation.3 | |
parent | 85875eb16f014a38c312cea35747914999fc8a9c (diff) |
ncurses-4.1-971213
Diffstat (limited to 'lib/libform/form_field_validation.3')
-rw-r--r-- | lib/libform/form_field_validation.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libform/form_field_validation.3 b/lib/libform/form_field_validation.3 index 834566906db..dfa7d4d8820 100644 --- a/lib/libform/form_field_validation.3 +++ b/lib/libform/form_field_validation.3 @@ -1,5 +1,6 @@ '\" t -.\" $OpenBSD: form_field_validation.3,v 1.4 1997/12/03 05:46:31 millert Exp $ +.\" $OpenBSD: form_field_validation.3,v 1.5 1997/12/14 23:19:29 millert Exp $ +.\" Id: form_field_validation.3x,v 0.9 1997/12/06 22:08:27 tom Exp $ .TH form_field_validation 3 "" .SH NAME \fBform_field_validation\fR - data type validation for fields @@ -55,7 +56,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(3). Please notice +are in the format of \fBregcomp\fR(3) and \fBregexec\fR(3). 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 |