diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2016-12-25 12:14:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-25 12:14:00 +0100 |
commit | 2dcf2a1724925b600c032c8e5ae3bb1011e5661d (patch) | |
tree | bd24b4ad918f219bfcfce773f57a8f6636938571 /man | |
parent | 99479986ea4f0bb0158da97623f25d6572cf8c09 (diff) |
man: minor improvements (#4981)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-fsck@.service.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 933c3247ad..711e269016 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -88,8 +88,8 @@ <refsect1> <title>Kernel Command Line</title> - <para><filename>systemd-fsck</filename> understands one kernel - command line parameter:</para> + <para><filename>systemd-fsck</filename> understands these kernel + command line parameters:</para> <variablelist class='kernel-commandline-options'> <varlistentry> @@ -110,9 +110,9 @@ <listitem><para>One of <literal>preen</literal>, <literal>yes</literal>, <literal>no</literal>. Controls the - mode of operation. The default is <literal> preen</literal>, + mode of operation. The default is <literal>preen</literal>, and will automatically repair problems that can be safely - fixed. <literal>yes </literal> will answer yes to all + fixed. <literal>yes</literal> will answer yes to all questions by fsck and <literal>no</literal> will answer no to all questions. </para></listitem> </varlistentry> |