From 38e19f93501d5a23d2176be30eea82e1be999f3d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Aug 2013 03:11:30 +0200 Subject: [PATCH] man: add man page for systemd-backlight@.service --- Makefile-man.am | 11 +++++ man/systemd-backlight@.service.xml | 73 ++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 man/systemd-backlight@.service.xml diff --git a/Makefile-man.am b/Makefile-man.am index a8d418fda..4ebc76837 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -601,6 +601,17 @@ man/systemd-user.conf.html: man/systemd-system.conf.html $(html-alias) +if ENABLE_BACKLIGHT +MANPAGES += \ + man/systemd-backlight@.service.8 +MANPAGES_ALIAS += \ + man/systemd-backlight.8 +man/systemd-backlight.8: man/systemd-backlight@.service.8 +man/systemd-backlight.html: man/systemd-backlight@.service.html + $(html-alias) + +endif + if ENABLE_BINFMT MANPAGES += \ man/binfmt.d.5 \ diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml new file mode 100644 index 000000000..f2f54728a --- /dev/null +++ b/man/systemd-backlight@.service.xml @@ -0,0 +1,73 @@ + + + + + + + + systemd-backlight@.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-backlight@.service + 8 + + + + systemd-backlight@.service + systemd-backlight + Load and save the display backlight brightness at boot and shutdown + + + + systemd-backlight@.service + /usr/lib/systemd/systemd-backlight + + + + Description + + systemd-backlight@.service + is a service that restores the display backlight + brightness at early-boot and saves it at shutdown. On + disk the backlight brightness is stored in + /var/lib/backlight/. Note that by + default only firmware backlight devices are + saved/restored. + + + + See Also + + systemd1 + + + + -- 2.30.2