tiny format fix for nicer man output

This commit is contained in:
Daniel Stenberg 2004-11-15 21:41:21 +00:00
parent 5931d43a36
commit 86f059dcfb

View File

@ -9,7 +9,7 @@ curl_getdate - Convert an date string to number of seconds since January 1,
.SH SYNOPSIS .SH SYNOPSIS
.B #include <curl/curl.h> .B #include <curl/curl.h>
.sp .sp
.BI "time_t curl_getdate(char *" datestring ", time_t *"now" );" .BI "time_t curl_getdate(char *" datestring ", time_t *"now " );"
.ad .ad
.SH DESCRIPTION .SH DESCRIPTION
This function returns the number of seconds since January 1st 1970 in the UTC This function returns the number of seconds since January 1st 1970 in the UTC