From ff5d32c875fe5507db2004d3c22fe77cbc7eab0d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Jun 2012 15:39:51 +0200 Subject: [PATCH] man: document unit names in systemd-tmpfiles(8) --- Makefile.am | 8 +++++++- man/systemd-tmpfiles.xml | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b31bde425..256df8989 100644 --- a/Makefile.am +++ b/Makefile.am @@ -526,7 +526,10 @@ MANPAGES_ALIAS = \ man/systemd-fsck-root.service.8 \ man/systemd-ask-password-console.path.8 \ man/systemd-ask-password-wall.service.8 \ - man/systemd-ask-password-wall.path.8 + man/systemd-ask-password-wall.path.8 \ + man/systemd-tmpfiles-setup.service.8 \ + man/systemd-tmpfiles-clean.service.8 \ + man/systemd-tmpfiles-clean.timer.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -552,6 +555,9 @@ man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8 man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8 man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8 +man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8 +man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8 +man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 623b42056..63c84910f 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -44,6 +44,9 @@ systemd-tmpfiles + systemd-tmpfiles-setup.service + systemd-tmpfiles-clean.service + systemd-tmpfiles-clean.timer Creates, deletes and cleans up volatile and temporary files and directories. @@ -52,6 +55,10 @@ systemd-tmpfiles OPTIONS CONFIGURATION FILE + + systemd-tmpfiles-setup.service + systemd-tmpfiles-clean.service + systemd-tmpfiles-clean.timer -- 2.30.2