]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_field_validation.3x.html
ncurses 6.2 - patch 20200314
[ncurses.git] / doc / html / man / form_field_validation.3x.html
index 143aed92b166886843c86ffd97dfb8edfeab6d46..4975302332f7eaebf7ae5a3a5c8a65aeea817e5c 100644 (file)
@@ -1,6 +1,7 @@
 <!-- 
   ****************************************************************************
-  * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc.              *
+  * Copyright 2018-2019,2020 Thomas E. Dickey                                *
+  * Copyright 1998-2010,2017 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            *
@@ -26,7 +27,7 @@
   * 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.25 2020/02/02 23:34:34 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -34,7 +35,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
 <TITLE>form_field_validation 3x</TITLE>
-<link rev=made href="mailto:bug-ncurses@gnu.org">
+<link rel="author" href="mailto:bug-ncurses@gnu.org">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
                 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-
                 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.
 
-                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>
        <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>