mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
docs: Fix typos
Random typos spotted when skimming docs.
This commit is contained in:
parent
4e76905b04
commit
4d28382bd3
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Browsers work around this problem in two ways: they cache intermediate
|
Browsers work around this problem in two ways: they cache intermediate
|
||||||
certificates from previous transfers and some implement the TLS "AIA"
|
certificates from previous transfers and some implement the TLS "AIA"
|
||||||
extension that lets the client explictly download such cerfificates on
|
extension that lets the client explicitly download such cerfificates on
|
||||||
demand.
|
demand.
|
||||||
|
|
||||||
## Protocol version
|
## Protocol version
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
.\" * | (__| |_| | _ <| |___
|
.\" * | (__| |_| | _ <| |___
|
||||||
.\" * \___|\___/|_| \_\_____|
|
.\" * \___|\___/|_| \_\_____|
|
||||||
.\" *
|
.\" *
|
||||||
.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
.\" *
|
.\" *
|
||||||
.\" * This software is licensed as described in the file COPYING, which
|
.\" * This software is licensed as described in the file COPYING, which
|
||||||
.\" * you should have received as part of this distribution. The terms
|
.\" * you should have received as part of this distribution. The terms
|
||||||
@ -49,7 +49,7 @@ host+port pair so redirects and everything that operations against the
|
|||||||
HOST+PORT will instead use your provided ADDRESS.
|
HOST+PORT will instead use your provided ADDRESS.
|
||||||
|
|
||||||
The optional leading "+" signifies whether the new entry should time-out or
|
The optional leading "+" signifies whether the new entry should time-out or
|
||||||
not. Entires added with "HOST:..." will never time-out whereas entries added
|
not. Entries added with "HOST:..." will never time-out whereas entries added
|
||||||
with "+HOST:..." will time-out just like ordinary DNS cache entries.
|
with "+HOST:..." will time-out just like ordinary DNS cache entries.
|
||||||
|
|
||||||
If the DNS cache already has an entry for the given host+port pair, then
|
If the DNS cache already has an entry for the given host+port pair, then
|
||||||
|
Loading…
Reference in New Issue
Block a user