summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-27 19:09:22 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-27 19:35:57 +0200
commit8c9571d0ae50656f730a5e37378d5c3dcf3b9789 (patch)
tree70bbcb326d57d11a748522bb25b37dd65d093ed1 /man
parentcf677ac1b7ae1e46c593d055df27f36528be548a (diff)
coredump: replace Compression= setting by simpler Compress= boolean setting
Let's move things closer to journald's configuration settings, which knows Compress= already, as a boolean. This makes things more uniform, but also gives us more freedom to possibly swap out the used compression algorithm one day.
Diffstat (limited to 'man')
-rw-r--r--man/coredump.conf.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml
index cc54466771..c87cf68bc5 100644
--- a/man/coredump.conf.xml
+++ b/man/coredump.conf.xml
@@ -88,11 +88,11 @@
</varlistentry>
<varlistentry>
- <term><varname>Compression=</varname></term>
+ <term><varname>Compress=</varname></term>
<listitem><para>Controls the type of compression for external
- storage. One of <literal>xz</literal> or
- <literal>none</literal>.</para>
+ storage. Takes a boolean argument, defaults to
+ <literal>yes</literal>.</para>
</listitem>
</varlistentry>