mirror of
https://github.com/curl/curl.git
synced 2026-05-14 09:46:20 +03:00
tiny format fix for nicer man output
This commit is contained in:
parent
5931d43a36
commit
86f059dcfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue