Blame SOURCES/0045-man-add-newlines-to-the-pull-raw-example-in-machinec.patch

17b0f1
From e411ef694a09d001cdb97e139af6884b01be4aba Mon Sep 17 00:00:00 2001
17b0f1
From: Benjamin Franzke <benjaminfranzke@googlemail.com>
17b0f1
Date: Thu, 19 Feb 2015 13:10:18 +0100
17b0f1
Subject: [PATCH] man: add newlines to the pull-raw example in machinectl(1)
17b0f1
17b0f1
They were removed in commit 798d3a52 ("Reindent man pages to 2ch").
17b0f1
17b0f1
(cherry picked from commit ac92ced5bb41def1d90f871d6c8cfec2b03c0c7d)
17b0f1
---
17b0f1
 man/machinectl.xml | 11 ++++++-----
17b0f1
 1 file changed, 6 insertions(+), 5 deletions(-)
17b0f1
17b0f1
diff --git a/man/machinectl.xml b/man/machinectl.xml
17b0f1
index 9b07af4226..640cb8b7d6 100644
17b0f1
--- a/man/machinectl.xml
17b0f1
+++ b/man/machinectl.xml
17b0f1
@@ -715,11 +715,12 @@
17b0f1
       <title>Download a Fedora image, set a root password in it, start
17b0f1
       it as service</title>
17b0f1
 
17b0f1
-      <programlisting># machinectl pull-raw --verify=no
17b0f1
-      http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.raw.xz
17b0f1
-      # systemd-nspawn -M Fedora-Cloud-Base-20141203-21 # passwd #
17b0f1
-      exit # machinectl start Fedora-Cloud-Base-20141203-21 #
17b0f1
-      machinectl login Fedora-Cloud-Base-20141203-21</programlisting>
17b0f1
+      <programlisting># machinectl pull-raw --verify=no http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.raw.xz
17b0f1
+# systemd-nspawn -M Fedora-Cloud-Base-20141203-21
17b0f1
+# passwd
17b0f1
+# exit
17b0f1
+# machinectl start Fedora-Cloud-Base-20141203-21
17b0f1
+# machinectl login Fedora-Cloud-Base-20141203-21</programlisting>
17b0f1
 
17b0f1
       <para>This downloads the specified <filename>.raw</filename>
17b0f1
       image with verification disabled. Then a shell is opened in it