mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
docs: use dot instead of comma at end of sentences
Some sentences incorrectly ended with a command instead of a dot. Closes #20700
This commit is contained in:
parent
67298a80b3
commit
9d94b1a066
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ By submitting a patch to the curl project, you are assumed to have the right
|
|||
to the code and to be allowed by your employer or whatever to hand over that
|
||||
patch/code to us. We credit you for your changes as far as possible, to give
|
||||
credit but also to keep a trace back to who made what changes. Please always
|
||||
provide us with your full real name when contributing,
|
||||
provide us with your full real name when contributing.
|
||||
|
||||
## What To Read
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Subject Alternate Name field in the certificate matches the hostname in the
|
|||
URL to which you told curl to connect.
|
||||
|
||||
When the *verify* value is 0, the connection succeeds regardless of the names
|
||||
in the certificate. Use that ability with caution,
|
||||
in the certificate. Use that ability with caution.
|
||||
|
||||
This option controls checking the server's certificate's claimed identity. The
|
||||
separate CURLOPT_SSL_VERIFYPEER(3) options enables/disables verification that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue