diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index eb86db9792..2f67d2f223 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -1025,7 +1025,10 @@
The Base64 encoded private key for the interface. It can be
generated using the wg genkey command
(see wg8).
- This option is mandatory to use wireguard.
+ This option is mandatory to use WireGuard.
+ Note that because this information is secret, you may want to set
+ the permissions of the .netdev file to be owned by root:systemd-networkd
+ with a 0640 file mode.
@@ -1040,7 +1043,7 @@
FwMark=
- Sets a firewall mark on outgoing wireguard packets from this interface.
+ Sets a firewall mark on outgoing WireGuard packets from this interface.
@@ -1070,7 +1073,10 @@
by the wg genpsk command. This option adds an
additional layer of symmetric-key cryptography to be mixed into the
already existing public-key cryptography, for post-quantum
- resistance.
+ resistance.
+ Note that because this information is secret, you may want to set
+ the permissions of the .netdev file to be owned by root:systemd-networkd
+ with a 0640 file mode.