mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
docs: put <> within backticks in titles
To render better markdown. Make managen warn if present "unticked" and unescaped. Closes #18498
This commit is contained in:
parent
e3c06ccc66
commit
32909591d2
3 changed files with 27 additions and 20 deletions
|
|
@ -21,16 +21,16 @@ Perform the operation using a specified interface. You can enter interface
|
|||
name, IP address or hostname. If you prefer to be specific, you can use the
|
||||
following special syntax:
|
||||
|
||||
## if!<name>
|
||||
## `if!<name>`
|
||||
|
||||
Interface name. If the provided name does not match an existing interface,
|
||||
curl returns with error 45.
|
||||
|
||||
## host!<name>
|
||||
## `host!<name>`
|
||||
|
||||
IP address or hostname.
|
||||
|
||||
## ifhost!<interface>!<host>
|
||||
## `ifhost!<interface>!<host>`
|
||||
|
||||
Interface name and IP address or hostname. This syntax requires libcurl 8.9.0
|
||||
or later.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue