[systemd-commits] 8 commits - Makefile.am TODO man/kernel-command-line.xml man/systemd-analyze.xml man/systemd-ask-password-console.service.xml man/systemd-fsck at .service.xml man/systemd-initctl.service.xml man/systemd-journald.service.xml man/systemd-quotacheck.service.xml man/systemd-shutdownd.service.xml man/systemd-tty-ask-password-agent.xml man/systemd-udevd.service.xml man/systemd-vconsole-setup.service.xml src/tty-ask-password-agent units/console-shell.service.m4.in units/emergency.service.in units/proc-sys-fs-binfmt_misc.automount units/quotaon.service units/rescue.service.m4.in units/sys-fs-fuse-connections.mount units/sys-kernel-config.mount units/sys-kernel-debug.mount units/systemd-ask-password-console.path units/systemd-ask-password-console.service.in units/systemd-ask-password-wall.path units/systemd-ask-password-wall.service.in units/systemd-debug-shell.service.in units/systemd-fsck-root.service.in units/systemd-fsck at .service.in units/systemd-initctl.socket units/systemd -journald.socket units/systemd-quotacheck.service.in units/systemd-readahead-drop.service units/systemd-shutdownd.service.in units/systemd-shutdownd.socket units/systemd-udev-control.socket units/systemd-udev-kernel.socket units/systemd-udev.service.in units/tmp.mount

Lennart Poettering lennart at kemper.freedesktop.org
Tue Jun 26 17:13:35 PDT 2012


 Makefile.am                                         |   31 +++
 TODO                                                |    6 
 man/kernel-command-line.xml                         |    4 
 man/systemd-analyze.xml                             |  138 ++++++++++++++++
 man/systemd-ask-password-console.service.xml        |   97 +++++++++++
 man/systemd-fsck at .service.xml                       |  110 +++++++++++++
 man/systemd-initctl.service.xml                     |    2 
 man/systemd-journald.service.xml                    |    2 
 man/systemd-quotacheck.service.xml                  |  102 ++++++++++++
 man/systemd-shutdownd.service.xml                   |    2 
 man/systemd-tty-ask-password-agent.xml              |  166 ++++++++++++++++++++
 man/systemd-udevd.service.xml                       |    8 
 man/systemd-vconsole-setup.service.xml              |    2 
 src/tty-ask-password-agent/tty-ask-password-agent.c |   12 +
 units/console-shell.service.m4.in                   |    1 
 units/emergency.service.in                          |    1 
 units/proc-sys-fs-binfmt_misc.automount             |    1 
 units/quotaon.service                               |    1 
 units/rescue.service.m4.in                          |    1 
 units/sys-fs-fuse-connections.mount                 |    1 
 units/sys-kernel-config.mount                       |    1 
 units/sys-kernel-debug.mount                        |    1 
 units/systemd-ask-password-console.path             |    2 
 units/systemd-ask-password-console.service.in       |    2 
 units/systemd-ask-password-wall.path                |    2 
 units/systemd-ask-password-wall.service.in          |    2 
 units/systemd-debug-shell.service.in                |    1 
 units/systemd-fsck-root.service.in                  |    1 
 units/systemd-fsck at .service.in                      |    1 
 units/systemd-initctl.socket                        |    1 
 units/systemd-journald.socket                       |    2 
 units/systemd-quotacheck.service.in                 |    1 
 units/systemd-readahead-drop.service                |    1 
 units/systemd-shutdownd.service.in                  |    2 
 units/systemd-shutdownd.socket                      |    1 
 units/systemd-udev-control.socket                   |    2 
 units/systemd-udev-kernel.socket                    |    2 
 units/systemd-udev.service.in                       |    2 
 units/tmp.mount                                     |    1 
 39 files changed, 699 insertions(+), 17 deletions(-)

New commits:
commit c52f663bfa4f420044e6cd25bf84cec3c26ebf6f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 02:12:39 2012 +0200

    man: document tty-ask-password-agent

diff --git a/Makefile.am b/Makefile.am
index 84e372f..eb36efd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -496,7 +496,8 @@ MANPAGES = \
 	man/systemd-halt.service.8 \
 	man/systemd-fsck at .service.8 \
 	man/systemd-ask-password-console.service.8 \
-	man/systemd-analyze.1
+	man/systemd-analyze.1 \
+	man/systemd-tty-ask-password-agent.1
 
 MANPAGES_ALIAS = \
 	man/reboot.8 \
diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml
index 5a9e240..7017c0d 100644
--- a/man/systemd-ask-password-console.service.xml
+++ b/man/systemd-ask-password-console.service.xml
@@ -77,6 +77,12 @@
                 url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
                 developer documentation</ulink> for more information
                 about the system password logic.</para>
+
+                <para>Note that these services invoke
+                <citerefentry><refentrytitle>systemd-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                with the <command>--watch --console</command>
+                resp. <command>--watch --wall</command> command line
+                parameters.</para>
         </refsect1>
 
         <refsect1>
diff --git a/man/systemd-tty-ask-password-agent.xml b/man/systemd-tty-ask-password-agent.xml
new file mode 100644
index 0000000..2ada647
--- /dev/null
+++ b/man/systemd-tty-ask-password-agent.xml
@@ -0,0 +1,166 @@
+<?xml version='1.0'?> <!--*-nxml-*-->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<!--
+  This file is part of systemd.
+
+  Copyright 2010 Lennart Poettering
+
+  systemd is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+
+  systemd is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+-->
+
+<refentry id="systemd-tty-ask-password-agent">
+
+        <refentryinfo>
+                <title>systemd-tty-ask-password-agent</title>
+                <productname>systemd</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Developer</contrib>
+                                <firstname>Lennart</firstname>
+                                <surname>Poettering</surname>
+                                <email>lennart at poettering.net</email>
+                        </author>
+                </authorgroup>
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>systemd-tty-ask-password-agent</refentrytitle>
+                <manvolnum>1</manvolnum>
+        </refmeta>
+
+        <refnamediv>
+                <refname>systemd-tty-ask-password-agent</refname>
+                <refpurpose>List or process pending systemd password requests</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <cmdsynopsis>
+                        <command>systemd-tty-ask-password-agent <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg></command>
+                </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><command>systemd-tty-ask-password-agent</command>
+                is a password agent that handles password
+                requests of the system, for example for hard disk
+                encryption passwords or SSL certificate passwords that
+                need to be queried at boot-time or during
+                runtime.</para>
+
+                <para><command>systemd-tty-ask-password-agent</command>
+                implements the <ulink
+                url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">Password
+                Agents Specification</ulink>.</para>
+
+        </refsect1>
+
+        <refsect1>
+                <title>Options</title>
+
+                <para>The following options are understood:</para>
+
+                <variablelist>
+                        <varlistentry>
+                                <term><option>--h</option></term>
+                                <term><option>--help</option></term>
+
+                                <listitem><para>Prints a short help
+                                text and exits.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--version</option></term>
+
+                                <listitem><para>Prints a short version
+                                string and exits.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--list</option></term>
+
+                                <listitem><para>Lists all currently pending system password requests.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--query</option></term>
+
+                                <listitem><para>Process all currently
+                                pending system password requests by
+                                querying the user on the calling
+                                TTY.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--watch</option></term>
+
+                                <listitem><para>Continuously process
+                                password requests.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--wall</option></term>
+
+                                <listitem><para>Forward password
+                                requests to
+                                <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                                instead of querying the user on the
+                                calling TTY.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--plymouth</option></term>
+
+                                <listitem><para>Ask question with
+                                <citerefentry><refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+                                instead of querying the user on the
+                                calling TTY.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--console</option></term>
+
+                                <listitem><para>Ask question on
+                                <filename>/dev/console</filename>
+                                instead of querying the user on the
+                                calling TTY.  </para></listitem>
+                        </varlistentry>
+
+                </variablelist>
+
+        </refsect1>
+
+        <refsect1>
+                <title>Exit status</title>
+
+                <para>On success 0 is returned, a non-zero failure
+                code otherwise.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>See Also</title>
+                <para>
+                        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemd-ask-password-console.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>plymouth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+                </para>
+        </refsect1>
+
+</refentry>
diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c
index 0dec062..2e74a25 100644
--- a/src/tty-ask-password-agent/tty-ask-password-agent.c
+++ b/src/tty-ask-password-agent/tty-ask-password-agent.c
@@ -40,6 +40,7 @@
 #include "socket-util.h"
 #include "ask-password-api.h"
 #include "strv.h"
+#include "build.h"
 
 static enum {
         ACTION_LIST,
@@ -638,6 +639,7 @@ static int help(void) {
         printf("%s [OPTIONS...]\n\n"
                "Process system password requests.\n\n"
                "  -h --help     Show this help\n"
+               "     --version  Show package version\n"
                "     --list     Show pending password requests\n"
                "     --query    Process pending password requests\n"
                "     --watch    Continuously process password requests\n"
@@ -657,11 +659,13 @@ static int parse_argv(int argc, char *argv[]) {
                 ARG_WATCH,
                 ARG_WALL,
                 ARG_PLYMOUTH,
-                ARG_CONSOLE
+                ARG_CONSOLE,
+                ARG_VERSION
         };
 
         static const struct option options[] = {
                 { "help",     no_argument, NULL, 'h'          },
+                { "version",  no_argument, NULL, ARG_VERSION  },
                 { "list",     no_argument, NULL, ARG_LIST     },
                 { "query",    no_argument, NULL, ARG_QUERY    },
                 { "watch",    no_argument, NULL, ARG_WATCH    },
@@ -684,6 +688,12 @@ static int parse_argv(int argc, char *argv[]) {
                         help();
                         return 0;
 
+                case ARG_VERSION:
+                        puts(PACKAGE_STRING);
+                        puts(DISTRIBUTION);
+                        puts(SYSTEMD_FEATURES);
+                        return 0;
+
                 case ARG_LIST:
                         arg_action = ACTION_LIST;
                         break;

commit 359deb60c25147e91a69c227ace686654ea7f484
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 01:53:07 2012 +0200

    man: write man page for systemd-analyze

diff --git a/Makefile.am b/Makefile.am
index 04ae775..84e372f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -495,7 +495,8 @@ MANPAGES = \
 	man/systemd-suspend.service.8 \
 	man/systemd-halt.service.8 \
 	man/systemd-fsck at .service.8 \
-	man/systemd-ask-password-console.service.8
+	man/systemd-ask-password-console.service.8 \
+	man/systemd-analyze.1
 
 MANPAGES_ALIAS = \
 	man/reboot.8 \
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
new file mode 100644
index 0000000..960ae7d
--- /dev/null
+++ b/man/systemd-analyze.xml
@@ -0,0 +1,138 @@
+<?xml version='1.0'?> <!--*-nxml-*-->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<!--
+  This file is part of systemd.
+
+  Copyright 2012 Lennart Poettering
+
+  systemd is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+
+  systemd is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+-->
+
+<refentry id="systemd-analyze">
+
+        <refentryinfo>
+                <title>systemd-analyze</title>
+                <productname>systemd</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Developer</contrib>
+                                <firstname>Lennart</firstname>
+                                <surname>Poettering</surname>
+                                <email>lennart at poettering.net</email>
+                        </author>
+                </authorgroup>
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>systemd-analyze</refentrytitle>
+                <manvolnum>1</manvolnum>
+        </refmeta>
+
+        <refnamediv>
+                <refname>systemd-analyze</refname>
+                <refpurpose>Analyze system boot-up performance</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <cmdsynopsis>
+                        <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> time</command>
+                </cmdsynopsis>
+                <cmdsynopsis>
+                        <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> blame </command>
+                </cmdsynopsis>
+                <cmdsynopsis>
+                        <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> plot <arg choice="opt">> file.svg</arg></command>
+                </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><command>systemd-analyze</command> may be used
+                to determine system boot-up performance of the current
+                boot.</para>
+
+                <para><command>systemd-analyze time</command>
+                prints the time spent in the kernel before
+                userspace has been reached, the time spent in the
+                initial RAM disk (initrd) before normal system
+                userspace has been reached and the time normal system
+                userspace took to initialize. Note that these
+                measurements simply measure the time passed up to the
+                point where all system services have been spawned, but
+                not necessarily until they fully finished
+                initialization or the disk is idle.</para>
+
+                <para><command>systemd-analyze blame</command> prints
+                a list of all running units, ordered by the time they
+                took to initialize. This information may be used to
+                optimize boot-up times. Note that the output might be
+                misleading as the initialization of one service might
+                be slow simply because it waits for the initialization
+                of another service to complete.</para>
+
+                <para><command>systemd-analyze plot</command> prints
+                an SVG graphic detailing which system services have
+                been started at what time, highlighting the time they
+                spent on initialization.</para>
+
+                <para>If no command is passed <command>systemd-analyze
+                time</command> is implied.</para>
+
+        </refsect1>
+
+        <refsect1>
+                <title>Options</title>
+
+                <para>The following options are understood:</para>
+
+                <variablelist>
+                        <varlistentry>
+                                <term><option>--h</option></term>
+                                <term><option>--help</option></term>
+
+                                <listitem><para>Prints a short help
+                                text and exits.</para></listitem>
+                        </varlistentry>
+
+                        <varlistentry>
+                                <term><option>--user</option></term>
+
+                                <listitem><para>Shows performance data
+                                of user sessions instead of the system
+                                manager.</para></listitem>
+                        </varlistentry>
+                </variablelist>
+
+        </refsect1>
+
+        <refsect1>
+                <title>Exit status</title>
+
+                <para>On success 0 is returned, a non-zero failure
+                code otherwise.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>See Also</title>
+                <para>
+                        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                </para>
+        </refsect1>
+
+</refentry>

commit 7df46b2af58d171665fe99073188f91d567f2696
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 01:32:15 2012 +0200

    man: document systemd-ask-password-console.service and friends

diff --git a/Makefile.am b/Makefile.am
index 215e88d..04ae775 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -494,7 +494,8 @@ MANPAGES = \
 	man/systemd-shutdownd.service.8 \
 	man/systemd-suspend.service.8 \
 	man/systemd-halt.service.8 \
-	man/systemd-fsck at .service.8
+	man/systemd-fsck at .service.8 \
+	man/systemd-ask-password-console.service.8
 
 MANPAGES_ALIAS = \
 	man/reboot.8 \
@@ -517,7 +518,10 @@ MANPAGES_ALIAS = \
 	man/systemd-poweroff.service.8 \
 	man/systemd-reboot.service.8 \
 	man/systemd-kexec.service.8 \
-	man/systemd-fsck-root.service.8
+	man/systemd-fsck-root.service.8 \
+	man/systemd-ask-password-console.path.8 \
+	man/systemd-ask-password-wall.service.8 \
+	man/systemd-ask-password-wall.path.8
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
@@ -540,6 +544,9 @@ man/systemd-poweroff.service.8: man/systemd-halt.service.8
 man/systemd-reboot.service.8: man/systemd-halt.service.8
 man/systemd-kexec.service.8: man/systemd-halt.service.8
 man/systemd-fsck-root.service.8: man/systemd-fsck at .service.8
+man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8
+man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8
+man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8
 
 XML_FILES = \
 	${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml
new file mode 100644
index 0000000..5a9e240
--- /dev/null
+++ b/man/systemd-ask-password-console.service.xml
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<!--*-nxml-*-->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<!--
+  This file is part of systemd.
+
+  Copyright 2012 Lennart Poettering
+
+  systemd is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+
+  systemd is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+-->
+<refentry id="systemd-ask-password-console.service">
+
+        <refentryinfo>
+                <title>systemd-ask-password-console.service</title>
+                <productname>systemd</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Developer</contrib>
+                                <firstname>Lennart</firstname>
+                                <surname>Poettering</surname>
+                                <email>lennart at poettering.net</email>
+                        </author>
+                </authorgroup>
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>systemd-ask-password-console.service</refentrytitle>
+                <manvolnum>8</manvolnum>
+        </refmeta>
+
+        <refnamediv>
+                <refname>systemd-ask-password-console.service</refname>
+                <refname>systemd-ask-password-console.path</refname>
+                <refname>systemd-ask-password-wall.service</refname>
+                <refname>systemd-ask-password-wall.path</refname>
+                <refpurpose>Query the user for system passwords on the
+                console and via
+                <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry></refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <para><filename>systemd-ask-password-console.service</filename></para>
+                <para><filename>systemd-ask-password-console.path</filename></para>
+                <para><filename>systemd-ask-password-wall.service</filename></para>
+                <para><filename>systemd-ask-password-wall.path</filename></para>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><filename>systemd-ask-password-console.service</filename>
+                is a system service that queries the user for system
+                passwords (such as hard disk encryption keys and SSL
+                certificate passphrases) on the console. It is
+                intended to be used during boot to ensure proper
+                handling of passwords necessary for
+                boot. <filename>systemd-ask-password-wall.service</filename>
+                is a system service that informs all logged in users
+                for system passwords via
+                <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>. It
+                is intended to be used after boot to ensure that users
+                are properly notified.</para>
+
+                <para>See the <ulink
+                url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
+                developer documentation</ulink> for more information
+                about the system password logic.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>See Also</title>
+                <para>
+                        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemd-ask-password-agent</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>wall</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                </para>
+        </refsect1>
+
+</refentry>
diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path
index a0a3631..80f6cc4 100644
--- a/units/systemd-ask-password-console.path
+++ b/units/systemd-ask-password-console.path
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=Dispatch Password Requests to Console Directory Watch
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
+Documentation=man:systemd-ask-password-console.service(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=plymouth-start.service
diff --git a/units/systemd-ask-password-console.service.in b/units/systemd-ask-password-console.service.in
index 85e739f..4bcb30b 100644
--- a/units/systemd-ask-password-console.service.in
+++ b/units/systemd-ask-password-console.service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=Dispatch Password Requests to Console
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
+Documentation=man:systemd-ask-password-console.service(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=plymouth-start.service
diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path
index 3890a74..62dee80 100644
--- a/units/systemd-ask-password-wall.path
+++ b/units/systemd-ask-password-wall.path
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=Forward Password Requests to Wall Directory Watch
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
+Documentation=man:systemd-ask-password-console.service(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 Before=basic.target shutdown.target
diff --git a/units/systemd-ask-password-wall.service.in b/units/systemd-ask-password-wall.service.in
index 9305fca..b2ca039 100644
--- a/units/systemd-ask-password-wall.service.in
+++ b/units/systemd-ask-password-wall.service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=Forward Password Requests to Wall
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
+Documentation=man:systemd-ask-password-console.service(8)
 After=systemd-user-sessions.service
 
 [Service]

commit 743b8558f697b07231b376e18976d5a0ed24cc28
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 01:17:49 2012 +0200

    man: document quotacheck

diff --git a/Makefile.am b/Makefile.am
index 3732258..215e88d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2502,6 +2502,15 @@ systemd_quotacheck_SOURCES = \
 
 systemd_quotacheck_LDADD = \
 	libsystemd-shared.la
+
+MANPAGES += \
+	man/systemd-quotacheck.service.8
+
+MANPAGES_ALIAS += \
+	man/systemd-quotacheck.8
+
+man/systemd-quotacheck.8: man/systemd-quotacheck.service.8
+
 endif
 
 # ------------------------------------------------------------------------------
diff --git a/man/systemd-quotacheck.service.xml b/man/systemd-quotacheck.service.xml
new file mode 100644
index 0000000..4d0218b
--- /dev/null
+++ b/man/systemd-quotacheck.service.xml
@@ -0,0 +1,102 @@
+<?xml version="1.0"?>
+<!--*-nxml-*-->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<!--
+  This file is part of systemd.
+
+  Copyright 2012 Lennart Poettering
+
+  systemd is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+
+  systemd is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+-->
+<refentry id="systemd-quotacheck.service">
+
+        <refentryinfo>
+                <title>systemd-quotacheck.service</title>
+                <productname>systemd</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Developer</contrib>
+                                <firstname>Lennart</firstname>
+                                <surname>Poettering</surname>
+                                <email>lennart at poettering.net</email>
+                        </author>
+                </authorgroup>
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>systemd-quotacheck.service</refentrytitle>
+                <manvolnum>8</manvolnum>
+        </refmeta>
+
+        <refnamediv>
+                <refname>systemd-quotacheck.service</refname>
+                <refname>systemd-quotacheck</refname>
+                <refpurpose>File system quota checker logic</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <para><filename>systemd-quotacheck.service</filename></para>
+                <para><filename>/usr/lib/systemd/systemd-quotacheck</filename></para>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><filename>systemd-quotacheck.service</filename>
+                is a service responsible for file system quota
+                checks. It is run once at boot after all necessary
+                file systems are mounted. It is pulled in only if at
+                least one file system has quotas enabled.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Kernel Command Line</title>
+
+                <para><filename>systemd-quotacheck</filename> understands
+                one kernel command line parameter:</para>
+
+                <variablelist>
+                        <varlistentry>
+                                <term><varname>quotacheck.mode=</varname></term>
+
+                                <listitem><para>One of
+                                <literal>auto</literal>,
+                                <literal>force</literal>,
+                                <literal>skip</literal>. Controls the
+                                mode of operation. The default is
+                                <literal>auto</literal>, and ensures
+                                that file system quota checks are done
+                                when the file system quota checker
+                                deems them
+                                necessary. <literal>force</literal>
+                                unconditionally results in full file
+                                system quota
+                                checks. <literal>skip</literal> skips
+                                any file system quota
+                                checks.</para></listitem>
+                        </varlistentry>
+                </variablelist>
+        </refsect1>
+
+        <refsect1>
+                <title>See Also</title>
+                <para>
+                        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>quotacheck</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemd-fsck at .service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+                </para>
+        </refsect1>
+
+</refentry>
diff --git a/units/systemd-quotacheck.service.in b/units/systemd-quotacheck.service.in
index d3343df..319a3ce 100644
--- a/units/systemd-quotacheck.service.in
+++ b/units/systemd-quotacheck.service.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=File System Quota Check
+Documentation=man:systemd-quotacheck.service(8)
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
 Before=local-fs.target shutdown.target

commit 3eca62862eeb05ece0291778a2df9d74463502ca
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 01:09:51 2012 +0200

    man: add Documentation= tag to tmp.mount

diff --git a/units/tmp.mount b/units/tmp.mount
index 7367f7e..0b0d6ae 100644
--- a/units/tmp.mount
+++ b/units/tmp.mount
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Temporary Directory
+Documentation=man:hier(7)
 Before=local-fs.target
 
 [Mount]

commit 744881d173e7e2d29a51c86edb8255857089cfd2
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 01:07:04 2012 +0200

    man: add Documentation= tags to all kinds of missing units

diff --git a/units/console-shell.service.m4.in b/units/console-shell.service.m4.in
index 4f795e1..400f84d 100644
--- a/units/console-shell.service.m4.in
+++ b/units/console-shell.service.m4.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Console Shell
+Documentation=man:sulogin(8)
 After=systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',
 After=rc-local.service
diff --git a/units/emergency.service.in b/units/emergency.service.in
index 87864f1..36db707 100644
--- a/units/emergency.service.in
+++ b/units/emergency.service.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Emergency Shell
+Documentation=man:sulogin(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 Before=shutdown.target
diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
index 658b55d..7fd5afe 100644
--- a/units/proc-sys-fs-binfmt_misc.automount
+++ b/units/proc-sys-fs-binfmt_misc.automount
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Arbitrary Executable File Formats File System Automount Point
+Documentation=https://www.kernel.org/doc/Documentation/binfmt_misc.txt
 DefaultDependencies=no
 Before=sysinit.target
 ConditionPathExists=/proc/sys/fs/binfmt_misc/
diff --git a/units/quotaon.service b/units/quotaon.service
index b8df87e..caaf12d 100644
--- a/units/quotaon.service
+++ b/units/quotaon.service
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Enable File System Quotas
+Documentation=man:quotaon(8)
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service
 Before=local-fs.target shutdown.target
diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in
index 5fb82e6..9d09062 100644
--- a/units/rescue.service.m4.in
+++ b/units/rescue.service.m4.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Rescue Shell
+Documentation=man:sulogin(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
 After=sysinit.target plymouth-start.service
diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount
index 6f36701..9269ea4 100644
--- a/units/sys-fs-fuse-connections.mount
+++ b/units/sys-fs-fuse-connections.mount
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=FUSE Control File System
+Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
 DefaultDependencies=no
 ConditionPathExists=/sys/fs/fuse/connections
 After=systemd-modules-load.service
diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount
index 9150da4..e7cd490 100644
--- a/units/sys-kernel-config.mount
+++ b/units/sys-kernel-config.mount
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Configuration File System
+Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
 DefaultDependencies=no
 ConditionPathExists=/sys/kernel/config
 After=systemd-modules-load.service
diff --git a/units/sys-kernel-debug.mount b/units/sys-kernel-debug.mount
index 85d5307..8b1e33e 100644
--- a/units/sys-kernel-debug.mount
+++ b/units/sys-kernel-debug.mount
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Debug File System
+Documentation=https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
 DefaultDependencies=no
 ConditionPathExists=/sys/kernel/debug
 Before=sysinit.target
diff --git a/units/systemd-debug-shell.service.in b/units/systemd-debug-shell.service.in
index 70c01c2..8ca25a3 100644
--- a/units/systemd-debug-shell.service.in
+++ b/units/systemd-debug-shell.service.in
@@ -1,5 +1,6 @@
 [Unit]
 Description=Early root shell on tty9 FOR DEBUGGING ONLY
+Documentation=man:sushell(8)
 DefaultDependencies=no
 IgnoreOnIsolate=yes
 
diff --git a/units/systemd-readahead-drop.service b/units/systemd-readahead-drop.service
index a9d97d7..d9d12bc 100644
--- a/units/systemd-readahead-drop.service
+++ b/units/systemd-readahead-drop.service
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Drop Read-Ahead Data
+Documentation=man:systemd-readahead-replay.service(8)
 ConditionPathExists=/.readahead
 
 [Service]

commit ee1c0ad436efef9d2688a48917bf77d65a0ce675
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 01:06:35 2012 +0200

    man: properly document .socket units in man page

diff --git a/Makefile.am b/Makefile.am
index fc08daa..3732258 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -502,11 +502,14 @@ MANPAGES_ALIAS = \
 	man/init.1 \
 	man/systemd-modules-load.8 \
 	man/systemd-sysctl.8 \
+	man/systemd-journald.socket.8 \
 	man/systemd-journald.8 \
 	man/systemd-remount-fs.8 \
 	man/systemd-update-utmp-shutdown.service.8 \
 	man/systemd-update-utmp.8 \
+	man/systemd-initctl.socket.8 \
 	man/systemd-initctl.8 \
+	man/systemd-shutdownd.socket.8 \
 	man/systemd-shutdownd.8 \
 	man/systemd-hibernate.service.8 \
 	man/systemd-sleep.8 \
@@ -521,11 +524,14 @@ man/poweroff.8: man/halt.8
 man/init.1: man/systemd.1
 man/systemd-modules-load.8: man/systemd-modules-load.service.8
 man/systemd-sysctl.8: man/systemd-sysctl.service.8
+man/systemd-journald.socket.8: man/systemd-journald.service.8
 man/systemd-journald.8: man/systemd-journald.service.8
 man/systemd-remount-fs.8: man/systemd-remount-fs.service.8
 man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.service.8
 man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8
+man/systemd-initctl.socket.8: man/systemd-initctl.service.8
 man/systemd-initctl.8: man/systemd-initctl.service.8
+man/systemd-shutdownd.socket.8: man/systemd-shutdownd.service.8
 man/systemd-shutdownd.8: man/systemd-shutdownd.service.8
 man/systemd-hibernate.service.8: man/systemd-suspend.service.8
 man/systemd-sleep.8: man/systemd-suspend.service.8
diff --git a/man/systemd-initctl.service.xml b/man/systemd-initctl.service.xml
index 92d91fc..d3b537d 100644
--- a/man/systemd-initctl.service.xml
+++ b/man/systemd-initctl.service.xml
@@ -44,12 +44,14 @@
 
         <refnamediv>
                 <refname>systemd-initctl.service</refname>
+                <refname>systemd-initctl.socket</refname>
                 <refname>systemd-initctl</refname>
                 <refpurpose>systemd <filename>/dev/initctl</filename> Compatibility</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv>
                 <para><filename>systemd-initctl.service</filename></para>
+                <para><filename>systemd-initctl.socket</filename></para>
                 <para><filename>/usr/lib/systemd/systemd-initctl</filename></para>
         </refsynopsisdiv>
 
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml
index 65f6e52..83c59d4 100644
--- a/man/systemd-journald.service.xml
+++ b/man/systemd-journald.service.xml
@@ -44,12 +44,14 @@
 
         <refnamediv>
                 <refname>systemd-journald.service</refname>
+                <refname>systemd-journald.socket</refname>
                 <refname>systemd-journald</refname>
                 <refpurpose>systemd Journal Service</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv>
                 <para><filename>systemd-journald.service</filename></para>
+                <para><filename>systemd-journald.socket</filename></para>
                 <para><filename>/usr/lib/systemd/systemd-journald</filename></para>
         </refsynopsisdiv>
 
diff --git a/man/systemd-shutdownd.service.xml b/man/systemd-shutdownd.service.xml
index 146495a..c4ace48 100644
--- a/man/systemd-shutdownd.service.xml
+++ b/man/systemd-shutdownd.service.xml
@@ -44,12 +44,14 @@
 
         <refnamediv>
                 <refname>systemd-shutdownd.service</refname>
+                <refname>systemd-shutdownd.socket</refname>
                 <refname>systemd-shutdownd</refname>
                 <refpurpose>systemd scheduled shutdown daemon</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv>
                 <para><filename>systemd-shutdownd.service</filename></para>
+                <para><filename>systemd-shutdownd.socket</filename></para>
                 <para><filename>/usr/lib/systemd/systemd-shutdownd</filename></para>
         </refsynopsisdiv>
 
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 0c76d05..c290b2f 100644
--- a/man/systemd-udevd.service.xml
+++ b/man/systemd-udevd.service.xml
@@ -24,13 +24,17 @@
   </refmeta>
 
   <refnamediv>
-    <refname>systemd-udevd.service</refname>
+    <refname>systemd-udev.service</refname>
+    <refname>systemd-udev-control.socket</refname>
+    <refname>systemd-udev-kernel.socket</refname>
     <refname>systemd-udevd</refname>
     <refpurpose>Device event managing daemon</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
-    <para><filename>systemd-udevd.service</filename></para>
+    <para><filename>systemd-udev.service</filename></para>
+    <para><filename>systemd-udev-control.socket</filename></para>
+    <para><filename>systemd-udev-kernel.socket</filename></para>
 
     <cmdsynopsis>
       <command>/usr/lib/systemd/systemd-udevd</command>
diff --git a/units/systemd-initctl.socket b/units/systemd-initctl.socket
index abafc52..b98d5ca 100644
--- a/units/systemd-initctl.socket
+++ b/units/systemd-initctl.socket
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=/dev/initctl Compatibility Named Pipe
+Documentation=man:systemd-initctl.service(8)
 DefaultDependencies=no
 Before=sockets.target
 
diff --git a/units/systemd-journald.socket b/units/systemd-journald.socket
index 0454e3e..dbe8882 100644
--- a/units/systemd-journald.socket
+++ b/units/systemd-journald.socket
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=Journal Socket
-Documentation=man:journald.conf(5)
+Documentation=man:systemd-journald.service(8) man:journald.conf(5)
 DefaultDependencies=no
 Before=sockets.target syslog.target
 
diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in
index f51417f..d951742 100644
--- a/units/systemd-shutdownd.service.in
+++ b/units/systemd-shutdownd.service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=Delayed Shutdown Service
-Documentation=man:systemd-shutdown.service(8)
+Documentation=man:systemd-shutdownd.service(8)
 DefaultDependencies=no
 
 [Service]
diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket
index ed6225a..9421ce8 100644
--- a/units/systemd-shutdownd.socket
+++ b/units/systemd-shutdownd.socket
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=Delayed Shutdown Socket
+Documentation=man:systemd-shutdownd.service(8)
 DefaultDependencies=no
 Before=sockets.target
 
diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket
index e835ab6..e7678a0 100644
--- a/units/systemd-udev-control.socket
+++ b/units/systemd-udev-control.socket
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=udev Control Socket
-Documentation=man:udev(7) man:systemd-udevd.service(8)
+Documentation=man:systemd-udevd.service(8) man:udev(7)
 DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
diff --git a/units/systemd-udev-kernel.socket b/units/systemd-udev-kernel.socket
index 321dd46..588f9f5 100644
--- a/units/systemd-udev-kernel.socket
+++ b/units/systemd-udev-kernel.socket
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=udev Kernel Socket
-Documentation=man:udev(7) man:systemd-udevd.service(8)
+Documentation=man:systemd-udevd.service(8) man:udev(7)
 DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
diff --git a/units/systemd-udev.service.in b/units/systemd-udev.service.in
index f02c602..b444870 100644
--- a/units/systemd-udev.service.in
+++ b/units/systemd-udev.service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=udev Kernel Device Manager
-Documentation=man:udev(7) man:systemd-udevd.service(8)
+Documentation=man:systemd-udevd.service(8) man:udev(7)
 Wants=systemd-udev-control.socket systemd-udev-kernel.socket
 After=systemd-udev-control.socket systemd-udev-kernel.socket
 Before=basic.target

commit a32f224aafaf47d3489a730259a47ef45781193e
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 00:37:36 2012 +0200

    man: document systemd-fsck

diff --git a/Makefile.am b/Makefile.am
index a3d5a18..fc08daa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -493,7 +493,8 @@ MANPAGES = \
 	man/systemd-initctl.service.8 \
 	man/systemd-shutdownd.service.8 \
 	man/systemd-suspend.service.8 \
-	man/systemd-halt.service.8
+	man/systemd-halt.service.8 \
+	man/systemd-fsck at .service.8
 
 MANPAGES_ALIAS = \
 	man/reboot.8 \
@@ -512,7 +513,8 @@ MANPAGES_ALIAS = \
 	man/systemd-shutdown.8 \
 	man/systemd-poweroff.service.8 \
 	man/systemd-reboot.service.8 \
-	man/systemd-kexec.service.8
+	man/systemd-kexec.service.8 \
+	man/systemd-fsck-root.service.8
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
@@ -531,6 +533,7 @@ man/systemd-shutdown.8: man/systemd-halt.service.8
 man/systemd-poweroff.service.8: man/systemd-halt.service.8
 man/systemd-reboot.service.8: man/systemd-halt.service.8
 man/systemd-kexec.service.8: man/systemd-halt.service.8
+man/systemd-fsck-root.service.8: man/systemd-fsck at .service.8
 
 XML_FILES = \
 	${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
diff --git a/TODO b/TODO
index 747a9f3..a2953ba 100644
--- a/TODO
+++ b/TODO
@@ -25,6 +25,12 @@ Bugfixes:
 
 Features:
 
+* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
+
+* efi: honour language efi variables for default language selection
+
+* efi: honour timezone efi variables for default timezone selection
+
 * new dependency type to "group" services in a target
 
 * add switch to journalctl to only show data from current boot
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml
index 3efd59d..9990841 100644
--- a/man/kernel-command-line.xml
+++ b/man/kernel-command-line.xml
@@ -160,7 +160,7 @@
                                         <para>Parameter understood by
                                         the file system checker
                                         services. For details see
-                                        <citerefentry><refentrytitle>systemd-fsck-root.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
+                                        <citerefentry><refentrytitle>systemd-fsck at .service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
                                 </listitem>
                         </varlistentry>
 
@@ -280,7 +280,7 @@
                           <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
                           <citerefentry><refentrytitle>bootparam</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
                           <citerefentry><refentrytitle>dracut.cmdline</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
-                          <citerefentry><refentrytitle>systemd-fsck-root.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+                          <citerefentry><refentrytitle>systemd-fsck at .service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
                           <citerefentry><refentrytitle>systemd-quotacheck.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
                           <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
                           <citerefentry><refentrytitle>systemd-vconsole-setup.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
diff --git a/man/systemd-fsck at .service.xml b/man/systemd-fsck at .service.xml
new file mode 100644
index 0000000..ad980a7
--- /dev/null
+++ b/man/systemd-fsck at .service.xml
@@ -0,0 +1,110 @@
+<?xml version="1.0"?>
+<!--*-nxml-*-->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<!--
+  This file is part of systemd.
+
+  Copyright 2012 Lennart Poettering
+
+  systemd is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
+  (at your option) any later version.
+
+  systemd is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with systemd; If not, see <http://www.gnu.org/licenses/>.
+-->
+<refentry id="systemd-fsck at .service">
+
+        <refentryinfo>
+                <title>systemd-fsck at .service</title>
+                <productname>systemd</productname>
+
+                <authorgroup>
+                        <author>
+                                <contrib>Developer</contrib>
+                                <firstname>Lennart</firstname>
+                                <surname>Poettering</surname>
+                                <email>lennart at poettering.net</email>
+                        </author>
+                </authorgroup>
+        </refentryinfo>
+
+        <refmeta>
+                <refentrytitle>systemd-fsck at .service</refentrytitle>
+                <manvolnum>8</manvolnum>
+        </refmeta>
+
+        <refnamediv>
+                <refname>systemd-fsck at .service</refname>
+                <refname>systemd-fsck-root.service</refname>
+                <refname>systemd-fsck</refname>
+                <refpurpose>File system checker logic</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+                <para><filename>systemd-fsck at .service</filename></para>
+                <para><filename>systemd-fsck-root.service</filename></para>
+                <para><filename>/usr/lib/systemd/systemd-fsck</filename></para>
+        </refsynopsisdiv>
+
+        <refsect1>
+                <title>Description</title>
+
+                <para><filename>systemd-fsck at .service</filename> is a
+                service responsible for file system checks. It is
+                instantiated for each device that requires a file
+                system
+                check. <filename>systemd-fsck at .service</filename> is
+                responsible for file system checks on the root
+                file system.</para>
+
+                <para><filename>systemd-fsck</filename> will
+                forward file system checking progress to the
+                console. If a file system check fails emergency mode
+                is activated, by isolating to
+                <filename>emergency.target</filename>.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Kernel Command Line</title>
+
+                <para><filename>systemd-fsck</filename> understands
+                one kernel command line parameter:</para>
+
+                <variablelist>
+                        <varlistentry>
+                                <term><varname>fsck.mode=</varname></term>
+
+                                <listitem><para>One of
+                                <literal>auto</literal>,
+                                <literal>force</literal>,
+                                <literal>skip</literal>. Controls the
+                                mode of operation. The default is
+                                <literal>auto</literal>, and ensures
+                                that file system checks are done when
+                                the file system checker deems them
+                                necessary. <literal>force</literal>
+                                unconditionally results in full file
+                                system checks. <literal>skip</literal>
+                                skips any file system
+                                checks.</para></listitem>
+                        </varlistentry>
+                </variablelist>
+        </refsect1>
+
+        <refsect1>
+                <title>See Also</title>
+                <para>
+                        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>fsck</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+                        <citerefentry><refentrytitle>systemd-quotacheck.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+                </para>
+        </refsect1>
+
+</refentry>
diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml
index b4ad3c2..b31177e 100644
--- a/man/systemd-vconsole-setup.service.xml
+++ b/man/systemd-vconsole-setup.service.xml
@@ -82,7 +82,7 @@
                                 <term><varname>vconsole.keymap.toggle=</varname></term>
 
                                 <listitem><para>Overrides the key
-                                mapping table for the keybaord and the
+                                mapping table for the keyboard and the
                                 second toggle keymap.</para></listitem>
                         </varlistentry>
                         <varlistentry>
diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in
index 517dee7..a519e27 100644
--- a/units/systemd-fsck-root.service.in
+++ b/units/systemd-fsck-root.service.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=File System Check on Root Device
+Documentaiton=man:systemd-fsck at .service(8)
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target
diff --git a/units/systemd-fsck at .service.in b/units/systemd-fsck at .service.in
index 4c59577..fe1b7be 100644
--- a/units/systemd-fsck at .service.in
+++ b/units/systemd-fsck at .service.in
@@ -7,6 +7,7 @@
 
 [Unit]
 Description=File System Check on %f
+Documentaiton=man:systemd-fsck at .service(8)
 DefaultDependencies=no
 BindTo=%i.device
 After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device



More information about the systemd-commits mailing list