From a8eaaee72a2f06e0fb64fb71de3b71ecba31dafb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:37 +0200 Subject: doc: correct orthography, word forms and missing/extraneous words --- man/systemd-nspawn.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/systemd-nspawn.xml') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 374447b6f0..4725604c03 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -344,7 +344,7 @@ must be shifted to the container UID base that is used during container runtime. - It is recommended to assign as least 65536 UIDs to each + It is recommended to assign at least 65536 UIDs to each container, so that the usable UID range in the container covers 16 bit. For best security, do not assign overlapping UID ranges to multiple containers. It is hence a good idea to use @@ -458,7 +458,7 @@ which case tcp is assumed. The container port number and its colon may be omitted, in which case the same port as the host port is implied. This option is only - supported if private networking is used, such as + supported if private networking is used, such as with or . @@ -693,7 +693,7 @@ Controls whether the container is registered with systemd-machined8. - Takes a boolean argument, defaults to yes. + Takes a boolean argument, which defaults to yes. This option should be enabled when the container runs a full Operating System (more specifically: an init system), and is useful to ensure that the container is accessible via @@ -753,7 +753,7 @@ Boots the container in volatile mode. When no mode parameter is passed or when mode is specified as , full volatile mode is enabled. This - means the root directory is mounted as mostly unpopulated + means the root directory is mounted as a mostly unpopulated tmpfs instance, and /usr from the OS tree is mounted into it, read-only (the system thus starts up with read-only OS @@ -761,9 +761,9 @@ to the either are lost on shutdown). When the mode parameter is specified as , the OS tree is mounted read-only, but /var is mounted as - tmpfs instance into it (the system thus + a tmpfs instance into it (the system thus starts up with read-only OS resources and configuration, but - pristine state, any changes to the latter are lost on + pristine state, and any changes to the latter are lost on shutdown). When the mode parameter is specified as (the default), the whole OS tree is made available writable. @@ -816,7 +816,7 @@ If this option is set to , the file is searched, read and used the same way, but regardless - if found in /etc/systemd/nspawn/, + of being found in /etc/systemd/nspawn/, /run/systemd/nspawn/ or next to the image file or container root directory, all settings will take effect, however, command line arguments still take precedence -- cgit v1.2.3-54-g00ecf