1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

man: delete ZX as sole compression; "Compress=" as boolean

In man journald.conf, removes reference to XZ as sole form of
compression. See commit d89c8fdf48c7bad5816b9f2e77e8361721f22517.

In man coredump.conf, clarifies that "Compression=" controls existence,
not type, of compression.
This commit is contained in:
Chris Atkinson 2014-11-30 22:13:06 -05:00 committed by Zbigniew Jędrzejewski-Szmek
parent 1ccda9b716
commit 442f7f1553
2 changed files with 3 additions and 4 deletions

View File

@ -99,7 +99,7 @@
<varlistentry>
<term><varname>Compress=</varname></term>
<listitem><para>Controls the type of compression for external
<listitem><para>Controls compression for external
storage. Takes a boolean argument, defaults to
<literal>yes</literal>.</para>
</listitem>

View File

@ -123,9 +123,8 @@
value. If enabled (the default), data
objects that shall be stored in the
journal and are larger than a certain
threshold are compressed with the XZ
compression algorithm before they are
written to the file
threshold are compressed before they
are written to the file
system.</para></listitem>
</varlistentry>