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