Print this page
11586 NAME field in man pages should match what's installed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/strftime.3c.man.txt
          +++ new/usr/src/man/man3c/strftime.3c.man.txt
   1    1  STRFTIME(3C)             Standard C Library Functions             STRFTIME(3C)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6      -       strftime, strftime_l cftime, ascftime - convert date and time to string
        6 +       strftime, strftime_l, cftime, ascftime - convert date and time to
        7 +       string
   7    8  
   8    9  SYNOPSIS
   9   10         #include <time.h>
  10   11  
  11   12         size_t strftime(char *restrict s, size_t maxsize,
  12   13              const char *restrict format,
  13   14              const struct tm *restrict timeptr);
  14   15  
  15   16         size_t strftime_l(char *restrict s, size_t maxsize,
  16   17              const char *restrict format,
↓ open down ↓ 409 lines elided ↑ open up ↑
 426  427         If using the %Z specifier and zoneinfo timezones and if the input date
 427  428         is outside the range 20:45:52 UTC, December  13, 1901 to 03:14:07 UTC,
 428  429         January 19, 2038, the timezone name may not be correct.
 429  430  
 430  431         The conversion specification for %+ was added in illumos.  It is not
 431  432         part of any standard, although it is available on a number of other
 432  433         platforms.  Its use is discouraged for conforming applications.
 433  434  
 434  435  
 435  436  
 436      -                                March 30, 2019                    STRFTIME(3C)
      437 +                                August 20, 2019                   STRFTIME(3C)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX