Print this page
11620 strtod man page typo equence

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/wcstod.3c.man.txt
          +++ new/usr/src/man/man3c/wcstod.3c.man.txt
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66  
  67   67                      n-wchar-sequence:
  68   68                          digit
  69   69                          nondigit
  70   70                          n-wchar-sequence digit
  71   71                          n-wchar-sequence nondigit
  72   72  
  73   73  
  74   74  
  75   75         In default mode for wcstod(), only decimal, INF/INFINITY, and
  76      -       NAN/NAN(n-char-sequence) forms are recognized. In C99/SUSv3 mode,
       76 +       NAN/NAN(n-wchar-sequence) forms are recognized. In C99/SUSv3 mode,
  77   77         hexadecimal strings are also recognized.
  78   78  
  79   79  
  80      -       In default mode for wcstod(), the n-char-sequence in the NAN(n-char-
  81      -       equence) form can contain any character except ')' (right parenthesis)
  82      -       or '\0' (null).  In C99/SUSv3 mode, the n-char-sequence can contain
       80 +       In default mode for wcstod(), the n-wchar-sequence in the NAN(n-wchar-
       81 +       sequence) form can contain any character except ')' (right parenthesis)
       82 +       or '\0' (null).  In C99/SUSv3 mode, the n-wchar-sequence can contain
  83   83         only upper and lower case letters, digits, and '_' (underscore).
  84   84  
  85   85  
  86   86         The wcstof() and wcstold() functions always function in
  87   87         C99/SUSv3-conformant mode.
  88   88  
  89   89  
  90   90         The subject sequence is defined as the longest initial subsequence of
  91   91         the input wide string, starting with the first non-white-space wide
  92   92         character, that is of the expected form. The subject sequence contains
↓ open down ↓ 95 lines elided ↑ open up ↑
 188  188         +--------------------+-------------------------+
 189  189         |MT-Level            | MT-Safe                 |
 190  190         +--------------------+-------------------------+
 191  191  
 192  192  SEE ALSO
 193  193         iswspace(3C), localeconv(3C), scanf(3C), setlocale(3C), wcstol(3C),
 194  194         attributes(5), standards(5)
 195  195  
 196  196  
 197  197  
 198      -                                March 31, 2003                      WCSTOD(3C)
      198 +                                August 25, 2019                     WCSTOD(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX