Print this page
11620 strtod man page typo equence

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/strtod.3c.man.txt
          +++ new/usr/src/man/man3c/strtod.3c.man.txt
↓ open down ↓ 61 lines elided ↑ open up ↑
  62   62                          n-char-sequence nondigit
  63   63  
  64   64  
  65   65  
  66   66         In default mode for strtod(), only decimal, INF/INFINITY, and
  67   67         NAN/NAN(n-char-sequence) forms are recognized. In C99/SUSv3 mode,
  68   68         hexadecimal strings are also recognized.
  69   69  
  70   70  
  71   71         In default mode for strtod(), the n-char-sequence in the NAN(n-char-
  72      -       equence) form can contain any character except ')' (right parenthesis)
       72 +       sequence) form can contain any character except ')' (right parenthesis)
  73   73         or '\0' (null).  In C99/SUSv3 mode, the n-char-sequence can contain
  74   74         only upper and lower case letters, digits, and '_' (underscore).
  75   75  
  76   76  
  77   77         The strtof() and strtold() functions always function in
  78   78         C99/SUSv3-conformant mode.
  79   79  
  80   80  
  81   81         The subject sequence is defined as the longest initial subsequence of
  82   82         the input string, starting with the first non-white-space character,
↓ open down ↓ 213 lines elided ↑ open up ↑
 296  296  
 297  297                 c.     If strtod() does not set errno to ERANGE, the value
 298  298                        specified by the "subject string" converted to +HUGE_VAL
 299  299                        or -HUGE_VAL, respectively.
 300  300             Note that if errno is set to ERANGE when strtod() is called, case
 301  301             (c) can be distinguished from cases (a) and (b) by examining either
 302  302             ERANGE or the overflow flag.
 303  303  
 304  304  
 305  305  
 306      -                               November 1, 2003                     STRTOD(3C)
      306 +                                August 25, 2019                     STRTOD(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX