mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-25 06:03:31 -05:00
Merge branch 'code_block_prompts_full' into rst
This commit is contained in:
commit
ff68e782c8
30 changed files with 98 additions and 97 deletions
|
|
@ -90,7 +90,7 @@ In a src VM, one should invoke the qrexec client via the following command:
|
|||
|
||||
.. code:: console
|
||||
|
||||
/usr/lib/qubes/qrexec-client-vm <target vm name> <service name> <local program path> [local program arguments]
|
||||
$ /usr/lib/qubes/qrexec-client-vm <target vm name> <service name> <local program path> [local program arguments]
|
||||
|
||||
|
||||
|
||||
|
|
@ -164,7 +164,7 @@ We will show the necessary files to create a simple RPC call that adds two integ
|
|||
|
||||
.. code:: console
|
||||
|
||||
/usr/lib/qubes/qrexec-client-vm <target VM> test.Add /usr/bin/our_test_add_client 1 2
|
||||
$ /usr/lib/qubes/qrexec-client-vm <target VM> test.Add /usr/bin/our_test_add_client 1 2
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue