diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2018-04-17 21:17:57 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-04-17 15:32:51 -0400 |
commit | 24e835587714289214002506aa0e2d59313f95c0 (patch) | |
tree | f0370364e2b150a36a6e27d277e5277f527ba3b7 /docs/cmdline-opts/interface.d | |
parent | ba48863e52ab042a6cf754e254dfb5062a45b090 (diff) | |
download | curl-24e835587714289214002506aa0e2d59313f95c0.tar.gz |
docs: fix typos
Closes https://github.com/curl/curl/pull/2503
Diffstat (limited to 'docs/cmdline-opts/interface.d')
-rw-r--r-- | docs/cmdline-opts/interface.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/interface.d b/docs/cmdline-opts/interface.d index bd0817618..65827fb8b 100644 --- a/docs/cmdline-opts/interface.d +++ b/docs/cmdline-opts/interface.d @@ -12,5 +12,5 @@ name, IP address or host name. An example could look like: If this option is used several times, the last one will be used. On Linux it can be used to specify a VRF, but the binary needs to either -have CAP_NET_RAW or to be ran as root. More information about Linux VRF: +have CAP_NET_RAW or to be run as root. More information about Linux VRF: https://www.kernel.org/doc/Documentation/networking/vrf.txt |