diff --git a/man/nss-resolve.xml b/man/nss-resolve.xml
index b56ac5c129..7d427b1a1a 100644
--- a/man/nss-resolve.xml
+++ b/man/nss-resolve.xml
@@ -64,6 +64,20 @@
/run/systemd/resolve/io.systemd.Resolve AF_UNIX socket.
+
+ Environment variables
+
+
+
+ $SYSTEMD_NSS_RESOLVE_VALIDATE
+
+ Takes a boolean argument. When false, cryptographic validation of resource records
+ via DNSSEC will be disabled. This may be useful for testing, or when system time is known to be
+ unreliable.
+
+
+
+
Example
@@ -95,7 +109,8 @@ netgroup: nis
nss-systemd8,
nss-myhostname8,
nss-mymachines8,
- nsswitch.conf5
+ nsswitch.conf5,
+ systemd.syntax5