X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_validation.3x.html;h=091fd9779b7118406a60797fdb0b8ef8009d6406;hp=143aed92b166886843c86ffd97dfb8edfeab6d46;hb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;hpb=acb4184f8f69fddd052a3daa8c8675f4bf8ce369 diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index 143aed92..091fd977 100644 --- a/doc/html/man/form_field_validation.3x.html +++ b/doc/html/man/form_field_validation.3x.html @@ -1,6 +1,6 @@ @@ -105,9 +105,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 +123,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 +164,7 @@ E_OK The routine succeeded. E_SYSTEM_ERROR - System error occurred (see errno). + System error occurred (see errno(3)).

SEE ALSO