diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2013-11-03 15:07:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-05 20:00:08 +0100 |
commit | 2614202b517790d1d11319dce830a9bdcca37f00 (patch) | |
tree | 4deeaf62bab91ce1eb4d6173c68ca1360a80e9ce | |
parent | 1f19a534ea84458670ec011f6d1ba96f76e3f783 (diff) |
man: fix typo
-rw-r--r-- | man/systemd-run.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 0881561d10..cc8a68a022 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -60,7 +60,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refsect1> <title>Description</title> - <para><command>systemd-run</command> may be used create and start + <para><command>systemd-run</command> may be used to create and start a transient <filename>.service</filename> or a <filename>.scope</filename> unit and run the specified <replaceable>COMMAND</replaceable> in it.</para> |