From: Benjamin Franzke Date: Sat, 28 May 2022 12:55:22 +0000 (+0200) Subject: man/nspawn: add a sentence-connecting adverb to machinectl note X-Git-Tag: v252-rc1~904^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a9d9f2a23e68ba1773d527e87d3db140870a0af;p=thirdparty%2Fsystemd.git 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". --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 668d9075094..72201d9be50 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -105,7 +105,7 @@ Note that running two systemd-nspawn 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 machinectl1's login or shell commands to request an additional login session in a running container.