diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-05-13 21:21:54 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-05-13 21:21:54 +0800 |
commit | f36ca7982f6bd5e9827219ed4f3c5a1fbf5d7bdf (patch) | |
tree | 63c30de8efa6a7c87fc9699a3e3fa5360ea4c016 /src/liblzma | |
parent | liblzma: Adds lzma_nothrow to MicroLZMA API functions. (diff) | |
download | xz-f36ca7982f6bd5e9827219ed4f3c5a1fbf5d7bdf.tar.xz |
liblzma: Slightly rewords lzma_str_list_filters() documentation.
Reword "options required" to "supported options". The previous may have
suggested that the options listed were all required anytime a filter is
used for encoding or decoding. The reword makes this more clear that
adjusting the options is optional.
Diffstat (limited to 'src/liblzma')
-rw-r--r-- | src/liblzma/api/lzma/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/filter.h b/src/liblzma/api/lzma/filter.h index fa612455..98b46df8 100644 --- a/src/liblzma/api/lzma/filter.h +++ b/src/liblzma/api/lzma/filter.h @@ -731,7 +731,7 @@ extern LZMA_API(lzma_ret) lzma_str_from_filters( * * If a filter_id is given then only one line is created which contains the * filter name. If LZMA_STR_ENCODER or LZMA_STR_DECODER is used then the - * options required for encoding or decoding are listed on the same line too. + * supported options for encoding or decoding are listed on the same line too. * * If filter_id is LZMA_VLI_UNKNOWN then all supported .xz-compatible filters * are listed: |