diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 8b21e15fda..e5551fc798 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -54,18 +54,6 @@ - - - - https://git.zx2c4.com/WireGuard/about/src/tools/ - - . - - - - - - @@ -81,13 +69,11 @@ - https://www.archlinux.org/ - - / + https://man.archlinux.org/man/ . - .html + .en.html diff --git a/man/sd-journal.xml b/man/sd-journal.xml index 5908f98e68..6fc18e71e3 100644 --- a/man/sd-journal.xml +++ b/man/sd-journal.xml @@ -92,7 +92,7 @@ Depending on which build-time options are enabled, functions that operate on sd_journal objects might cause optional shared libraries to be dynamically loaded via - dlopen3, + dlopen3, such as decompression libraries (xz, lz4, zstd) or cryptographic libraries (gcrypt). 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.