mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:33:31 +03:00
docs: tidy-up scheme references
After this patch `://` schemes are lowercase and enclosed in backticks. Also: - docs/libcurl/libcurl-multi.md: drop a stray C code fence. - docs/libcurl/libcurl-tutorial.md: replace single/double quotes with Markdown markup where applicable. Ref: #21646 Closes #21674
This commit is contained in:
parent
a7bfbc09d4
commit
1fb734bc2d
36 changed files with 83 additions and 85 deletions
|
|
@ -200,8 +200,8 @@ Available substitute variables include:
|
|||
- `%SOCKSPORT` - Port number of the SOCKS4/5 server
|
||||
- `%SOCKSUNIXPATH` - Path to the Unix socket of the SOCKS server
|
||||
- `%SRCDIR` - Full path to the source dir
|
||||
- `%SCP_PWD` - Current directory friendly for the SSH server for the scp:// protocol
|
||||
- `%SFTP_PWD` - Current directory friendly for the SSH server for the sftp:// protocol
|
||||
- `%SCP_PWD` - Current directory friendly for the SSH server for the `scp://` protocol
|
||||
- `%SFTP_PWD` - Current directory friendly for the SSH server for the `sftp://` protocol
|
||||
- `%SSHKEYALGO` - SSH host and client key algorithm, e.g. `ssh-rsa` or `ssh-ed25519`
|
||||
- `%SSHPORT` - Port number of the SCP/SFTP server
|
||||
- `%SSHSRVMD5` - MD5 of SSH server's public key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue