diff options
author | Jan Engelhardt <jengelh@inai.de> | 2015-10-26 16:10:17 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2016-01-28 11:13:17 +0100 |
commit | cd72d2044ad28b475bf84a38ba6db45292467dd8 (patch) | |
tree | fe6540b2a887d81c002d8aedfbc654d2d84ca2e7 /man/systemd-nspawn.xml | |
parent | ace483c471710ca52b2c5e6a52aeba178bf4ac26 (diff) |
doc: improved wording in some places
Avoid "mountpoint mounted" (word repetition),
"queriable" (no match in m-w.com and dict.cc).
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index a97b7c44eb..28b91dee24 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -770,8 +770,8 @@ <option>yes</option>, full volatile mode is enabled. This means the root directory is mounted as a mostly unpopulated <literal>tmpfs</literal> instance, and - <filename>/usr</filename> from the OS tree is mounted into it, - read-only (the system thus starts up with read-only OS + <filename>/usr</filename> from the OS tree is mounted into it + in read-only mode (the system thus starts up with read-only OS resources, but pristine state and configuration, any changes to the either are lost on shutdown). When the mode parameter is specified as <option>state</option>, the OS tree is |