]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_field_validation.3x.html
ncurses 6.1 - patch 20190121
[ncurses.git] / doc / html / man / form_field_validation.3x.html
index 143aed92b166886843c86ffd97dfb8edfeab6d46..091fd9779b7118406a60797fdb0b8ef8009d6406 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
   ****************************************************************************
 <!-- 
   ****************************************************************************
-  * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc.              *
+  * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc.              *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
@@ -26,7 +26,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: form_field_validation.3x,v 1.23 2018/07/28 21:18:11 tom Exp @
+  * @Id: form_field_validation.3x,v 1.24 2019/01/20 20:31:42 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
                 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 <STRONG>printf</STRONG> format specification ".*ld", where the
                 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 <STRONG>printf</STRONG> format specification ".*ld", where the
-                '*' is replaced by the precision argument.
+                "*" is replaced by the precision argument.
 
 
-                For details of the precision handling see <STRONG>printf's</STRONG> man-page.
+                For details of the precision handling see <STRONG>printf(3)</STRONG>.
 
        TYPE_NUMERIC
             Numeric data (may have a decimal-point part).  This requires addi-
 
        TYPE_NUMERIC
             Numeric data (may have a decimal-point part).  This requires addi-
                 or equal to the minimum value, the range is simply ignored.
 
                 On  return,  the  field  buffer  is formatted according to the
                 or equal to the minimum value, the range is simply ignored.
 
                 On  return,  the  field  buffer  is formatted according to the
-                <STRONG>printf</STRONG> format specification ".*f", where the '*'  is  replaced
+                <STRONG>printf</STRONG> format specification ".*f", where the "*"  is  replaced
                 by the precision argument.
 
                 by the precision argument.
 
-                For details of the precision handling see <STRONG>printf's</STRONG> man-page.
+                For details of the precision handling see <STRONG>printf(3)</STRONG>.
 
        TYPE_REGEXP
             Regular  expression  data.  Requires a regular expression <STRONG>(char</STRONG> <STRONG>*)</STRONG>
 
        TYPE_REGEXP
             Regular  expression  data.  Requires a regular expression <STRONG>(char</STRONG> <STRONG>*)</STRONG>
        <STRONG>E_OK</STRONG> The routine succeeded.
 
        <STRONG>E_SYSTEM_ERROR</STRONG>
        <STRONG>E_OK</STRONG> The routine succeeded.
 
        <STRONG>E_SYSTEM_ERROR</STRONG>
-            System error occurred (see <STRONG>errno</STRONG>).
+            System error occurred (see <STRONG>errno(3)</STRONG>).
 
 
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
 
 
 </PRE><H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>