1 --- strptime.3.orig Fri Mar 11 07:33:44 2005
2 +++ strptime.3 Fri Mar 11 07:40:29 2005
10 .Nd parse date and time string
14 .Fa "const char * restrict format"
15 .Fa "struct tm * restrict timeptr"
20 +.Fa "const char * restrict buf"
21 +.Fa "const char * restrict format"
22 +.Fa "struct tm * restrict timeptr"
30 structure with today's date before passing it to
35 +function uses the current locale, the
37 +function may be passed a locale directly. See
39 +for more information.
41 Upon successful completion,