[systemd-commits] Makefile-man.am man/systemd-tmpfiles.xml units/systemd-tmpfiles-clean.service.in units/systemd-tmpfiles-clean.timer units/systemd-tmpfiles-setup-dev.service.in units/systemd-tmpfiles-setup.service.in
Kay Sievers
kay at kemper.freedesktop.org
Tue Apr 23 03:59:22 PDT 2013
Makefile-man.am | 5 +++++
man/systemd-tmpfiles.xml | 2 ++
units/systemd-tmpfiles-clean.service.in | 2 +-
units/systemd-tmpfiles-clean.timer | 2 +-
units/systemd-tmpfiles-setup-dev.service.in | 1 +
units/systemd-tmpfiles-setup.service.in | 2 +-
6 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit 195f8e36122b83bbfef27bf63afe888e7101a320
Author: Umut Tezduyar <umut at tezduyar.com>
Date: Tue Apr 23 09:56:32 2013 +0200
man: link systemd-tmpfiles-setup-dev.service
diff --git a/Makefile-man.am b/Makefile-man.am
index 9786fa1..0ce8142 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -185,6 +185,7 @@ MANPAGES_ALIAS += \
man/systemd-sysctl.8 \
man/systemd-tmpfiles-clean.service.8 \
man/systemd-tmpfiles-clean.timer.8 \
+ man/systemd-tmpfiles-setup-dev.service.8 \
man/systemd-tmpfiles-setup.service.8 \
man/systemd-udevd-control.socket.8 \
man/systemd-udevd-kernel.socket.8 \
@@ -282,6 +283,7 @@ man/systemd-sleep.8: man/systemd-suspend.service.8
man/systemd-sysctl.8: man/systemd-sysctl.service.8
man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8
man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8
+man/systemd-tmpfiles-setup-dev.service.8: man/systemd-tmpfiles.8
man/systemd-tmpfiles-setup.service.8: man/systemd-tmpfiles.8
man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
@@ -559,6 +561,9 @@ man/systemd-tmpfiles-clean.service.html: man/systemd-tmpfiles.html
man/systemd-tmpfiles-clean.timer.html: man/systemd-tmpfiles.html
$(html-alias)
+man/systemd-tmpfiles-setup-dev.service.html: man/systemd-tmpfiles.html
+ $(html-alias)
+
man/systemd-tmpfiles-setup.service.html: man/systemd-tmpfiles.html
$(html-alias)
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml
index 22744c7..0d2d65d 100644
--- a/man/systemd-tmpfiles.xml
+++ b/man/systemd-tmpfiles.xml
@@ -45,6 +45,7 @@
<refnamediv>
<refname>systemd-tmpfiles</refname>
<refname>systemd-tmpfiles-setup.service</refname>
+ <refname>systemd-tmpfiles-setup-dev.service</refname>
<refname>systemd-tmpfiles-clean.service</refname>
<refname>systemd-tmpfiles-clean.timer</refname>
<refpurpose>Creates, deletes and cleans up volatile
@@ -57,6 +58,7 @@
</cmdsynopsis>
<para><filename>systemd-tmpfiles-setup.service</filename></para>
+ <para><filename>systemd-tmpfiles-setup-dev.service</filename></para>
<para><filename>systemd-tmpfiles-clean.service</filename></para>
<para><filename>systemd-tmpfiles-clean.timer</filename></para>
</refsynopsisdiv>
diff --git a/units/systemd-tmpfiles-clean.service.in b/units/systemd-tmpfiles-clean.service.in
index a288232..a5b5acb 100644
--- a/units/systemd-tmpfiles-clean.service.in
+++ b/units/systemd-tmpfiles-clean.service.in
@@ -7,7 +7,7 @@
[Unit]
Description=Cleanup of Temporary Directories
-Documentation=man:tmpfiles.d(5)
+Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
DefaultDependencies=no
Wants=local-fs.target
After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
diff --git a/units/systemd-tmpfiles-clean.timer b/units/systemd-tmpfiles-clean.timer
index fac4ee3..9975dcf 100644
--- a/units/systemd-tmpfiles-clean.timer
+++ b/units/systemd-tmpfiles-clean.timer
@@ -7,7 +7,7 @@
[Unit]
Description=Daily Cleanup of Temporary Directories
-Documentation=man:tmpfiles.d(5)
+Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
[Timer]
OnBootSec=15min
diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in
index 3553226..f029285 100644
--- a/units/systemd-tmpfiles-setup-dev.service.in
+++ b/units/systemd-tmpfiles-setup-dev.service.in
@@ -7,6 +7,7 @@
[Unit]
Description=Create static device nodes in /dev
+Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
DefaultDependencies=no
Before=sysinit.target systemd-udevd.service
ConditionCapability=CAP_MKNOD
diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in
index dbd6bfb..4a3441c 100644
--- a/units/systemd-tmpfiles-setup.service.in
+++ b/units/systemd-tmpfiles-setup.service.in
@@ -7,7 +7,7 @@
[Unit]
Description=Recreate Volatile Files and Directories
-Documentation=man:tmpfiles.d(5)
+Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
DefaultDependencies=no
Wants=local-fs.target
After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
More information about the systemd-commits
mailing list