diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml
index 70c6ff33a6..787d5fd699 100644
--- a/man/systemd.nspawn.xml
+++ b/man/systemd.nspawn.xml
@@ -119,8 +119,8 @@
specified parameters using Parameters= are passed as additional arguments to the
init process. This setting corresponds to the switch on the
systemd-nspawn command line. This option may not be combined with
- ProcessTwo=yes. This option is the default if the
- systemd-nspawn@.service template unit file is used.
+ ProcessTwo=yes. This option is specified by default in the
+ systemd-nspawn@.service template unit.
@@ -145,13 +145,15 @@
Parameters=
- Takes a space-separated list of
- arguments. This is either a command line, beginning with the
- binary name to execute, or – if Boot= is
- enabled – the list of arguments to pass to the init
- process. This setting corresponds to the command line
- parameters passed on the systemd-nspawn
- command line.
+ Takes a whitespace-separated list of arguments. Single (') and
+ double (") quotes may be used around arguments with whitespace. This is either a
+ command line, beginning with the binary name to execute, or – if Boot= is enabled
+ – the list of arguments to pass to the init process. This setting corresponds to the command line
+ parameters passed on the systemd-nspawn command line.
+
+ Note: , is the same as
+ systemd-nspawn a b "c c", and ,
+ is the same as systemd-nspawn --boot b 'c c'.