From a0848495f3790b40e6724b6ffc6767f077a358e9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Oct 2018 14:00:20 +0200 Subject: [PATCH 1/2] man: change all github links to use systemd.io domain instead We shouldn't push people towards the git UI, but instead just refernce the public version on the systemd.io domain. --- man/bootctl.xml | 4 ++-- man/kernel-install.xml | 2 +- man/systemd-boot.xml | 10 +++++----- man/systemd-portabled.service.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man/bootctl.xml b/man/bootctl.xml index 816b6180874..3c9e604f7cc 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -114,7 +114,7 @@ Shows all available boot loader entries implementing the Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification, as well as any other entries discovered or automatically generated by the boot loader. @@ -147,7 +147,7 @@ See Also systemd-boot7, - Boot Loader Specification, + Boot Loader Specification, Boot Loader Interface diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 522d5fb54d4..884b25da9b4 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -165,7 +165,7 @@ machine-id5, os-release5, - Boot Loader Specification + Boot Loader Specification diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 6abed7693a8..c3b34e54c93 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -38,13 +38,13 @@ Boot entries defined with Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification description files located in /loader/entries/ on the ESP. These usually describe Linux kernel images with associated initrd images, but alternatively may also describe arbitrary other EFI executables. Unified kernel images following the Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification, as executable EFI binaries in /EFI/Linux/ on the ESP. @@ -231,9 +231,9 @@ /loader/loader.conf on the ESP (in combination with data read from EFI variables). See loader.conf5. Boot entry description files following the Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification are read from /loader/entries/ on the ESP. Unified kernel boot entries - following the Boot + following the Boot Loader Specification are read from /EFI/Linux/ on the ESP. @@ -242,7 +242,7 @@ bootctl1, loader.conf5, - Boot Loader Specification, + Boot Loader Specification, Boot Loader Interface diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml index 06e9ce7837d..8c5e4cc5a1a 100644 --- a/man/systemd-portabled.service.xml +++ b/man/systemd-portabled.service.xml @@ -36,7 +36,7 @@ Most of systemd-portabled's functionality is accessible through the portablectl1 command. - See the Portable + See the Portable Services Documentation for details about the concepts this service implements. From 8ce202fadfc038d0ef50ba5029b1ec3215ef8182 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Oct 2018 14:06:41 +0200 Subject: [PATCH 2/2] man: link two more documents from systemd.io from appropriate man pages --- man/systemd-sysusers.xml | 3 ++- man/systemd.xml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index 7da2c55d273..6c9b921f05a 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -130,7 +130,8 @@ See Also systemd1, - sysusers.d5 + sysusers.d5, + Users, Groups, UIDs and GIDs on systemd systems diff --git a/man/systemd.xml b/man/systemd.xml index f12956a8a53..e8f022f5597 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -882,6 +882,9 @@ for more information. + + For further environment variables understood by systemd and its various components, see Known Environment Variables.