diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-19 12:46:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-19 12:46:55 +0200 |
commit | 3f612b9123208577736957786633ead53ae41b66 (patch) | |
tree | 451223bc61619857e7a4971485e5929893acae64 /units/systemd-logind.service.in | |
parent | 3146a302d184d64a5c75237129f9e4f54ce46cd3 (diff) | |
download | systemd-3f612b9123208577736957786633ead53ae41b66.tar.gz |
units: fix section of man page link in systemd-logind.service
https://bugs.freedesktop.org/show_bug.cgi?id=51963
Diffstat (limited to 'units/systemd-logind.service.in')
-rw-r--r-- | units/systemd-logind.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index b59809d49b..cf3c430b7f 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -7,7 +7,7 @@ [Unit] Description=Login Service -Documentation=man:systemd-logind.service(7) man:logind.conf(5) +Documentation=man:systemd-logind.service(8) man:logind.conf(5) Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat After=nss-user-lookup.target |