diff options
author | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 16:13:02 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 17:00:31 +0100 |
commit | 44855c77a171840a70b65e8a8b2388c91202ef01 (patch) | |
tree | e451b1636d9902c2eb175479cd05bc8b962f5d2f /man/portablectl.xml | |
parent | man: grammar fixes for "regardless" (diff) | |
download | systemd-44855c77a171840a70b65e8a8b2388c91202ef01.tar.xz systemd-44855c77a171840a70b65e8a8b2388c91202ef01.zip |
man: expand word contractions
For written text, contractions are not normally used.
Diffstat (limited to 'man/portablectl.xml')
-rw-r--r-- | man/portablectl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/portablectl.xml b/man/portablectl.xml index cafb3565ac..1cac992557 100644 --- a/man/portablectl.xml +++ b/man/portablectl.xml @@ -170,7 +170,7 @@ <listitem><para>Detaches an existing portable service image from the host, and immediately attaches it again. This is useful in case the image was replaced. Running units are not stopped during the process. Partial matching, to allow for different versions in the image name, is allowed: only the part before the first <literal>_</literal> - character has to match. If the new image doesn't exist, the existing one will not be detached. The parameters + character has to match. If the new image does not exist, the existing one will not be detached. The parameters follow the same syntax as the <command>attach</command> command.</para> <para>If <option>--now</option> and/or <option>--enable</option> are passed, the portable services are @@ -350,7 +350,7 @@ <varlistentry> <term><option>--no-reload</option></term> - <listitem><para>Don't reload the service manager after attaching or detaching a portable service + <listitem><para>Do not reload the service manager after attaching or detaching a portable service image. Normally the service manager is reloaded to ensure it is aware of added or removed unit files.</para> @@ -388,7 +388,7 @@ <varlistentry> <term><option>--no-block</option></term> - <listitem><para>Don't block waiting for attach --now to complete.</para> + <listitem><para>Do not block waiting for attach --now to complete.</para> <xi:include href="version-info.xml" xpointer="v245"/></listitem> </varlistentry> |