diff options
-rw-r--r-- | docs/libcurl/curl_getdate.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3 index 9d13433a3..9af2f8509 100644 --- a/docs/libcurl/curl_getdate.3 +++ b/docs/libcurl/curl_getdate.3 @@ -9,7 +9,7 @@ curl_getdate - Convert an date string to number of seconds since January 1, .SH SYNOPSIS .B #include <curl/curl.h> .sp -.BI "time_t curl_getdate(char *" datestring ", time_t *"now" );" +.BI "time_t curl_getdate(char *" datestring ", time_t *"now " );" .ad .SH DESCRIPTION This function returns the number of seconds since January 1st 1970 in the UTC |