From 67f6dee04a18f7ee646e011805cf37d7b3661bf4 Mon Sep 17 00:00:00 2001 From: tearfur <46261767+tearfur@users.noreply.github.com> Date: Tue, 14 Mar 2023 00:21:48 +0800 Subject: [PATCH] Correct minor formatting errors in rpc-spec.md (#5214) --- docs/rpc-spec.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/rpc-spec.md b/docs/rpc-spec.md index 5bb54620d..21d842c48 100644 --- a/docs/rpc-spec.md +++ b/docs/rpc-spec.md @@ -271,7 +271,7 @@ The 'source' column here corresponds to the data structure there. | `startDate`| number| tr_stat | `status`| number (see below)| tr_stat | `trackers`| array (see below)| n/a -' `trackerList` | string | string of announce URLs, one per line, with a blank line between tiers +| `trackerList` | string | string of announce URLs, one per line, with a blank line between tiers | `trackerStats`| array (see below)| n/a | `totalSize`| number| tr_torrent_view | `torrentFile`| string| tr_info @@ -527,8 +527,7 @@ Response arguments: `path`, `name`, and `id`, holding the torrent ID integer | `blocklist-url` | string | location of the blocklist to use for `blocklist-update` | `cache-size-mb` | number | maximum size of the disk cache (MB) | `config-dir` | string | location of transmission's configuration directory -| `default-trackers` | string of announce URLs, one per line, and a blank line between -[tiers](https://www.bittorrent.org/beps/bep_0012.html). +| `default-trackers` | string | announce URLs, one per line, and a blank line between [tiers](https://www.bittorrent.org/beps/bep_0012.html). | `dht-enabled` | boolean | true means allow DHT in public torrents | `download-dir` | string | default path to download torrents | `download-dir-free-space` | number | **DEPRECATED** Use the `free-space` method instead.