summaryrefslogtreecommitdiffstats
path: root/man/systemd-nspawn.xml
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2022-05-28 14:55:22 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-30 20:21:27 +0200
commit3a9d9f2a23e68ba1773d527e87d3db140870a0af (patch)
tree55b4fb770878edbd0d901ceea077082e01872f3c /man/systemd-nspawn.xml
parentman/nspawn: fix boot-option related wording (diff)
downloadsystemd-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.xml2
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>