X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_field_validation.3x;h=5f78748bd0fac8e740a936dc3e43481e1bd95e89;hp=5950ecf96b36b3addddde0983105667956051869;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=6941ed1e8bfdfc7634a57655dc71e7a7ed02a6e8 diff --git a/man/form_field_validation.3x b/man/form_field_validation.3x index 5950ecf9..5f78748b 100644 --- a/man/form_field_validation.3x +++ b/man/form_field_validation.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_field_validation.3x,v 1.22 2018/07/14 22:39:06 tom Exp $ +.\" $Id: form_field_validation.3x,v 1.23 2018/07/28 21:18:11 tom Exp $ .TH form_field_validation 3X "" .de bP .ie n .IP \(bu 4 @@ -63,14 +63,16 @@ This is the type checked by validation functions. The predefined types are as follows: .TP 5 TYPE_ALNUM -Alphanumeric data. Requires a third \fBint\fR argument, a minimum field width. +Alphanumeric data. +Requires a third \fBint\fR argument, a minimum field width. .TP 5 TYPE_ALPHA -Character data. Requires a third \fBint\fR argument, a minimum field width. +Character data. +Requires a third \fBint\fR argument, a minimum field width. .TP 5 TYPE_ENUM -Accept one of a specified set of strings. Requires additional -parameters: +Accept one of a specified set of strings. +Requires additional parameters: .RS .bP a third \fB(char **)\fR argument pointing to a string list; @@ -156,11 +158,11 @@ The address itself is not validated. This is an ncurses extension; this field type may not be available in other curses implementations. .PP -It is possible to set up new programmer-defined field types. See the -\fBform_fieldtype\fR(3X) manual page. +It is possible to set up new programmer-defined field types. +See the \fBform_fieldtype\fR(3X) manual page. .SH RETURN VALUE -The functions \fBfield_type\fR and \fBfield_arg\fR return \fBNULL\fR on -error. The function \fBset_field_type\fR returns one of the following: +The functions \fBfield_type\fR and \fBfield_arg\fR return \fBNULL\fR on error. +The function \fBset_field_type\fR returns one of the following: .TP 5 .B E_OK The routine succeeded. @@ -175,8 +177,9 @@ System error occurred (see \fBerrno\fR). The header file \fB\fR automatically includes the header file \fB\fR. .SH PORTABILITY -These routines emulate the System V forms library. They were not supported on +These routines emulate the System V forms library. +They were not supported on Version 7 or BSD versions. .SH AUTHORS -Juergen Pfeifer. Manual pages and adaptation for new curses by Eric -S. Raymond. +Juergen Pfeifer. +Manual pages and adaptation for new curses by Eric S. Raymond.