]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/nspawn: add a sentence-connecting adverb to machinectl note
authorBenjamin Franzke <benjaminfranzke@gmail.com>
Sat, 28 May 2022 12:55:22 +0000 (14:55 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 30 May 2022 18:21:27 +0000 (20:21 +0200)
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

index 668d907509494777f1bdda47381e4adcc1e041f4..72201d9be50fd12430af395922c4482c89d26cde 100644 (file)
 
     <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>