diff --git a/docs/Reticulum Manual.epub b/docs/Reticulum Manual.epub index fccd712..6bd7fc5 100644 Binary files a/docs/Reticulum Manual.epub and b/docs/Reticulum Manual.epub differ diff --git a/docs/Reticulum Manual.pdf b/docs/Reticulum Manual.pdf index 7665288..43b77e4 100644 Binary files a/docs/Reticulum Manual.pdf and b/docs/Reticulum Manual.pdf differ diff --git a/docs/manual/.buildinfo b/docs/manual/.buildinfo index b3345dc..3b018da 100644 --- a/docs/manual/.buildinfo +++ b/docs/manual/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: cce3deb193d6110f18b4ace0b3f4099b +config: 9fc3a793409203cc3e389ae312ae3385 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/manual/_sources/using.rst.txt b/docs/manual/_sources/using.rst.txt index 73aab5d..e54d2ce 100644 --- a/docs/manual/_sources/using.rst.txt +++ b/docs/manual/_sources/using.rst.txt @@ -355,12 +355,15 @@ Filter output to only show some interfaces: -s SORT, --sort SORT sort interfaces by [rate, traffic, rx, tx, announces, arx, atx, held] -r, --reverse reverse sorting -j, --json output in JSON format - -R hash transport identity hash of remote instance to get status from + -R hash transport identity hash of remote instance to get status from (requires -i) -i path path to identity used for remote management -w seconds timeout before giving up on remote queries -v, --verbose +.. note:: + When using ``-R`` to query a remote transport instance, you must also specify ``-i`` with the path to a management identity file that is authorized for remote management on the target system. + The rnid Utility ==================== diff --git a/docs/manual/_static/documentation_options.js b/docs/manual/_static/documentation_options.js index 2eef2aa..fdeab8b 100644 --- a/docs/manual/_static/documentation_options.js +++ b/docs/manual/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.9.6 beta', + VERSION: '1.0.0 beta', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/manual/examples.html b/docs/manual/examples.html index 5279891..b110992 100644 --- a/docs/manual/examples.html +++ b/docs/manual/examples.html @@ -6,7 +6,7 @@ -
Note
+When using -R
to query a remote transport instance, you must also specify -i
with the path to a management identity file that is authorized for remote management on the target system.