docs/libcurl: polish the single-line descriptions

- use imperative form
- use lowercase
- no period
- unify some phrases
- fix curl_multi_socket and curl_multi_socket_all to keep their own
  descriptions

Closes #14062
This commit is contained in:
Daniel Stenberg 2024-06-30 00:08:06 +02:00
parent 0f26abeef1
commit 29789ae312
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
27 changed files with 55 additions and 96 deletions

View file

@ -14,7 +14,7 @@ Protocol:
# NAME
curl_multi_wait - polls on all easy handles in a multi handle
curl_multi_wait - poll on all easy handles in a multi handle
# SYNOPSIS