diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2022-05-28 14:55:22 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-30 20:21:27 +0200 |
commit | 3a9d9f2a23e68ba1773d527e87d3db140870a0af (patch) | |
tree | 55b4fb770878edbd0d901ceea077082e01872f3c /man/systemd-nspawn.xml | |
parent | man/nspawn: fix boot-option related wording (diff) | |
download | systemd-3a9d9f2a23e68ba1773d527e87d3db140870a0af.tar.xz systemd-3a9d9f2a23e68ba1773d527e87d3db140870a0af.zip |
man/nspawn: add a sentence-connecting adverb to machinectl note
The recommendation to use machinectl login/shell instead of
trying to combine two distinct container instances seemed a
litte bit out of context and is now combined via "rather".
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 668d907509..72201d9be5 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -105,7 +105,7 @@ <para>Note that running two <command>systemd-nspawn</command> containers from the same directory tree will not make processes in them see each other. The PID namespace separation of the two containers is complete and the containers - will share very few runtime objects except for the underlying file system. Use + will share very few runtime objects except for the underlying file system. Rather use <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <command>login</command> or <command>shell</command> commands to request an additional login session in a running container.</para> |