[systemd-commits] Makefile.am man/systemd-tmpfiles.xml

Lennart Poettering lennart at kemper.freedesktop.org
Wed Jun 27 06:41:07 PDT 2012


 Makefile.am              |    8 +++++++-
 man/systemd-tmpfiles.xml |    7 +++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit ff5d32c875fe5507db2004d3c22fe77cbc7eab0d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 15:39:51 2012 +0200

    man: document unit names in systemd-tmpfiles(8)

diff --git a/Makefile.am b/Makefile.am
index b31bde4..256df89 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 at .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 623b420..63c8491 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>



More information about the systemd-commits mailing list