diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-15 21:41:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-15 21:41:21 +0000 |
commit | 86f059dcfbb32ee7ee25c7232457c558ea9f8c4f (patch) | |
tree | 290a5d11c7652aee5cadc1fbc801340d95892e45 | |
parent | 5931d43a36d092d0c6a266c8cf619814c2f62d22 (diff) |
tiny format fix for nicer man output
-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 |