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