diff options
author | Daniel Mack <github@zonque.org> | 2015-07-30 13:22:50 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-30 13:22:50 +0200 |
commit | 87d0ac43507bb99af04731406af7302cc9652a01 (patch) | |
tree | 93d0fdc9097eba0fd61848402059f90101213ae2 | |
parent | 9e248507182e8e89891d45d1e27d0830e1def279 (diff) | |
parent | 47c453f6a6cfb9a943a2938ef7fa01371b02fc7b (diff) |
Merge pull request #784 from eworm-de/typo
man: fix typo in man systemd-machine-id-commit
-rw-r--r-- | man/systemd-machine-id-commit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-machine-id-commit.xml b/man/systemd-machine-id-commit.xml index cfb1722063..d216aa0745 100644 --- a/man/systemd-machine-id-commit.xml +++ b/man/systemd-machine-id-commit.xml @@ -66,7 +66,7 @@ <para>This tool will execute no operation if <filename>/etc/machine-id</filename> doesn't contain any valid machine ID, isn't mounted as an independent temporary file system, - of <filename>/etc</filename> is read-only. If those conditions are + or <filename>/etc</filename> is read-only. If those conditions are met, it will then write current machine ID to disk and unmount the transient <filename>/etc/machine-id</filename> file in a race-free manner to ensure that this file is always valid for other |