Skip to content

Commit

Permalink
bash→sh, and change awkward sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jun 17, 2018
1 parent 1dd2aa4 commit c059b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/include-cmd-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Call operating system commands, possibly catching their output for use within *r
.. code-block:: ini
# Write a PID file into the session directory
execute.throw = bash, -c, (cat, "echo >", (session.path), "rtorrent.pid", " ", (system.pid))
execute.throw = sh, -c, (cat, "echo >", (session.path), "rtorrent.pid", " ", (system.pid))
Note that the result of the ``(cat, …)`` command ends up as a *single* argument passed on to ``bash``.

Expand Down Expand Up @@ -414,7 +414,7 @@ Commands related to the operating system and the XMLRPC API.
system.pid ≫ value ‹pid›
Returns the process's identifier.
Returns the main process ID of the running client.

system.random

Expand Down

0 comments on commit c059b05

Please sign in to comment.