]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: use alias name of man page
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 14 Jun 2021 18:54:39 +0000 (03:54 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 15 Jun 2021 11:14:26 +0000 (12:14 +0100)
13 files changed:
units/systemd-ask-password-console.path
units/systemd-ask-password-wall.path
units/systemd-ask-password-wall.service
units/systemd-hibernate.service.in
units/systemd-hybrid-sleep.service.in
units/systemd-initctl.socket
units/systemd-kexec.service
units/systemd-poweroff.service
units/systemd-reboot.service
units/systemd-suspend-then-hibernate.service.in
units/systemd-udevd-control.socket
units/systemd-udevd-kernel.socket
units/systemd-update-utmp-runlevel.service.in

index a7aac8378785e6c7dbf3f51182cc457efa9a6056..7b849230237bb376ec77721f088fd36fb218621f 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Dispatch Password Requests to Console Directory Watch
-Documentation=man:systemd-ask-password-console.service(8)
+Documentation=man:systemd-ask-password-console.path(8)
 DefaultDependencies=no
 Conflicts=shutdown.target emergency.service
 After=plymouth-start.service
index c82cfd26c7b440480f73a2477af4cfac6dd8ed00..13e1dae672c25956dd93e09e7a2850f52b448687 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Forward Password Requests to Wall Directory Watch
-Documentation=man:systemd-ask-password-console.service(8)
+Documentation=man:systemd-ask-password-wall.path(8)
 DefaultDependencies=no
 Conflicts=shutdown.target emergency.service
 Before=paths.target shutdown.target cryptsetup.target
index 6a70b58cef5c9fffcc526a2725c2a40095633e00..18b59d99a70ac43e609bfa690f66970926870b30 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Forward Password Requests to Wall
-Documentation=man:systemd-ask-password-console.service(8)
+Documentation=man:systemd-ask-password-wall.service(8)
 After=systemd-user-sessions.service
 
 [Service]
index ad5343f93c4410f9421bed24f1f0bbd1fe79efa0..9a7b3633cb31f448dc7eace2439e7e23ab09cd68 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Hibernate
-Documentation=man:systemd-suspend.service(8)
+Documentation=man:systemd-hibernate.service(8)
 DefaultDependencies=no
 Requires=sleep.target
 After=sleep.target
index 5fbd99fb74470883dfb4d5b3516caa4916dc7916..cce764f30aeb05f42f93fe364a885cc15a8477c6 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Hybrid Suspend+Hibernate
-Documentation=man:systemd-suspend.service(8)
+Documentation=man:systemd-hybrid-sleep.service(8)
 DefaultDependencies=no
 Requires=sleep.target
 After=sleep.target
index 598a67f0e41c5fe0b8734728697334d52e566b17..410213162da5fe81b8d4cbb0292074e3a626394f 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=initctl Compatibility Named Pipe
-Documentation=man:systemd-initctl.service(8)
+Documentation=man:systemd-initctl.socket(8)
 DefaultDependencies=no
 Before=sockets.target
 
index 0aa7933be47691ca680bd82ef8470bd6676ed637..916995c9d43ddb0dba6af97fc2b37de9197093d8 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Reboot via kexec
-Documentation=man:systemd-halt.service(8)
+Documentation=man:systemd-kexec.service(8)
 DefaultDependencies=no
 Requires=shutdown.target umount.target final.target
 After=shutdown.target umount.target final.target
index bb2ddb0e7391c8e519d3572fd31f3ae42904dc84..d95c618e79d5e69d8634de112a4e80ebee4aeee0 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Power-Off
-Documentation=man:systemd-halt.service(8)
+Documentation=man:systemd-poweroff.service(8)
 DefaultDependencies=no
 Requires=shutdown.target umount.target final.target
 After=shutdown.target umount.target final.target
index b50a792b0e1744d4a1b148ae89f782c6ea002499..5c7ade7d021791b10bef1f02cd6e1e2fff25edcd 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Reboot
-Documentation=man:systemd-halt.service(8)
+Documentation=man:systemd-reboot.service(8)
 DefaultDependencies=no
 Requires=shutdown.target umount.target final.target
 After=shutdown.target umount.target final.target
index bfa9051afaaab9fca1458a562f7b9413b5589a2b..19c30e90175dd8a67953e3be0a583a23a326cbb3 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Suspend; Hibernate if not used for a period of time
-Documentation=man:systemd-suspend.service(8)
+Documentation=man:systemd-suspend-then-hibernate.service(8)
 DefaultDependencies=no
 Requires=sleep.target
 After=sleep.target
index a9d5a4d8ca1dd877d92ccafd5ea1d6fc53cf9313..89304ab65aa715eff085432cb33e13b101851d88 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=udev Control Socket
-Documentation=man:systemd-udevd.service(8) man:udev(7)
+Documentation=man:systemd-udevd-control.socket(8) man:udev(7)
 DefaultDependencies=no
 Before=sockets.target
 ConditionPathIsReadWrite=/sys
index f636aebff8211ea98f92a457ce6236eb6f94963b..0d46043e2fbab159de4426410ed753745f47585a 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=udev Kernel Socket
-Documentation=man:systemd-udevd.service(8) man:udev(7)
+Documentation=man:systemd-udevd-kernel.socket(8) man:udev(7)
 DefaultDependencies=no
 Before=sockets.target
 ConditionPathIsReadWrite=/sys
index 4bfadd1abd360ecb489df7254bf8d972921ee550..d94b22253e6b5d78d58e23d33ae64f30a9b6c815 100644 (file)
@@ -9,7 +9,7 @@
 
 [Unit]
 Description=Update UTMP about System Runlevel Changes
-Documentation=man:systemd-update-utmp.service(8) man:utmp(5)
+Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5)
 DefaultDependencies=no
 RequiresMountsFor=/var/log/wtmp
 Conflicts=shutdown.target