From 5decf22b8b4a95bfa6e9359424dee67a75200994 Mon Sep 17 00:00:00 2001 From: Juraj Bednar Date: Sat, 28 Jan 2023 21:32:37 +0100 Subject: [PATCH] Fix a typo Fix documentation: rncp called instead of rnx in rnx example --- docs/source/using.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/using.rst b/docs/source/using.rst index bfc683e..1a12f24 100644 --- a/docs/source/using.rst +++ b/docs/source/using.rst @@ -377,7 +377,7 @@ output. # Run rnx on the listening system, specifying which identities # are allowed to execute commands - rncp --listen -a 941bed5e228775e5a8079fc38b1ccf3f -a 1b03013c25f1c2ca068a4f080b844a10 + rnx --listen -a 941bed5e228775e5a8079fc38b1ccf3f -a 1b03013c25f1c2ca068a4f080b844a10 # From another system, run a command rnx 7a55144adf826958a9529a3bcf08b149 "cat /proc/cpuinfo" @@ -565,4 +565,4 @@ If you want to automatically start ``rnsd`` at boot, run: .. code:: text - sudo systemctl enable rnsd \ No newline at end of file + sudo systemctl enable rnsd