diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-05-10 13:09:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-05-10 13:09:52 +0200 |
commit | 9a4eeb4a0cf8efc1c1c87e541361bc61c60ce23a (patch) | |
tree | 9a9bdf5c07083fca1d0bac053d1139c4ffc5edcb /units | |
parent | 50-udev-default.rules.in: set correct group for mediaX/cecX (#5921) (diff) | |
download | systemd-9a4eeb4a0cf8efc1c1c87e541361bc61c60ce23a.tar.xz systemd-9a4eeb4a0cf8efc1c1c87e541361bc61c60ce23a.zip |
units: make descriptions of api filesystems less generic (#5914)
All those names were very generic. Fixes #5911.
Diffstat (limited to 'units')
-rw-r--r-- | units/sys-kernel-config.mount | 2 | ||||
-rw-r--r-- | units/sys-kernel-debug.mount | 2 | ||||
-rw-r--r-- | units/tmp.mount.m4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount index 21648eff6a..7f2e1d92f3 100644 --- a/units/sys-kernel-config.mount +++ b/units/sys-kernel-config.mount @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Configuration File System +Description=Kernel Configuration File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount index 1e94387bac..d5c50ea142 100644 --- a/units/sys-kernel-debug.mount +++ b/units/sys-kernel-debug.mount @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Debug File System +Description=Kernel Debug File System Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no diff --git a/units/tmp.mount.m4 b/units/tmp.mount.m4 index 0baecfd22f..854c7ae614 100644 --- a/units/tmp.mount.m4 +++ b/units/tmp.mount.m4 @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Temporary Directory +Description=Temporary Directory (/tmp) Documentation=man:hier(7) Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems ConditionPathIsSymbolicLink=!/tmp |