diff --git a/man/custom-html.xsl b/man/custom-html.xsl
index 2373bc3415..e5551fc798 100644
--- a/man/custom-html.xsl
+++ b/man/custom-html.xsl
@@ -54,18 +54,6 @@
-
-
-
- https://git.zx2c4.com/WireGuard/about/src/tools/
-
- .
-
-
-
-
-
-
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 4e9afc3674..4fba788950 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -1906,7 +1906,7 @@
The Base64 encoded private key for the interface. It can be generated using
the wg genkey command
- (see wg8).
+ (see wg8).
Specially, if the specified key is prefixed with @, it is interpreted as
the name of the credential from which the actual key shall be read. systemd-networkd.service
automatically imports credentials matching network.wireguard.*. For more details
@@ -1997,7 +1997,7 @@
PublicKey=
Sets a Base64 encoded public key calculated by wg pubkey
- (see wg8)
+ (see wg8)
from a private key, and usually transmitted out of band to the author of the configuration file.
This option honors the @ prefix in the same way as the
setting of the section. This option is mandatory for this section.