man: style fixes
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Feb 2016 18:46:16 +0000 (13:46 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Feb 2016 18:47:30 +0000 (13:47 -0500)
man/systemd-importd.service.xml

index 1da065d..8fdced4 100644 (file)
@@ -45,7 +45,7 @@
   <refnamediv>
     <refname>systemd-importd.service</refname>
     <refname>systemd-importd</refname>
-    <refpurpose>Virtual machine and container import and export service</refpurpose>
+    <refpurpose>VM and container image import and export service</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
 
     <para><command>systemd-importd</command> is a system service that allows importing, exporting and downloading of
     system images suitable for running as VM or containers. It is a companion service for
-    <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, and
-    used to implement <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
+    <citerefentry><refentrytitle>systemd-machined.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, and provides the implementation for
+    <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
     <command>pull-raw</command>, <command>pull-tar</command>, <command>import-raw</command>,
-    <command>import-tar</command>, <command>export-raw</command> and <command>export-tar</command> commands.</para>
+    <command>import-tar</command>, <command>export-raw</command>, and <command>export-tar</command> commands.</para>
 
     <para>See the
     <ulink url="http://www.freedesktop.org/wiki/Software/systemd/importd">