This commit is contained in:
Michael Kerrisk 2007-12-23 08:27:42 +00:00
parent 23adf52557
commit 2ef850817f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ getdate, getdate_r \- convert a string to struct tm
.br
.B "#include <time.h>"
.sp
.BI "int getdate_r (const char *" string ", struct tm *" res );
.BI "int getdate_r(const char *" string ", struct tm *" res );
.SH DESCRIPTION
The function
.BR getdate ()