diff --git a/reference/lzf/book.xml b/reference/lzf/book.xml index b89e5018fa..7ba161e0b4 100644 --- a/reference/lzf/book.xml +++ b/reference/lzf/book.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,8 @@ LZF is a very fast compression algorithm, ideal for saving space with only slight speed cost. It can be optimized for speed or space at the - time of compilation. + time of compilation. This extension is using liblzf + library by Marc Lehmann for its operations. diff --git a/reference/lzf/functions/lzf-compress.xml b/reference/lzf/functions/lzf-compress.xml index 65f9d25aba..46e0e59e0a 100644 --- a/reference/lzf/functions/lzf-compress.xml +++ b/reference/lzf/functions/lzf-compress.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,8 @@ stringdata - lzf_compress compresses the given - data. + lzf_compress compresses the given + data string using LZF encoding. diff --git a/reference/lzf/functions/lzf-decompress.xml b/reference/lzf/functions/lzf-decompress.xml index db3c0fa80d..9cf5a0b652 100644 --- a/reference/lzf/functions/lzf-decompress.xml +++ b/reference/lzf/functions/lzf-decompress.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,8 @@ stringdata - lzf_compress decompresses the given - data. + lzf_compress decompresses the given + data string containing lzf encoded data. diff --git a/reference/lzf/functions/lzf-optimized-for.xml b/reference/lzf/functions/lzf-optimized-for.xml index 150ecc8dca..5e513b03d9 100644 --- a/reference/lzf/functions/lzf-optimized-for.xml +++ b/reference/lzf/functions/lzf-optimized-for.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - Determines for what the LZF extension was optimised. + Determines what was LZF extension optimized for during compilation.