From: Mike Yuan Date: Sun, 14 Apr 2024 15:41:34 +0000 (+0800) Subject: man: switch wireguard man project to man7 X-Git-Tag: v256-rc1~200^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311f4b8f6a540e54020a2c30fa9fa3182504b4ad;p=thirdparty%2Fsystemd.git man: switch wireguard man project to man7 --- diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 2373bc34156..e5551fc798a 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 4e9afc3674e..4fba7889506 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.