From 41fead40e6b3166f13a3598ab94e3dcb59ed36e1 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 14 Apr 2024 23:38:38 +0800 Subject: [PATCH 1/3] man/custom-html: update link to Arch manual --- man/custom-html.xsl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 8b21e15fda..2373bc3415 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -81,13 +81,11 @@ - https://www.archlinux.org/ - - / + https://man.archlinux.org/man/ . - .html + .en.html From 311f4b8f6a540e54020a2c30fa9fa3182504b4ad Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 14 Apr 2024 23:41:34 +0800 Subject: [PATCH 2/3] man: switch wireguard man project to man7 --- man/custom-html.xsl | 12 ------------ man/systemd.netdev.xml | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) 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. From e561037517b17c3ee8196580b33c554af22b1af4 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 14 Apr 2024 23:46:31 +0800 Subject: [PATCH 3/3] man/sd-journal: correct project name for man7 Follow-up for 5aa818039230a08e0af1c6351de4794de8ebb778 --- man/sd-journal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).