summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 01:06:35 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 01:06:35 +0200
commitee1c0ad436efef9d2688a48917bf77d65a0ce675 (patch)
treedb13c0427d051f784851d86f26dfb53b745ccd35 /units
parenta32f224aafaf47d3489a730259a47ef45781193e (diff)
downloadsystemd-ee1c0ad436efef9d2688a48917bf77d65a0ce675.tar.gz
man: properly document .socket units in man page
Diffstat (limited to 'units')
-rw-r--r--units/systemd-initctl.socket1
-rw-r--r--units/systemd-journald.socket2
-rw-r--r--units/systemd-shutdownd.service.in2
-rw-r--r--units/systemd-shutdownd.socket1
-rw-r--r--units/systemd-udev-control.socket2
-rw-r--r--units/systemd-udev-kernel.socket2
-rw-r--r--units/systemd-udev.service.in2
7 files changed, 7 insertions, 5 deletions
diff --git a/units/systemd-initctl.socket b/units/systemd-initctl.socket
index abafc525d7..b98d5ca6e9 100644
--- a/units/systemd-initctl.socket
+++ b/units/systemd-initctl.socket
@@ -7,6 +7,7 @@
[Unit]
Description=/dev/initctl Compatibility Named Pipe
+Documentation=man:systemd-initctl.service(8)
DefaultDependencies=no
Before=sockets.target
diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket
index 0454e3e340..dbe8882c0e 100644
--- a/units/systemd-journald.socket
+++ b/units/systemd-journald.socket
@@ -7,7 +7,7 @@
[Unit]
Description=Journal Socket
-Documentation=man:journald.conf(5)
+Documentation=man:systemd-journald.service(8) man:journald.conf(5)
DefaultDependencies=no
Before=sockets.target syslog.target
diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in
index f51417f58e..d951742500 100644
--- a/units/systemd-shutdownd.service.in
+++ b/units/systemd-shutdownd.service.in
@@ -7,7 +7,7 @@
[Unit]
Description=Delayed Shutdown Service
-Documentation=man:systemd-shutdown.service(8)
+Documentation=man:systemd-shutdownd.service(8)
DefaultDependencies=no
[Service]
diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket
index ed6225a098..9421ce8ada 100644
--- a/units/systemd-shutdownd.socket
+++ b/units/systemd-shutdownd.socket
@@ -7,6 +7,7 @@
[Unit]
Description=Delayed Shutdown Socket
+Documentation=man:systemd-shutdownd.service(8)
DefaultDependencies=no
Before=sockets.target
diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket
index e835ab6f4c..e7678a049e 100644
--- a/units/systemd-udev-control.socket
+++ b/units/systemd-udev-control.socket
@@ -7,7 +7,7 @@
[Unit]
Description=udev Control Socket
-Documentation=man:udev(7) man:systemd-udevd.service(8)
+Documentation=man:systemd-udevd.service(8) man:udev(7)
DefaultDependencies=no
ConditionCapability=CAP_MKNOD
diff --git a/units/systemd-udev-kernel.socket b/units/systemd-udev-kernel.socket
index 321dd467fa..588f9f5e44 100644
--- a/units/systemd-udev-kernel.socket
+++ b/units/systemd-udev-kernel.socket
@@ -7,7 +7,7 @@
[Unit]
Description=udev Kernel Socket
-Documentation=man:udev(7) man:systemd-udevd.service(8)
+Documentation=man:systemd-udevd.service(8) man:udev(7)
DefaultDependencies=no
ConditionCapability=CAP_MKNOD
diff --git a/units/systemd-udev.service.in b/units/systemd-udev.service.in
index f02c602b78..b444870533 100644
--- a/units/systemd-udev.service.in
+++ b/units/systemd-udev.service.in
@@ -7,7 +7,7 @@
[Unit]
Description=udev Kernel Device Manager
-Documentation=man:udev(7) man:systemd-udevd.service(8)
+Documentation=man:systemd-udevd.service(8) man:udev(7)
Wants=systemd-udev-control.socket systemd-udev-kernel.socket
After=systemd-udev-control.socket systemd-udev-kernel.socket
Before=basic.target