X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_validation.3x.html;h=64e780bdc582e2d283842d21a32858bdef157f3c;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=759878a2802e6372d917d617a7e3c1d14df8b35a;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3;p=ncurses.git diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index 759878a2..64e780bd 100644 --- a/doc/html/man/form_field_validation.3x.html +++ b/doc/html/man/form_field_validation.3x.html @@ -1,6 +1,6 @@ - -form_field_validation 3x +form_field_validation 3x 2023-07-01 ncurses 6.4 Library calls - + -

form_field_validation 3x

+

form_field_validation 3x 2023-07-01 ncurses 6.4 Library calls

-form_field_validation(3x)                            form_field_validation(3x)
+form_field_validation(3x)        Library calls       form_field_validation(3x)
 
 
 
@@ -128,26 +128,26 @@
             lives in automatic variables on the stack.
 
        TYPE_INTEGER
-            Integer data, parsable to an integer by atoi(3).  Required parame-
-            ters:
+            Integer  data,  parsable  to  an  integer  by  atoi(3).   Required
+            parameters:
 
             o   a third int argument controlling the precision,
 
             o   a fourth long argument constraining minimum value,
 
             o   a fifth long constraining maximum value.  If the maximum value
-                is  less than or equal to the minimum value, the range is sim-
-                ply ignored.
+                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 pre-
-            cision argument.
+            format  specification  ".*ld",  where  the  "*" is replaced by the
+            precision argument.
 
             For details of the precision handling see printf(3).
 
        TYPE_NUMERIC
-            Numeric data (may have a decimal-point  part).   Required  parame-
-            ters:
+            Numeric  data  (may  have   a   decimal-point   part).    Required
+            parameters:
 
             o   a third int argument controlling the precision,
 
@@ -159,8 +159,8 @@
                 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 by the pre-
-            cision argument.
+            format  specification  ".*f",  where  the  "*"  is replaced by the
+            precision argument.
 
             For details of the precision handling see printf(3).
 
@@ -195,8 +195,8 @@
 
 
 

RETURN VALUE

-       The functions field_type and field_arg return NULL on error.  The func-
-       tion set_field_type returns one of the following:
+       The  functions  field_type  and  field_arg  return  NULL on error.  The
+       function set_field_type returns one of the following:
 
        E_OK The routine succeeded.
 
@@ -214,8 +214,8 @@
 
 
 

PORTABILITY

-       These  routines emulate the System V forms library.  They were not sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  forms library.  They were not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS

@@ -224,7 +224,7 @@
 
 
 
-                                                     form_field_validation(3x)
+ncurses 6.4                       2023-07-01         form_field_validation(3x)