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