From 3a9d9f2a23e68ba1773d527e87d3db140870a0af Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 28 May 2022 14:55:22 +0200 Subject: [PATCH] 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". --- man/systemd-nspawn.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3