]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix example in systemd-run(1)
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 20:24:24 +0000 (22:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 20:56:24 +0000 (22:56 +0200)
Reported by Holger Reif.

man/systemd-run.xml

index febcdb0262895d540e58bc9f2e11b2f016ef2340..629bc4ac08f08b9282c7114433e77d59027e0333 100644 (file)
@@ -346,11 +346,11 @@ Sep 08 07:37:21 bupkis env[19948]: BOOT_IMAGE=/vmlinuz-3.11.0-0.rc5.git6.2.fc20.
 Mon Dec  8 20:44:24 KST 2014
 Running as unit run-71.timer.
 Will run as unit run-71.service.
-# journalctl -b -u run-73.timer
+# journalctl -b -u run-71.timer
 -- Logs begin at Fri 2014-12-05 19:09:21 KST, end at Mon 2014-12-08 20:44:54 KST. --
 Dec 08 20:44:38 container systemd[1]: Starting /bin/touch /tmp/foo.
 Dec 08 20:44:38 container systemd[1]: Started /bin/touch /tmp/foo.
-# journalctl -b -u run-73.service
+# journalctl -b -u run-71.service
 -- Logs begin at Fri 2014-12-05 19:09:21 KST, end at Mon 2014-12-08 20:44:54 KST. --
 Dec 08 20:44:48 container systemd[1]: Starting /bin/touch /tmp/foo...
 Dec 08 20:44:48 container systemd[1]: Started /bin/touch /tmp/foo.</programlisting>