From 6d06f252b363465b9a688657e393d17654a46a76 Mon Sep 17 00:00:00 2001 From: zhaoxiaohu Date: Thu, 29 Aug 2024 15:20:31 +0800 Subject: [PATCH] man: fix section number Signed-off-by: zhaoxiaohu --- backport-man-fix-section-number.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 backport-man-fix-section-number.patch diff --git a/backport-man-fix-section-number.patch b/backport-man-fix-section-number.patch new file mode 100644 index 0000000..65e30a0 --- /dev/null +++ b/backport-man-fix-section-number.patch @@ -0,0 +1,27 @@ +From 4c73ddaddb8d7bee8409148f86c67f09f9b2107b Mon Sep 17 00:00:00 2001 +From: zhaoxiaohu +Date: Tue, 27 Aug 2024 21:10:42 +0800 +Subject: [PATCH] man: fix section number + +Signed-off-by: zhaoxiaohu +Signed-off-by: yuwang +--- + man/tmpfiles.d.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml +index 261de59..8844443 100644 +--- a/man/tmpfiles.d.xml ++++ b/man/tmpfiles.d.xml +@@ -90,7 +90,7 @@ A+ /path-or-glob/to/append/acls/recursively - - - - POSIX + + systemd-tmpfiles uses this configuration to create volatile files and + directories during boot and to do periodic cleanup afterwards. See +- systemd-tmpfiles5 for ++ systemd-tmpfiles8 for + the description of systemd-tmpfiles-setup.service, + systemd-tmpfiles-clean.service, and associated units. + +-- +2.33.0 +