Print this page
11586 NAME field in man pages should match what's installed
*** 1,11 ****
STRFTIME(3C) Standard C Library Functions STRFTIME(3C)
NAME
! strftime, strftime_l cftime, ascftime - convert date and time to string
SYNOPSIS
#include <time.h>
size_t strftime(char *restrict s, size_t maxsize,
--- 1,12 ----
STRFTIME(3C) Standard C Library Functions STRFTIME(3C)
NAME
! strftime, strftime_l, cftime, ascftime - convert date and time to
! string
SYNOPSIS
#include <time.h>
size_t strftime(char *restrict s, size_t maxsize,
*** 431,436 ****
part of any standard, although it is available on a number of other
platforms. Its use is discouraged for conforming applications.
! March 30, 2019 STRFTIME(3C)
--- 432,437 ----
part of any standard, although it is available on a number of other
platforms. Its use is discouraged for conforming applications.
! August 20, 2019 STRFTIME(3C)