mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:07:27 +03:00
curl_url_get/set.3: add missing semicolon in SYNOPSIS
This commit is contained in:
parent
a8f21bb40b
commit
dd5999b686
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ curl_url_get - extract a part from a URL
|
|||
CURLUcode curl_url_get(CURLU *url,
|
||||
CURLUPart part,
|
||||
char **content,
|
||||
unsigned int flags)
|
||||
unsigned int flags);
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
Given a \fIurl\fP handle of a URL object, this function extracts an individual
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ curl_url_set - set a URL part
|
|||
CURLUcode curl_url_set(CURLU *url,
|
||||
CURLUPart part,
|
||||
const char *content,
|
||||
unsigned int flags)
|
||||
unsigned int flags);
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
The \fIurl\fP handle to work on, passed in as the first argument, must be a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue