From 7b061de2d0601a33f7246c4b909f30ddc44d7ab6 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 8 Apr 2015 11:08:16 +0200 Subject: Compiling. --- man/custom-html.xsl | 264 +++++++++++++++++++++++++++++++++++++++++ man/custom-man.xsl | 64 ++++++++++ man/logind.xml | 121 +++++++++++++++++++ man/systemd-logind.service.xml | 121 ------------------- 4 files changed, 449 insertions(+), 121 deletions(-) create mode 100644 man/custom-html.xsl create mode 100644 man/custom-man.xsl create mode 100644 man/logind.xml delete mode 100644 man/systemd-logind.service.xml (limited to 'man') diff --git a/man/custom-html.xsl b/man/custom-html.xsl new file mode 100644 index 0000000000..5730bed4a1 --- /dev/null +++ b/man/custom-html.xsl @@ -0,0 +1,264 @@ + + + + + + + + + + + + + .html + + + + + + + + + http://man7.org/linux/man-pages/man + + / + + . + + .html + + + + + + + + + http://linux.die.net/man/ + + / + + + + + + + + + + https://www.mankier.com/ + + / + + + + + + + + + + https://www.archlinux.org/ + + / + + . + + .html + + + + + + + + + https://www.freebsd.org/cgi/man.cgi? + + ( + + ) + + + + + + + + + http://dbus.freedesktop.org/doc/ + + . + + .html + + + + + + + +

+ + + + + + + headerlink + + + Permalink to this headline + + + # + + + + +

+
+ + +

+ + + + + + + headerlink + + + Permalink to this headline + + + # + + + + +

+
+ + +
+ + + + + + + + + + + headerlink + + + Permalink to this term + + + + # + + + + + + + + +
+
+ +
+
+ + + + + + + + + index.html + + Index + · + + + systemd.directives.html + + Directives + · + + + ../python-systemd/index.html + + Python + · + + + ../libudev/index.html + + libudev + · + + + ../libudev/index.html + + gudev + + + + systemd + + +
+
+ + + " + + " + + + + + +
diff --git a/man/custom-man.xsl b/man/custom-man.xsl new file mode 100644 index 0000000000..e1b8d3618a --- /dev/null +++ b/man/custom-man.xsl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + .TH " + + + + + + " " + + " "" "systemd + + " " + + " + + + + + + + + " + + " + + + diff --git a/man/logind.xml b/man/logind.xml new file mode 100644 index 0000000000..5733e42cd1 --- /dev/null +++ b/man/logind.xml @@ -0,0 +1,121 @@ + + + + + + + + + systemd-logind.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-logind.service + 8 + + + + systemd-logind.service + systemd-logind + Login manager + + + + systemd-logind.service + /usr/lib/systemd/systemd-logind + + + + Description + + systemd-logind is a system service that + manages user logins. It is responsible for: + + + Keeping track of users and sessions, their + processes and their idle state + + Providing PolicyKit-based access for users to + operations such as system shutdown or sleep + + Implementing a shutdown/sleep inhibition logic + for applications + + Handling of power/sleep hardware + keys + + Multi-seat management + + Session switch management + + Device access management for + users + + Automatic spawning of text logins (gettys) on + virtual console activation and user runtime directory + management + + + User sessions are registered in logind via the + pam_systemd8 + PAM module. + + See + logind.conf5 + for information about the configuration of this service. + + See Multi-Seat + on Linux for an introduction into basic concepts of logind + such as users, sessions and seats. + + See the + logind D-Bus API Documentation for information about the + APIs systemd-logind provides. + + For more information on the inhibition logic see the Inhibitor + Lock Developer Documentation. + + + + See Also + + systemd1, + systemd-user-sessions.service8, + loginctl1, + logind.conf5, + pam_systemd8 + + + + diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml deleted file mode 100644 index 5733e42cd1..0000000000 --- a/man/systemd-logind.service.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - systemd-logind.service - systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - systemd-logind.service - 8 - - - - systemd-logind.service - systemd-logind - Login manager - - - - systemd-logind.service - /usr/lib/systemd/systemd-logind - - - - Description - - systemd-logind is a system service that - manages user logins. It is responsible for: - - - Keeping track of users and sessions, their - processes and their idle state - - Providing PolicyKit-based access for users to - operations such as system shutdown or sleep - - Implementing a shutdown/sleep inhibition logic - for applications - - Handling of power/sleep hardware - keys - - Multi-seat management - - Session switch management - - Device access management for - users - - Automatic spawning of text logins (gettys) on - virtual console activation and user runtime directory - management - - - User sessions are registered in logind via the - pam_systemd8 - PAM module. - - See - logind.conf5 - for information about the configuration of this service. - - See Multi-Seat - on Linux for an introduction into basic concepts of logind - such as users, sessions and seats. - - See the - logind D-Bus API Documentation for information about the - APIs systemd-logind provides. - - For more information on the inhibition logic see the Inhibitor - Lock Developer Documentation. - - - - See Also - - systemd1, - systemd-user-sessions.service8, - loginctl1, - logind.conf5, - pam_systemd8 - - - - -- cgit v1.2.3-54-g00ecf