23 lines
848 B
Diff
23 lines
848 B
Diff
|
From 6f0949daa0b7f4928a7abb8e26ded604988f8efc Mon Sep 17 00:00:00 2001
|
||
|
From: Ronny Chevalier <chevalier.ronny@gmail.com>
|
||
|
Date: Sun, 3 Nov 2013 15:07:31 +0100
|
||
|
Subject: [PATCH] man: fix typo
|
||
|
|
||
|
---
|
||
|
man/systemd-run.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
|
||
|
index e76a402..252335b 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>
|