diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml
index 11df4623b4..27eae50b51 100644
--- a/man/systemd.nspawn.xml
+++ b/man/systemd.nspawn.xml
@@ -469,18 +469,16 @@
VirtualEthernetExtra=
- Takes a colon-separated pair of interface
- names. Configures an additional virtual Ethernet connection
- (veth) between host and the container. The
- first specified name is the interface name on the host, the
- second the interface name in the container. The latter may be
- omitted in which case it is set to the same name as the host
- side interface. This setting implies
- Private=yes. This setting corresponds to
- the command line
- switch, and maybe be used multiple times. It is independent of
- VirtualEthernet=. This option is privileged
- (see above).
+ Takes a colon-separated pair of interface names. Configures an additional virtual
+ Ethernet connection (veth) between host and the container. The first specified
+ name is the interface name on the host, the second the interface name in the container. The latter
+ may be omitted in which case it is set to the same name as the host side interface. This setting
+ implies Private=yes. This setting corresponds to the
+ command line switch, and maybe be used multiple times. It is
+ independent of VirtualEthernet=. Note that this option is unrelated to the
+ Bridge= setting below, and thus any connections created this way are not
+ automatically added to any bridge device on the host side. This option is privileged (see
+ above).