From ebf3a5b2e2f35e6152070dc012904c373d7cebea Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 22 Feb 2022 11:31:46 -0800 Subject: SystemdGraphicalSession: fix documents man section --- SystemdGraphicalSession/background.service | 2 +- SystemdGraphicalSession/deadd-notification-center.service | 2 +- SystemdGraphicalSession/i3lock.service | 2 +- SystemdGraphicalSession/redshift.service | 2 +- SystemdGraphicalSession/xcompmgr.service | 2 +- SystemdGraphicalSession/xrdb.service | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SystemdGraphicalSession/background.service b/SystemdGraphicalSession/background.service index 14b6b67..28c3e02 100644 --- a/SystemdGraphicalSession/background.service +++ b/SystemdGraphicalSession/background.service @@ -1,7 +1,7 @@ [Unit] Description=Desktop Background Wants=graphical-session.target -Documentation=man:feh(8) +Documentation=man:feh(1) [Service] Type=oneshot diff --git a/SystemdGraphicalSession/deadd-notification-center.service b/SystemdGraphicalSession/deadd-notification-center.service index bae16cb..54be120 100644 --- a/SystemdGraphicalSession/deadd-notification-center.service +++ b/SystemdGraphicalSession/deadd-notification-center.service @@ -2,7 +2,7 @@ Description=Deadd Notification Center After=graphical-session-pre.target PartOf=graphical-session.target -Documentation=man:deadd-notification-center(8) +Documentation=man:deadd-notification-center(1) [Service] Type=simple diff --git a/SystemdGraphicalSession/i3lock.service b/SystemdGraphicalSession/i3lock.service index 624ceed..4057dd5 100644 --- a/SystemdGraphicalSession/i3lock.service +++ b/SystemdGraphicalSession/i3lock.service @@ -1,7 +1,7 @@ [Unit] Description=i3 Screen Locker After=graphical-session-pre.target -Documentation=man:i3lock(8) +Documentation=man:i3lock(1) [Service] Slice=session.slice diff --git a/SystemdGraphicalSession/redshift.service b/SystemdGraphicalSession/redshift.service index 9060fd7..42a3076 100644 --- a/SystemdGraphicalSession/redshift.service +++ b/SystemdGraphicalSession/redshift.service @@ -1,7 +1,7 @@ [Unit] Description=RedShift Color Temperature Wants=graphical-session.target -Documentation=man:redshift(8) +Documentation=man:redshift(1) [Service] Type=oneshot diff --git a/SystemdGraphicalSession/xcompmgr.service b/SystemdGraphicalSession/xcompmgr.service index dd9394e..216f50b 100644 --- a/SystemdGraphicalSession/xcompmgr.service +++ b/SystemdGraphicalSession/xcompmgr.service @@ -2,7 +2,7 @@ Description=X Compositor After=graphical-session-pre.target PartOf=graphical-session.target -Documentation=man:xcompmgr(8) +Documentation=man:xcompmgr(1) [Service] Slice=session.slice diff --git a/SystemdGraphicalSession/xrdb.service b/SystemdGraphicalSession/xrdb.service index 299342f..32d2489 100644 --- a/SystemdGraphicalSession/xrdb.service +++ b/SystemdGraphicalSession/xrdb.service @@ -2,7 +2,7 @@ Description=Merge Xresources Wants=graphical-session.target PartOf=graphical-session.target -Documentation=man:xrdb(8) +Documentation=man:xrdb(1) [Service] Type=oneshot -- cgit v1.2.3