From: Chris Atkinson Date: Mon, 1 Dec 2014 03:13:06 +0000 (-0500) Subject: man: delete ZX as sole compression; "Compress=" as boolean X-Git-Tag: v218~172 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=442f7f155358a7396a350d3c47ea42e86bee4024;ds=sidebyside 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. --- diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 5d5440752..704646096 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -99,7 +99,7 @@ Compress= - Controls the type of compression for external + Controls compression for external storage. Takes a boolean argument, defaults to yes. diff --git a/man/journald.conf.xml b/man/journald.conf.xml index bf0b944ea..4edcc003c 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.