curl_url_get/set.3: add missing semicolon in SYNOPSIS

This commit is contained in:
Daniel Stenberg 2023-09-05 11:30:53 +02:00
parent a8f21bb40b
commit dd5999b686
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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