Michal Sekletar f5f073
From 9283e138a2a9347d9df9bc1d0371cff74d09d43f Mon Sep 17 00:00:00 2001
Michal Sekletar f5f073
From: =?UTF-8?q?Torstein=20Huseb=C3=B8?= <torstein@huseboe.net>
Michal Sekletar f5f073
Date: Wed, 8 Mar 2017 13:54:22 +0100
Michal Sekletar f5f073
Subject: [PATCH] man: fix typo (#5556)
Michal Sekletar f5f073
Michal Sekletar f5f073
(cherry picked from commit 6cf5a9648928be1e2b8fcdbf2903761000f6e803)
Michal Sekletar f5f073
---
Michal Sekletar f5f073
 man/systemd.exec.xml | 2 +-
Michal Sekletar f5f073
 1 file changed, 1 insertion(+), 1 deletion(-)
Michal Sekletar f5f073
Michal Sekletar f5f073
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
Michal Sekletar f5f073
index 5d4986b..fb64cd6 100644
Michal Sekletar f5f073
--- a/man/systemd.exec.xml
Michal Sekletar f5f073
+++ b/man/systemd.exec.xml
Michal Sekletar f5f073
@@ -138,7 +138,7 @@
Michal Sekletar f5f073
       <varlistentry>
Michal Sekletar f5f073
         <term><varname>RootImage=</varname></term>
Michal Sekletar f5f073
         <listitem><para>Takes a path to a block device node or regular file as argument. This call is similar to
Michal Sekletar f5f073
-        <varname>RootDirectory=</varname> however mounts a file system hierarchy from a block device node or loopack
Michal Sekletar f5f073
+        <varname>RootDirectory=</varname> however mounts a file system hierarchy from a block device node or loopback
Michal Sekletar f5f073
         file instead of a directory. The device node or file system image file needs to contain a file system without a
Michal Sekletar f5f073
         partition table, or a file system within an MBR/MS-DOS or GPT partition table with only a single
Michal Sekletar f5f073
         Linux-compatible partition, or a set of file systems within a GPT partition table that follows the 
Michal Sekletar f5f073
-- 
Michal Sekletar f5f073
2.9.3
Michal Sekletar f5f073