chiark / gitweb /
man: add Documentation= tags to all kinds of missing units
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Jun 2012 23:07:04 +0000 (01:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Jun 2012 23:07:04 +0000 (01:07 +0200)
units/console-shell.service.m4.in
units/emergency.service.in
units/proc-sys-fs-binfmt_misc.automount
units/quotaon.service
units/rescue.service.m4.in
units/sys-fs-fuse-connections.mount
units/sys-kernel-config.mount
units/sys-kernel-debug.mount
units/systemd-debug-shell.service.in
units/systemd-readahead-drop.service

index 4f795e16ac0e44103bc5579aa536a3c332624ecc..400f84d46370fa41377026bc006d8c8789b7690b 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Console Shell
+Documentation=man:sulogin(8)
 After=systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',
 After=rc-local.service
index 87864f1c53f348aba879792c43d4d2b0a1312da0..36db70728075c70c4d1e70933a7a0e2f0f81ac1e 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Emergency Shell
+Documentation=man:sulogin(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 Before=shutdown.target
index 658b55dc327dd1ff9a32a251e928fcda46e840d7..7fd5afe3cdfba803fd2ac394fd2e493edbe0a8e1 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Arbitrary Executable File Formats File System Automount Point
+Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
 DefaultDependencies=no
 Before=sysinit.target
 ConditionPathExists=/proc/sys/fs/binfmt_misc/
index b8df87e35bec4a64c0319e6d6afe06c55a86340d..caaf12d9f74e92b670baaf4d9a5b697e23546305 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Enable File System Quotas
+Documentation=man:quotaon(8)
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service
 Before=local-fs.target shutdown.target
index 5fb82e614d18a3d45af46afe14157ff7fb1c45bf..9d09062b1a54bb9c40772be05a14709a4dff8d9e 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Rescue Shell
+Documentation=man:sulogin(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=sysinit.target plymouth-start.service
index 6f3670155a590e56ffbb915a452c39c3db54bd1e..9269ea427296c87f6cc45238943871f27576aa7e 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=FUSE Control File System
+Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
 DefaultDependencies=no
 ConditionPathExists=/sys/fs/fuse/connections
 After=systemd-modules-load.service
index 9150da4b5039f56cc39caed2080d9db1583d56dc..e7cd4909c161aff38c17fea55f7aa088b670ee44 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Configuration File System
+Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
 DefaultDependencies=no
 ConditionPathExists=/sys/kernel/config
 After=systemd-modules-load.service
index 85d53072f1d7fc54064a5aa00d89b549af768d7e..8b1e33e7f748ea65faf6c1855bb9719e713e4ab1 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Debug File System
+Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
 DefaultDependencies=no
 ConditionPathExists=/sys/kernel/debug
 Before=sysinit.target
index 70c01c21f6e5f61b14a505435493c96058a48033..8ca25a36287ee0512f43d5af7e2aeac2d6934b9a 100644 (file)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Early root shell on tty9 FOR DEBUGGING ONLY
+Documentation=man:sushell(8)
 DefaultDependencies=no
 IgnoreOnIsolate=yes
 
index a9d97d72ab399c60c7d42d3bdfbc40b693ad4aca..d9d12bc53386130e01a5dbdd8ef3bef76af63129 100644 (file)
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Drop Read-Ahead Data
+Documentation=man:systemd-readahead-replay.service(8)
 ConditionPathExists=/.readahead
 
 [Service]