man: minor improvements (#4981)

This commit is contained in:
Lucas Werkmeister 2016-12-25 12:14:00 +01:00 committed by Lennart Poettering
parent 99479986ea
commit 2dcf2a1724

View file

@ -88,8 +88,8 @@
<refsect1> <refsect1>
<title>Kernel Command Line</title> <title>Kernel Command Line</title>
<para><filename>systemd-fsck</filename> understands one kernel <para><filename>systemd-fsck</filename> understands these kernel
command line parameter:</para> command line parameters:</para>
<variablelist class='kernel-commandline-options'> <variablelist class='kernel-commandline-options'>
<varlistentry> <varlistentry>
@ -110,9 +110,9 @@
<listitem><para>One of <literal>preen</literal>, <listitem><para>One of <literal>preen</literal>,
<literal>yes</literal>, <literal>no</literal>. Controls the <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 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 questions by fsck and <literal>no</literal> will answer no to
all questions. </para></listitem> all questions. </para></listitem>
</varlistentry> </varlistentry>