diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 6dda6c5e69..ecc3a8973c 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1381,6 +1381,7 @@
$LISTEN_FDS
$LISTEN_PID
+ $LISTEN_FDNAMES
Information about file descriptors passed to a
service for socket activation. See
@@ -1388,6 +1389,24 @@
+
+ $NOTIFY_SOCKET
+
+ The socket
+ sd_notify() talks to. See
+ sd_notify3.
+
+
+
+
+ $WATCHDOG_PID
+ $WATCHDOG_USEC
+
+ Information about watchdog keep-alive notifications. See
+ sd_watchdog_enabled3.
+
+
+
$TERM
@@ -1402,8 +1421,8 @@
Additional variables may be configured by the following
means: for processes spawned in specific units, use the
- Environment= and
- EnvironmentFile= options above; to specify
+ Environment=, EnvironmentFile=
+ and PassEnvironment= options above; to specify
variables globally, use DefaultEnvironment=
(see
systemd-system.conf5)