diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-27 15:39:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-27 15:39:51 +0200 |
commit | ff5d32c875fe5507db2004d3c22fe77cbc7eab0d (patch) | |
tree | 8aecc846e25337632e00e2de93d0c591eb00d03e | |
parent | eeb875144e5a80d0521461a139f13fc8014d77d8 (diff) |
man: document unit names in systemd-tmpfiles(8)
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | man/systemd-tmpfiles.xml | 7 |
2 files changed, 14 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b31bde4252..256df89897 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 623b420560..63c84910f0 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -44,6 +44,9 @@ <refnamediv> <refname>systemd-tmpfiles</refname> + <refname>systemd-tmpfiles-setup.service</refname> + <refname>systemd-tmpfiles-clean.service</refname> + <refname>systemd-tmpfiles-clean.timer</refname> <refpurpose>Creates, deletes and cleans up volatile and temporary files and directories.</refpurpose> </refnamediv> @@ -52,6 +55,10 @@ <cmdsynopsis> <command>systemd-tmpfiles <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">CONFIGURATION FILE</arg></command> </cmdsynopsis> + + <para><filename>systemd-tmpfiles-setup.service</filename></para> + <para><filename>systemd-tmpfiles-clean.service</filename></para> + <para><filename>systemd-tmpfiles-clean.timer</filename></para> </refsynopsisdiv> <refsect1> |