man: replace tabs with spaces

This commit is contained in:
Kay Sievers 2012-06-10 18:32:11 +02:00
parent eb125fb693
commit 0e25e94ea7
12 changed files with 76 additions and 76 deletions

View file

@ -55,15 +55,15 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para>At boot, <para>At boot,
<citerefentry><refentrytitle>systemd-binfmt.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd-binfmt.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
reads configuration files from the above directories reads configuration files from the above directories
to register in the kernel additional binary to register in the kernel additional binary
formats for executables.</para> formats for executables.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Configuration Format</title> <title>Configuration Format</title>
<para>Each file contains a list of binfmt_misc kernel <para>Each file contains a list of binfmt_misc kernel
binary format rules. Consult <ulink binary format rules. Consult <ulink

View file

@ -109,9 +109,9 @@
<varlistentry> <varlistentry>
<term><option>--no-pager</option></term> <term><option>--no-pager</option></term>
<listitem><para>Do not pipe output into a <listitem><para>Do not pipe output into a
pager.</para></listitem> pager.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--all</option></term> <term><option>--all</option></term>

View file

@ -114,9 +114,9 @@
<varlistentry> <varlistentry>
<term><option>--no-pager</option></term> <term><option>--no-pager</option></term>
<listitem><para>Do not pipe output into a <listitem><para>Do not pipe output into a
pager.</para></listitem> pager.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--no-ask-password</option></term> <term><option>--no-ask-password</option></term>

View file

@ -54,26 +54,26 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para><citerefentry><refentrytitle>systemd-modules-load.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> <para><citerefentry><refentrytitle>systemd-modules-load.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
reads files from the above directories which contain reads files from the above directories which contain
kernel modules to load during boot in a static list. kernel modules to load during boot in a static list.
Each configuration file is named in the style of Each configuration file is named in the style of
<filename>/etc/modules-load.d/&lt;program&gt;.conf</filename>. Note <filename>/etc/modules-load.d/&lt;program&gt;.conf</filename>. Note
that it is usually a better idea to rely on the that it is usually a better idea to rely on the
automatic module loading by PCI IDs, USB IDs, DMI IDs automatic module loading by PCI IDs, USB IDs, DMI IDs
or similar triggers encoded in the kernel modules or similar triggers encoded in the kernel modules
themselves instead of static configuration like themselves instead of static configuration like
this. In fact, most modern kernel modules are prepared this. In fact, most modern kernel modules are prepared
for automatic loading already.</para> for automatic loading already.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Configuration Format</title> <title>Configuration Format</title>
<para>The configuration files should simply contain a <para>The configuration files should simply contain a
list of kernel module names to load, separated by list of kernel module names to load, separated by
newlines. Empty lines and lines whose first newlines. Empty lines and lines whose first
non-whitespace character is # or ; are ignored.</para> non-whitespace character is # or ; are ignored.</para>
<para>Each configuration file shall be named in the <para>Each configuration file shall be named in the
style of <filename>&lt;program&gt;.conf</filename>. style of <filename>&lt;program&gt;.conf</filename>.

View file

@ -54,21 +54,21 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para>At boot, <para>At boot,
<citerefentry><refentrytitle>systemd-binfmt.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd-binfmt.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
reads configuration files from the above directories reads configuration files from the above directories
to configure to configure
<citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>
kernel parameters.</para> kernel parameters.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Configuration Format</title> <title>Configuration Format</title>
<para>The configuration files contain a list of <para>The configuration files contain a list of
variable assignments, separated by newlines. Empty variable assignments, separated by newlines. Empty
lines and lines whose first non-whitespace character lines and lines whose first non-whitespace character
is # or ; are ignored.</para> is # or ; are ignored.</para>
<para>Note that both / and . are accepted as label <para>Note that both / and . are accepted as label
separators within sysctl variable separators within sysctl variable

View file

@ -200,17 +200,17 @@
<varlistentry> <varlistentry>
<term><option>--no-legend</option></term> <term><option>--no-legend</option></term>
<listitem><para>Do not print a legend, i.e. <listitem><para>Do not print a legend, i.e.
the column headers and the footer with hints. the column headers and the footer with hints.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--no-pager</option></term> <term><option>--no-pager</option></term>
<listitem><para>Do not pipe output into a <listitem><para>Do not pipe output into a
pager.</para></listitem> pager.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--system</option></term> <term><option>--system</option></term>

View file

@ -54,9 +54,9 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para><filename>systemd-binfmt.service</filename> is <para><filename>systemd-binfmt.service</filename> is
an early-boot service that registers additional binary an early-boot service that registers additional binary
formats for executables in the kernel.</para> formats for executables in the kernel.</para>
<para>See <para>See
<citerefentry><refentrytitle>binfmt.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> <citerefentry><refentrytitle>binfmt.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>

View file

@ -98,17 +98,17 @@
<varlistentry> <varlistentry>
<term><option>--no-pager</option></term> <term><option>--no-pager</option></term>
<listitem><para>Do not pipe output into a <listitem><para>Do not pipe output into a
pager.</para></listitem> pager.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--all</option></term> <term><option>--all</option></term>
<listitem><para>Don't hide empty <listitem><para>Don't hide empty
control groups in the control groups in the
outpout.</para></listitem> outpout.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-k</option></term> <term><option>-k</option></term>

View file

@ -95,9 +95,9 @@
<varlistentry> <varlistentry>
<term><option>--no-pager</option></term> <term><option>--no-pager</option></term>
<listitem><para>Do not pipe output into a <listitem><para>Do not pipe output into a
pager.</para></listitem> pager.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--type=</option></term> <term><option>--type=</option></term>

View file

@ -54,9 +54,9 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para><filename>systemd-modules-load.service</filename> <para><filename>systemd-modules-load.service</filename>
is an early-boot service that loads kernel modules is an early-boot service that loads kernel modules
from static configuration.</para> from static configuration.</para>
<para>See <para>See
<citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>

View file

@ -54,10 +54,10 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para><filename>systemd-sysctl.service</filename> is <para><filename>systemd-sysctl.service</filename> is
an early-boot service that configures an early-boot service that configures
<citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>
kernel parameters.</para> kernel parameters.</para>
<para>See <para>See
<citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> <citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
@ -70,7 +70,7 @@
<para> <para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>sysctl.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>wine</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry><refentrytitle>wine</refentrytitle><manvolnum>8</manvolnum></citerefentry>
</para> </para>
</refsect1> </refsect1>

View file

@ -55,16 +55,16 @@
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para><command>systemd-tmpfiles</command> uses the <para><command>systemd-tmpfiles</command> uses the
configuration files from the above directories to describe the configuration files from the above directories to describe the
creation, cleaning and removal of volatile and creation, cleaning and removal of volatile and
temporary files and directories which usually reside temporary files and directories which usually reside
in directories such as <filename>/run</filename> in directories such as <filename>/run</filename>
or <filename>/tmp</filename>.</para> or <filename>/tmp</filename>.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Configuration Format</title> <title>Configuration Format</title>
<para>Each configuration file shall be named in the <para>Each configuration file shall be named in the
style of <filename>&lt;program&gt;.conf</filename>. style of <filename>&lt;program&gt;.conf</filename>.
@ -91,9 +91,9 @@
<filename>/etc/tmpfiles.d/</filename> bearing the <filename>/etc/tmpfiles.d/</filename> bearing the
same file name.</para> same file name.</para>
<para>The configuration format is one line per path <para>The configuration format is one line per path
containing action, path, mode, ownership, age and argument containing action, path, mode, ownership, age and argument
fields:</para> fields:</para>
<programlisting>Type Path Mode UID GID Age Argument <programlisting>Type Path Mode UID GID Age Argument
d /run/user 0755 root root 10d - d /run/user 0755 root root 10d -