mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +03:00
docs/cmdline-opts: spellfixes, typos and polish
To make them accepted by the spell checker Closes #11562
This commit is contained in:
parent
6b11d9d86b
commit
f4ff8072f2
29 changed files with 183 additions and 180 deletions
|
|
@ -14,6 +14,6 @@ name, IP address or host name. An example could look like:
|
|||
|
||||
curl --interface eth0:1 https://www.example.com/
|
||||
|
||||
On Linux it can be used to specify a VRF, but the binary needs to either
|
||||
have CAP_NET_RAW or to be run as root. More information about Linux VRF:
|
||||
https://www.kernel.org/doc/Documentation/networking/vrf.txt
|
||||
On Linux it can be used to specify a **VRF**, but the binary needs to either
|
||||
have **CAP_NET_RAW** or to be run as root. More information about Linux
|
||||
**VRF**: https://www.kernel.org/doc/Documentation/networking/vrf.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue