diff options
author | Chris Atkinson <cwa@pipeline.com> | 2014-11-30 22:13:06 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-30 23:50:19 -0500 |
commit | 442f7f155358a7396a350d3c47ea42e86bee4024 (patch) | |
tree | 4f40fe16900854684d66eddcfe0f1a6e7f42f061 /man/journald.conf.xml | |
parent | 1ccda9b7168e89141b60290295170e07e760efeb (diff) | |
download | systemd-442f7f155358a7396a350d3c47ea42e86bee4024.tar.gz |
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.
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r-- | man/journald.conf.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index bf0b944eab..4edcc003c0 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -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> |