Skip to content
Snippets Groups Projects
Commit 86f059dc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tiny format fix for nicer man output

parent 5931d43a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment