X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_validation.3x.html;h=4975302332f7eaebf7ae5a3a5c8a65aeea817e5c;hp=143aed92b166886843c86ffd97dfb8edfeab6d46;hb=c0f109a299a82a33c16bd7af942a12ce9aefaaf0;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index 143aed92..49753023 100644 --- a/doc/html/man/form_field_validation.3x.html +++ b/doc/html/man/form_field_validation.3x.html @@ -1,6 +1,7 @@ @@ -34,7 +35,7 @@ form_field_validation 3x - + @@ -105,9 +106,9 @@ value is less than or equal to the minimum value, the range is simply ignored. On return, the field buffer is formatted according to the printf format specification ".*ld", where the - '*' is replaced by the precision argument. + "*" is replaced by the precision argument. - For details of the precision handling see printf's man-page. + For details of the precision handling see printf(3). TYPE_NUMERIC Numeric data (may have a decimal-point part). This requires addi- @@ -123,10 +124,10 @@ or equal to the minimum value, the range is simply ignored. On return, the field buffer is formatted according to the - printf format specification ".*f", where the '*' is replaced + printf format specification ".*f", where the "*" is replaced by the precision argument. - For details of the precision handling see printf's man-page. + For details of the precision handling see printf(3). TYPE_REGEXP Regular expression data. Requires a regular expression (char *) @@ -164,7 +165,7 @@ E_OK The routine succeeded. E_SYSTEM_ERROR - System error occurred (see errno). + System error occurred (see errno(3)).

SEE ALSO