From 60ef6c84d8da853ec98fe7cd81cbc6a14e265ad8 Mon Sep 17 00:00:00 2001
From: Umut Tezduyar <umut@tezduyar.com>
Date: Tue, 23 Apr 2013 09:56:32 +0200
Subject: [PATCH] man: link systemd-tmpfiles-setup-dev.service

---
 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 +-
 5 files changed, 6 insertions(+), 3 deletions(-)

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
-- 
1.7.2.5

